Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/arpa/
H A Dftp.h52 #define PRELIM 1 /* positive preliminary */ macro
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c849 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 Dcmds.c1504 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()