Home
last modified time | relevance | path

Searched refs:COMPLETE (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/usr.bin/ftp/
H A Dftp.c1276 result = COMPLETE + 1; in initconn()
1287 (result == COMPLETE || !connected)) in initconn()
1299 result = COMPLETE + 1; in initconn()
1301 if (result != COMPLETE) { in initconn()
1307 if (result != COMPLETE) { in initconn()
1324 (result == COMPLETE || !connected)) in initconn()
1336 result = COMPLETE + 1; in initconn()
1338 if (result != COMPLETE) { in initconn()
1344 if (result != COMPLETE) { in initconn()
1353 result = COMPLETE in initconn()
[all...]
H A Dutil.c203 if (command("SYST") == COMPLETE) { in getremoteinfo()
252 if (command("FEAT") == COMPLETE) { in getremoteinfo()
464 if ((n != COMPLETE) || in ftp_login()
465 (!aflag && facct != NULL && command("ACCT %s", facct) != COMPLETE)) { in ftp_login()
588 if ((code / 100) != COMPLETE) { in remglob()
667 if (r == COMPLETE) { in remotesize()
711 if (r == COMPLETE) { in remotemodtime()
848 if (command("PWD") != COMPLETE) in updateremotecwd()
H A Dcmds.c263 if (comret == COMPLETE) { in set_type()
296 if (comret == COMPLETE) in changetype()
1157 if (r == COMPLETE) { in cd()
1210 if (command("DELE %s", argv[1]) == COMPLETE) in delete()
1240 if (command("DELE %s", cp) == COMPLETE) in mdelete()
1272 command("RNTO %s", argv[2]) == COMPLETE) in renamefile()
1521 if (n != COMPLETE) { in user()
1600 if (r == COMPLETE) in makedir()
1625 if (r == COMPLETE) in removedir()
2378 if (r == COMPLETE) { in cdup()
[all...]
H A Dfetch.c2263 if ((code / 100) == COMPLETE)
2492 if ((code / 100) != COMPLETE) in auto_put()
2498 if ((code / 100) != COMPLETE) { in auto_put()
/netbsd-src/include/arpa/
H A Dftp.h43 #define COMPLETE 2 /* positive completion */ macro
/netbsd-src/external/bsd/tcpdump/dist/tests/
H A Dforces2vvv.out676 1) [SHUTDOWN COMPLETE]
682 1) [SHUTDOWN COMPLETE]
688 1) [SHUTDOWN COMPLETE]
736 1) [SHUTDOWN COMPLETE]
742 1) [SHUTDOWN COMPLETE]
751 1) [SHUTDOWN COMPLETE]
H A Dforces2vv.out285 1) [SHUTDOWN COMPLETE]
291 1) [SHUTDOWN COMPLETE]
297 1) [SHUTDOWN COMPLETE]
/netbsd-src/bin/ksh/
H A Dvi.c193 enum expand_mode { NONE, EXPAND, COMPLETE, PRINT }; enumerator
2009 if (commandx == 0 && expanded == COMPLETE && buf) {
2070 expanded = COMPLETE; /* next call will list completions */
/netbsd-src/sys/arch/arc/dti/
H A Dbtl.c1249 return COMPLETE; in bt_scsi_cmd()
1331 return COMPLETE; in bt_scsi_cmd()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dsaslauthz.c1982 if( rc != LDAP_SUCCESS ) goto COMPLETE; in slap_sasl_check_authz()
1987 COMPLETE: in slap_sasl_check_authz()
/netbsd-src/external/bsd/ipf/dist/FWTK/
H A Dfwtkp255 + if(x / 100 != COMPLETE) {
H A Dfwtk_transparent.diff464 + if(x / 100 != COMPLETE) {
/netbsd-src/games/fortune/datfiles/
H A Dzippy547 I wonder if I ought to tell them about my PREVIOUS LIFE as a COMPLETE
1124 This PIZZA symbolizes my COMPLETE EMOTIONAL RECOVERY!!
H A Dfortunes236246 PURGE COMPLETE.
/netbsd-src/sys/arch/amiga/dev/
H A Dsbic.c487 return(COMPLETE); in sbic_scsipi_request()
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20086872 (COMPLETE): New token.
6875 (yylex): Return COMPLETE when needed. Recognize in_parse_field.
H A DChangeLog-20201811 * f-exp.y (COMPLETE): New token.
1815 (yylex): Set new variables, and return COMPLETE token at the end
H A DChangeLog-201111577 (COMPLETE): New token.
H A DChangeLog-2013517 (exp : field_exp name COMPLETE): New rule.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20086872 (COMPLETE): New token.
6875 (yylex): Return COMPLETE when needed. Recognize in_parse_field.
H A DChangeLog-201111577 (COMPLETE): New token.
H A DChangeLog-2013517 (exp : field_exp name COMPLETE): New rule.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-201446132 rename FINAL to COMPLETE.