STRING 82 src/vfs/sftpfs/config_parser.c {"^\\s*User\\s+(.*)$", NULL, STRING, offsetof (sftpfs_ssh_config_entity_t, user)}, STRING 83 src/vfs/sftpfs/config_parser.c {"^\\s*HostName\\s+(.*)$", NULL, STRING, offsetof (sftpfs_ssh_config_entity_t, real_host)}, STRING 88 src/vfs/sftpfs/config_parser.c {"^\\s*PubkeyAuthentication\\s+(.*)$", NULL, STRING, offsetof (sftpfs_ssh_config_entity_t, pubkey_auth)}, STRING 165 src/vfs/sftpfs/config_parser.c case STRING: