Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/libecc/scripts/
HDcrossbuild.sh99 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
104 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
107 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
108 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
113 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
118 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
121 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
122 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
129 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
134 …docker run -e VERBOSE=1 -e ASSERT_PRINT="1" -e COMPLETE="$COMPLETE" -e BLINDING="$BLINDING" -e LAD…
[all …]
/freebsd-13-stable/contrib/tnftp/src/
HDftp.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 …]
HDutil.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()
HDcmds.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()
HDfetch.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-13-stable/crypto/heimdal/appl/ftp/ftp/
HDkauth.c52 code = (ret == COMPLETE); in afslog()
HDftp.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()
HDcmds.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()
HDsecurity.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-13-stable/include/arpa/
HDftp.h43 #define COMPLETE 2 /* positive completion */ macro
/freebsd-13-stable/crypto/heimdal/appl/ftp/ftpd/
HDsecurity.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-13-stable/sys/ufs/ffs/
HDffs_softdep.c1797 if ((dirrem->dm_state & (COMPLETE | ONWORKLIST)) == in process_removes()
1798 (COMPLETE | ONWORKLIST)) in process_removes()
1851 if ((freeblks->fb_state & COMPLETE) == 0) { in process_truncates()
3566 while (jseg != NULL && (jseg->js_state & COMPLETE) == 0) { in softdep_synchronize_completed()
3567 jseg->js_state |= COMPLETE; in softdep_synchronize_completed()
3687 jseg->js_state |= COMPLETE; in softdep_process_journal()
3888 wk->wk_state |= COMPLETE; in complete_jseg()
4026 (dirrem->dm_state & COMPLETE) != 0) in handle_written_jremref()
4577 KASSERT((jaddref->ja_state & COMPLETE) == 0, in cancel_jaddref()
4579 if (jaddref->ja_state & (INPROGRESS | COMPLETE)) in cancel_jaddref()
[all …]
HDsoftdep.h123 #define COMPLETE 0x000004 macro
146 #define ALLCOMPLETE (ATTACHED | COMPLETE | DEPCOMPLETE)
/freebsd-13-stable/crypto/libecc/
HDcommon.mk251 ifeq ($(COMPLETE),0)
/freebsd-13-stable/sys/contrib/ngatm/netnatm/msg/
HDmsg.def156 # RELEASE COMPLETE message
/freebsd-13-stable/contrib/tnftp/
HDChangeLog257 - Suppress printing non-COMPLETE reply strings when EPSV/EPRT