HomeSort by: relevance | last modified time | path
    Searched refs:PRELIM (Results 1 - 3 of 3) sorted by relevancy

  /src/include/arpa/
ftp.h 42 #define PRELIM 1 /* positive preliminary */
  /src/usr.bin/ftp/
ftp.c 800 if (command("%s %s", cmd, remote) != PRELIM)
803 if (command("%s", cmd) != PRELIM)
1039 if (command("%s %s", cmd, remote) != PRELIM)
1042 if (command("%s", cmd) != PRELIM)
1938 || (command("%s %s", cmd, remote) != PRELIM)) {
1948 || (command("%s %s", cmd2, local) != PRELIM))
1971 if (command("%s %s", cmd2, local) != PRELIM) {
1986 if (command("%s %s", cmd2, local) != PRELIM) {
cmds.c 1679 if (command("%s", buf) == PRELIM) {
1680 while (getreply(0) == PRELIM)

Completed in 18 milliseconds