Home
last modified time | relevance | path

Searched refs:anonftp_password (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYGlobalDefs.h378 extern char *anonftp_password;
DLYrcFile.c335 PARSE_STR(RC_ANONFTP_PASSWORD, anonftp_password, N_("\
DLYOptions.c2859 FREE(anonftp_password); in postoptions()
2860 StrAllocCopy(anonftp_password, data[i].value); in postoptions()
3902 NonNull(anonftp_password), text_len, ""); in gen_options()
DLYMain.c442 char *anonftp_password = NULL; /* anonymous ftp password (default: email) */ variable
826 FREE(anonftp_password); in free_lynx_globals()
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTFTP.c974 the_address = anonftp_password; in get_connection()