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

/freebsd-12-stable/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-12-stable/include/arpa/
H A Dftp.h45 #define COMPLETE 2 /* positive completion */ macro
/freebsd-12-stable/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-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c655 if(ret != COMPLETE){
668 if(ret != COMPLETE){
684 if(ret != COMPLETE) {
/freebsd-12-stable/sys/ufs/ffs/
H A Dsoftdep.h49 * it is ALLCOMPLETE: that is ATTACHED, DEPCOMPLETE, and COMPLETE.
61 * The COMPLETE flag indicates that the item has been written. For example,
63 * COMPLETE after the inode has been written to disk.
79 * itself sets the COMPLETE flag which then allows the directory entry for
124 #define COMPLETE 0x000004 macro
147 #define ALLCOMPLETE (ATTACHED | COMPLETE | DEPCOMPLETE)
442 * is written, the COMPLETE flag is set. Once both the cylinder group map
516 * is written, the COMPLETE flag is set. Once both the cylinder group map
650 * existing inodes), the COMPLETE flag is set in da_state. If the entry
653 * until the cylinder group has been updated. Thus the da_state COMPLETE
[all...]
H A Dffs_softdep.c1662 if ((dirrem->dm_state & (COMPLETE | ONWORKLIST)) ==
1663 (COMPLETE | ONWORKLIST))
1717 if ((freeblks->fb_state & COMPLETE) == 0) {
3288 while (jseg != NULL && (jseg->js_state & COMPLETE) == 0) {
3289 jseg->js_state |= COMPLETE;
3409 jseg->js_state |= COMPLETE;
3607 wk->wk_state |= COMPLETE;
3750 (dirrem->dm_state & COMPLETE) != 0)
4309 KASSERT((jaddref->ja_state & COMPLETE) == 0,
4311 if (jaddref->ja_state & (INPROGRESS | COMPLETE))
[all...]

Completed in 225 milliseconds