ssh_config_handler  205 src/vfs/sftpfs/config_parser.c sftpfs_fill_config_entity_from_config (FILE * ssh_config_handler,
ssh_config_handler  225 src/vfs/sftpfs/config_parser.c         if (fgets (buffer, sizeof (buffer), ssh_config_handler) == NULL)
ssh_config_handler  231 src/vfs/sftpfs/config_parser.c             if (!feof (ssh_config_handler))
ssh_config_handler  301 src/vfs/sftpfs/config_parser.c     FILE *ssh_config_handler;
ssh_config_handler  313 src/vfs/sftpfs/config_parser.c     ssh_config_handler = fopen (config_filename, "r");
ssh_config_handler  316 src/vfs/sftpfs/config_parser.c     if (ssh_config_handler != NULL)
ssh_config_handler  321 src/vfs/sftpfs/config_parser.c             (ssh_config_handler, config_entity, vpath_element, mcerror);
ssh_config_handler  322 src/vfs/sftpfs/config_parser.c         fclose (ssh_config_handler);