HomeSort by: relevance | last modified time | path
    Searched refs:anonftp (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/ftp/
ftp_var.h 252 GLOBAL int anonftp; /* automatic anonymous login */ variable in typeref:typename:GLOBAL int
fetch.c 534 anonftp = 0; /* disable anonftp */
2003 anonftp = 0; /* disable anonftp */
2074 oanonftp = anonftp;
2077 anonftp = oanonftp;
2403 if (!anonftp)
2404 anonftp = 2; /* Handle "automatic" transfers. */
main.c 294 anonftp = 1;
584 anonftp = 0;
util.c 294 * determine if anonftp was specifically set with -a
298 if (anonftp == 2)
299 anonftp = 0;
393 if (anonftp) {

Completed in 15 milliseconds