Searched refs:anon_opt (Results 1 – 1 of 1) sorted by relevance
1177 char *anon_opt = NULL; in ftpd_main() local1192 &G.timeout, &abs_timeout, IF_FEATURE_FTPD_AUTHENTICATION(&anon_opt,) in ftpd_main()1199 &G.timeout, &abs_timeout, IF_FEATURE_FTPD_AUTHENTICATION(&anon_opt,) in ftpd_main()1269 if (anon_opt && strcmp(G.ftp_arg, "anonymous") == 0) { in ftpd_main()1270 pw = getpwnam(anon_opt); in ftpd_main()