ftpfs_netrc_lookup 243 src/vfs/ftpfs/ftpfs.c static gboolean ftpfs_netrc_lookup (const char *host, char **login, char **pass); ftpfs_netrc_lookup 361 src/vfs/ftpfs/ftpfs.c ftpfs_netrc_lookup (path_element->host, &path_element->user, &path_element->password); ftpfs_netrc_lookup 372 src/vfs/ftpfs/ftpfs.c ftpfs_netrc_lookup (path_element->host, &new_user, &new_passwd);