Searched refs:COMPLETE (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dkauth.c52 code = (ret == COMPLETE);
H A Dftp.c213 if (n == COMPLETE)
247 if (n != COMPLETE) {
1253 if (command ("EPSV") != COMPLETE) {
1254 if (command ("PASV") != COMPLETE) {
1381 return (result != COMPLETE);
1383 return result != COMPLETE;
1602 if (command ("PASV") != COMPLETE) {
1615 if (command ("PORT %s", pasv) != COMPLETE) {
H A Dcmds.c153 if (command("SYST") == COMPLETE && overbose && strlen(reply_string) > 4) {
255 if (comret == COMPLETE) {
289 if (comret == COMPLETE)
668 if (cmdret != COMPLETE) {
1326 if (n != COMPLETE) {
2102 if (command("MDTM %s", argv[1]) == COMPLETE) {
2147 code = (ret == COMPLETE);
H A Dsecurity.c655 if(ret != COMPLETE){
668 if(ret != COMPLETE){
684 if(ret != COMPLETE) {
/freebsd-current/include/arpa/
H A Dftp.h41 #define COMPLETE 2 /* positive completion */ macro
/freebsd-current/contrib/tnftp/src/
H A Dftp.c1236 result = COMPLETE + 1;
1247 (result == COMPLETE || !connected))
1259 result = COMPLETE + 1;
1261 if (result != COMPLETE) {
1267 if (result != COMPLETE) {
1284 (result == COMPLETE || !connected))
1296 result = COMPLETE + 1;
1298 if (result != COMPLETE) {
1304 if (result != COMPLETE) {
1313 result = COMPLETE
[all...]
H A Dutil.c209 if (command("SYST") == COMPLETE) {
263 if (command("FEAT") == COMPLETE) {
471 if ((n != COMPLETE) ||
472 (!aflag && facct != NULL && command("ACCT %s", facct) != COMPLETE)) {
594 if ((code / 100) != COMPLETE) {
673 if (r == COMPLETE) {
717 if (r == COMPLETE) {
827 if (command("PWD") != COMPLETE)
H A Dcmds.c269 if (comret == COMPLETE) {
302 if (comret == COMPLETE)
1161 if (r == COMPLETE) {
1213 if (command("DELE %s", argv[1]) == COMPLETE)
1243 if (command("DELE %s", cp) == COMPLETE)
1275 command("RNTO %s", argv[2]) == COMPLETE)
1522 if (n != COMPLETE) {
1601 if (r == COMPLETE)
1626 if (r == COMPLETE)
2361 if (r == COMPLETE) {
[all...]
H A Dfetch.c1683 if ((code / 100) == COMPLETE)
1892 if ((code / 100) != COMPLETE)
1898 if ((code / 100) != COMPLETE) {
/freebsd-current/tools/test/stress2/misc/
H A Dgraid1_6.sh80 while ! gmirror status test | grep -q COMPLETE; do
83 echo "FAIL to COMPLETE"
H A Dgraid1_7.sh100 while ! gmirror status test | grep -q COMPLETE; do
103 echo "FAIL to COMPLETE"
/freebsd-current/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c655 if(ret != COMPLETE){
668 if(ret != COMPLETE){
684 if(ret != COMPLETE) {
/freebsd-current/sys/ufs/ffs/
H A Dsoftdep.h46 * it is ALLCOMPLETE: that is ATTACHED, DEPCOMPLETE, and COMPLETE.
58 * The COMPLETE flag indicates that the item has been written. For example,
60 * COMPLETE after the inode has been written to disk.
76 * itself sets the COMPLETE flag which then allows the directory entry for
121 #define COMPLETE 0x000004 macro
144 #define ALLCOMPLETE (ATTACHED | COMPLETE | DEPCOMPLETE)
445 * is written, the COMPLETE flag is set. Once both the cylinder group map
519 * is written, the COMPLETE flag is set. Once both the cylinder group map
653 * existing inodes), the COMPLETE flag is set in da_state. If the entry
656 * until the cylinder group has been updated. Thus the da_state COMPLETE
[all...]
H A Dffs_softdep.c1795 if ((dirrem->dm_state & (COMPLETE | ONWORKLIST)) ==
1796 (COMPLETE | ONWORKLIST))
1849 if ((freeblks->fb_state & COMPLETE) == 0) {
3564 while (jseg != NULL && (jseg->js_state & COMPLETE) == 0) {
3565 jseg->js_state |= COMPLETE;
3682 jseg->js_state |= COMPLETE;
3880 wk->wk_state |= COMPLETE;
4018 (dirrem->dm_state & COMPLETE) != 0)
4569 KASSERT((jaddref->ja_state & COMPLETE) == 0,
4571 if (jaddref->ja_state & (INPROGRESS | COMPLETE))
[all...]

Completed in 729 milliseconds