STRING 84 src/vfs/sftpfs/config_parser.c {"^\\s*User\\s+(.*)$", NULL, STRING, offsetof (sftpfs_ssh_config_entity_t, user)}, STRING 85 src/vfs/sftpfs/config_parser.c {"^\\s*HostName\\s+(.*)$", NULL, STRING, offsetof (sftpfs_ssh_config_entity_t, real_host)}, STRING 90 src/vfs/sftpfs/config_parser.c {"^\\s*PubkeyAuthentication\\s+(.*)$", NULL, STRING, offsetof (sftpfs_ssh_config_entity_t, pubkey_auth)}, STRING 185 src/vfs/sftpfs/config_parser.c case STRING: