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

  /src/include/arpa/
ftp.h 43 #define COMPLETE 2 /* positive completion */
  /src/usr.bin/ftp/
ftp.c 1276 result = COMPLETE + 1;
1287 (result == COMPLETE || !connected))
1299 result = COMPLETE + 1;
1301 if (result != COMPLETE) {
1307 if (result != COMPLETE) {
1324 (result == COMPLETE || !connected))
1336 result = COMPLETE + 1;
1338 if (result != COMPLETE) {
1344 if (result != COMPLETE) {
1353 result = COMPLETE + 1
    [all...]
util.c 203 if (command("SYST") == COMPLETE) {
252 if (command("FEAT") == COMPLETE) {
464 if ((n != COMPLETE) ||
465 (!aflag && facct != NULL && command("ACCT %s", facct) != COMPLETE)) {
588 if ((code / 100) != COMPLETE) {
667 if (r == COMPLETE) {
711 if (r == COMPLETE) {
848 if (command("PWD") != COMPLETE)
1013 el_set(el, EL_ADDFN, "ftp-complete",
1015 complete);
    [all...]
cmds.c 263 if (comret == COMPLETE) {
296 if (comret == COMPLETE)
1157 if (r == COMPLETE) {
1210 if (command("DELE %s", argv[1]) == COMPLETE)
1240 if (command("DELE %s", cp) == COMPLETE)
1272 command("RNTO %s", argv[2]) == COMPLETE)
1521 if (n != COMPLETE) {
1600 if (r == COMPLETE)
1625 if (r == COMPLETE)
2378 if (r == COMPLETE) {
    [all...]
fetch.c 2263 if ((code / 100) == COMPLETE)
2492 if ((code / 100) != COMPLETE)
2498 if ((code / 100) != COMPLETE) {
  /src/bin/ksh/
vi.c 193 enum expand_mode { NONE, EXPAND, COMPLETE, PRINT };
2009 if (commandx == 0 && expanded == COMPLETE && buf) {
2070 expanded = COMPLETE; /* next call will list completions */
2084 * to be used (ie, complete the next portion of the path).
  /src/sys/arch/arc/dti/
btl.c 467 * to complete before clearing the CCB. We
1249 return COMPLETE;
1331 return COMPLETE;
  /src/sys/arch/amiga/dev/
sbic.c 487 return(COMPLETE);
1465 * the sbic does the status/cmd-complete reading ok,
1514 * wait for last command to complete
1569 * have the sbic complete on its own
2097 * they react by sending command-complete and
2231 * get the status & cmd complete msg then let the

Completed in 22 milliseconds