HomeSort by: relevance | last modified time | path
    Searched defs:secndflag (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/ftp/
ftp.c 1898 int volatile secndflag; local in function:proxtrans
1902 secndflag = 0;
1945 secndflag++;
1970 if (!cpend && !secndflag) { /* only here if cmd = "STOR" (proxy=1) */
1985 if (!cpend && !secndflag) { /* only if cmd = "RETR" (proxy=1) */
ftp.c 1898 int volatile secndflag; local in function:proxtrans
1902 secndflag = 0;
1945 secndflag++;
1970 if (!cpend && !secndflag) { /* only here if cmd = "STOR" (proxy=1) */
1985 if (!cpend && !secndflag) { /* only if cmd = "RETR" (proxy=1) */
ftp.c 1898 int volatile secndflag; local in function:proxtrans
1902 secndflag = 0;
1945 secndflag++;
1970 if (!cpend && !secndflag) { /* only here if cmd = "STOR" (proxy=1) */
1985 if (!cpend && !secndflag) { /* only if cmd = "RETR" (proxy=1) */

Completed in 34 milliseconds