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 810 if (command("%s %s", cmd, remote) != PRELIM)
813 if (command("%s", cmd) != PRELIM)
1055 if (command("%s %s", cmd, remote) != PRELIM)
1058 if (command("%s", cmd) != PRELIM)
1966 || (command("%s %s", cmd, remote) != PRELIM)) {
1976 || (command("%s %s", cmd2, local) != PRELIM))
1999 if (command("%s %s", cmd2, local) != PRELIM) {
2014 if (command("%s %s", cmd2, local) != PRELIM) {
cmds.c 1679 if (command("%s", buf) == PRELIM) {
1680 while (getreply(0) == PRELIM)

Completed in 78 milliseconds