Searched refs:PRELIM (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/head/arpa/ |
H A D | ftp.h | 52 #define PRELIM 1 /* positive preliminary */ macro
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 849 if (command("%s %s", cmd, remote) != PRELIM) { in sendrequest() 862 if (command("%s", cmd) != PRELIM) { in sendrequest() 1154 if (command("%s %s", cmd, remote) != PRELIM) { in recvrequest() 1175 if (command("%s", cmd) != PRELIM) { in recvrequest() 1925 if (command("%s %s", cmd, remote) != PRELIM) { in proxtrans() 1949 if (command("%s %s", cmd2, local) != PRELIM) in proxtrans() 1984 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans() 2061 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans()
|
H A D | cmds.c | 1504 if (command("%s", buf) == PRELIM) { in quote() 1505 while (getreply(0) == PRELIM) in quote() 1544 if (command("SITE %s", buf) == PRELIM) { in site() 1545 while (getreply(0) == PRELIM) in site()
|