Searched refs:PRELIM (Results 1 – 3 of 3) sorted by relevance
/openbsd/include/arpa/ |
H A D | ftp.h | 43 #define PRELIM 1 /* positive preliminary */ macro
|
/openbsd/usr.bin/ftp/ |
H A D | ftp.c | 714 if (command("%s %s", cmd, remote) != PRELIM) { in sendrequest() 725 if (command("%s", cmd) != PRELIM) { in sendrequest() 993 if (command("%s %s", cmd, remote) != PRELIM) { in recvrequest() 999 if (command("%s", cmd) != PRELIM) { in recvrequest() 1864 if (command("%s %s", cmd, remote) != PRELIM) { in proxtrans() 1872 if (command("%s %s", cmd2, local) != PRELIM) in proxtrans() 1891 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans() 1906 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans()
|
H A D | cmds.c | 1202 if (command("%s", buf) == PRELIM) { in quote1() 1203 while (getreply(0) == PRELIM) in quote1()
|