ssh_config_handler  223 src/vfs/sftpfs/config_parser.c sftpfs_fill_config_entity_from_config (FILE *ssh_config_handler,
ssh_config_handler  243 src/vfs/sftpfs/config_parser.c         if (fgets (buffer, sizeof (buffer), ssh_config_handler) == NULL)
ssh_config_handler  249 src/vfs/sftpfs/config_parser.c             if (!feof (ssh_config_handler))
ssh_config_handler  319 src/vfs/sftpfs/config_parser.c     FILE *ssh_config_handler;
ssh_config_handler  331 src/vfs/sftpfs/config_parser.c     ssh_config_handler = fopen (config_filename, "r");
ssh_config_handler  334 src/vfs/sftpfs/config_parser.c     if (ssh_config_handler != NULL)
ssh_config_handler  339 src/vfs/sftpfs/config_parser.c             (ssh_config_handler, config_entity, vpath_element, mcerror);
ssh_config_handler  340 src/vfs/sftpfs/config_parser.c         fclose (ssh_config_handler);