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