Home
last modified time | relevance | path

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

/freebsd/contrib/tnftp/src/
H A Dftp.c1236 result = COMPLETE + 1; in initconn()
1247 (result == COMPLETE || !connected)) in initconn()
1259 result = COMPLETE + 1; in initconn()
1261 if (result != COMPLETE) { in initconn()
1267 if (result != COMPLETE) { in initconn()
1284 (result == COMPLETE || !connected)) in initconn()
1296 result = COMPLETE + 1; in initconn()
1298 if (result != COMPLETE) { in initconn()
1304 if (result != COMPLETE) { in initconn()
1313 result = COMPLETE + 1; in initconn()
[all …]
H A Dutil.c209 if (command("SYST") == COMPLETE) { in getremoteinfo()
263 if (command("FEAT") == COMPLETE) { in getremoteinfo()
471 if ((n != COMPLETE) || in ftp_login()
472 (!aflag && facct != NULL && command("ACCT %s", facct) != COMPLETE)) { in ftp_login()
594 if ((code / 100) != COMPLETE) { in remglob()
673 if (r == COMPLETE) { in remotesize()
717 if (r == COMPLETE) { in remotemodtime()
827 if (command("PWD") != COMPLETE) in updateremotecwd()
H A Dcmds.c269 if (comret == COMPLETE) { in set_type()
302 if (comret == COMPLETE) in changetype()
1161 if (r == COMPLETE) { in cd()
1213 if (command("DELE %s", argv[1]) == COMPLETE) in delete()
1243 if (command("DELE %s", cp) == COMPLETE) in mdelete()
1275 command("RNTO %s", argv[2]) == COMPLETE) in renamefile()
1522 if (n != COMPLETE) { in user()
1601 if (r == COMPLETE) in makedir()
1626 if (r == COMPLETE) in removedir()
2361 if (r == COMPLETE) { in cdup()
H A Dfetch.c1683 if ((code / 100) == COMPLETE) in fetch_ftp()
1892 if ((code / 100) != COMPLETE) in auto_put()
1898 if ((code / 100) != COMPLETE) { in auto_put()
/freebsd/crypto/heimdal/appl/ftp/ftp/
H A Dkauth.c52 code = (ret == COMPLETE); in afslog()
H A Dftp.c213 if (n == COMPLETE) in login()
247 if (n != COMPLETE) { in login()
1253 if (command ("EPSV") != COMPLETE) { in passive_mode()
1254 if (command ("PASV") != COMPLETE) { in passive_mode()
1381 return (result != COMPLETE); in active_mode()
1383 return result != COMPLETE; in active_mode()
1602 if (command ("PASV") != COMPLETE) { in proxtrans()
1615 if (command ("PORT %s", pasv) != COMPLETE) { in proxtrans()
H A Dcmds.c153 if (command("SYST") == COMPLETE && overbose && strlen(reply_string) > 4) { in setpeer()
255 if (comret == COMPLETE) { in settype()
289 if (comret == COMPLETE) in changetype()
668 if (cmdret != COMPLETE) { in getit()
1326 if (n != COMPLETE) { in user()
2102 if (command("MDTM %s", argv[1]) == COMPLETE) { in modtime()
2147 code = (ret == COMPLETE); in klist()
H A Dsecurity.c655 if(ret != COMPLETE){ in sec_prot_internal()
668 if(ret != COMPLETE){ in sec_prot_internal()
684 if(ret != COMPLETE) { in set_command_prot()
/freebsd/include/arpa/
H A Dftp.h41 #define COMPLETE 2 /* positive completion */ macro
/freebsd/tools/test/stress2/misc/
H A Dall.exclude51 sctp2.sh panic: Queues are not empty when handling SHUTDOWN-COMPLETE 20210211
52 sctp3.sh panic: Queues are not empty when handling SHUTDOWN-COMPLETE 20210211
H A Dgraid1_6.sh80 while ! gmirror status test | grep -q COMPLETE; do
H A Dgraid1_7.sh100 while ! gmirror status test | grep -q COMPLETE; do
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c655 if(ret != COMPLETE){ in sec_prot_internal()
668 if(ret != COMPLETE){ in sec_prot_internal()
684 if(ret != COMPLETE) { in set_command_prot()
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c1795 if ((dirrem->dm_state & (COMPLETE | ONWORKLIST)) == in process_removes()
1796 (COMPLETE | ONWORKLIST)) in process_removes()
1849 if ((freeblks->fb_state & COMPLETE) == 0) { in process_truncates()
3571 while (jseg != NULL && (jseg->js_state & COMPLETE) == 0) { in softdep_synchronize_completed()
3572 jseg->js_state |= COMPLETE; in softdep_synchronize_completed()
3692 jseg->js_state |= COMPLETE; in softdep_process_journal()
3893 wk->wk_state |= COMPLETE; in complete_jseg()
4031 (dirrem->dm_state & COMPLETE) != 0) in handle_written_jremref()
4582 KASSERT((jaddref->ja_state & COMPLETE) == 0, in cancel_jaddref()
4584 if (jaddref->ja_state & (INPROGRESS | COMPLETE)) in cancel_jaddref()
[all …]
H A Dsoftdep.h121 #define COMPLETE 0x000004 macro
144 #define ALLCOMPLETE (ATTACHED | COMPLETE | DEPCOMPLETE)
/freebsd/contrib/tnftp/
H A DChangeLog257 - Suppress printing non-COMPLETE reply strings when EPSV/EPRT