ssh_config_handler  256 src/vfs/sftpfs/config_parser.c sftpfs_fill_config_entity_from_config (FILE *ssh_config_handler,
ssh_config_handler  276 src/vfs/sftpfs/config_parser.c         if (fgets (buffer, sizeof (buffer), ssh_config_handler) == NULL)
ssh_config_handler  282 src/vfs/sftpfs/config_parser.c             if (!feof (ssh_config_handler))
ssh_config_handler  350 src/vfs/sftpfs/config_parser.c     FILE *ssh_config_handler;
ssh_config_handler  362 src/vfs/sftpfs/config_parser.c     ssh_config_handler = fopen (config_filename, "r");
ssh_config_handler  365 src/vfs/sftpfs/config_parser.c     if (ssh_config_handler != NULL)
ssh_config_handler  369 src/vfs/sftpfs/config_parser.c         ok = sftpfs_fill_config_entity_from_config (ssh_config_handler, config_entity,
ssh_config_handler  371 src/vfs/sftpfs/config_parser.c         fclose (ssh_config_handler);