Home
last modified time | relevance | path

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

/freebsd/include/arpa/
H A Dftp.h40 #define PRELIM 1 /* positive preliminary */ macro
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c787 if (command ("%s %s", cmd, remote) != PRELIM) { in sendrequest()
795 } else if (command ("%s", cmd) != PRELIM) { in sendrequest()
996 if (command ("%s %s", cmd, remote) != PRELIM) { in recvrequest()
1001 if (command ("%s", cmd) != PRELIM) { in recvrequest()
1622 if (command ("%s %s", cmd, remote) != PRELIM) { in proxtrans()
1630 if (command ("%s %s", cmd2, local) != PRELIM) in proxtrans()
1649 if (command ("%s %s", cmd2, local) != PRELIM) { in proxtrans()
1665 if (command ("%s %s", cmd2, local) != PRELIM) { in proxtrans()
H A Dcmds.c1441 if (command("%s", buf) == PRELIM) { in quote1()
1442 while (getreply(0) == PRELIM) in quote1()
/freebsd/contrib/tnftp/src/
H A Dftp.c764 if (command("%s %s", cmd, remote) != PRELIM) in sendrequest()
767 if (command("%s", cmd) != PRELIM) in sendrequest()
1000 if (command("%s %s", cmd, remote) != PRELIM) in recvrequest()
1003 if (command("%s", cmd) != PRELIM) in recvrequest()
1882 || (command("%s %s", cmd, remote) != PRELIM)) { in proxtrans()
1892 || (command("%s %s", cmd2, local) != PRELIM)) in proxtrans()
1915 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans()
1930 if (command("%s %s", cmd2, local) != PRELIM) { in proxtrans()
H A Dcmds.c1680 if (command("%s", buf) == PRELIM) { in quote1()
1681 while (getreply(0) == PRELIM) in quote1()