Home
last modified time | relevance | path

Searched refs:PRELIM (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/arpa/
H A Dftp.h50 #define PRELIM 1 /* positive preliminary */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c853 if (command("%s %s", cmd, remote) != PRELIM) { in sendrequest()
866 if (command("%s", cmd) != PRELIM) { in sendrequest()
1158 if (command("%s %s", cmd, remote) != PRELIM) { in recvrequest()
1179 if (command("%s", cmd) != PRELIM) { in recvrequest()
1930 if (command("%s %s", cmd, remote) != PRELIM) { in proxtrans()
1954 if (command("%s %s", cmd2, local) != PRELIM) in proxtrans()
1989 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans()
2066 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans()
H A Dcmds.c1501 if (command("%s", buf) == PRELIM) { in quote()
1502 while (getreply(0) == PRELIM) in quote()
1541 if (command("SITE %s", buf) == PRELIM) { in site()
1542 while (getreply(0) == PRELIM) in site()