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

/freebsd-11-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-11-stable/include/arpa/
H A Dftp.h43 #define COMPLETE 2 /* positive completion */ macro
/freebsd-11-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-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c655 if(ret != COMPLETE){
668 if(ret != COMPLETE){
684 if(ret != COMPLETE) {
/freebsd-11-stable/sys/ufs/ffs/
H A Dsoftdep.h47 * it is ALLCOMPLETE: that is ATTACHED, DEPCOMPLETE, and COMPLETE.
59 * The COMPLETE flag indicates that the item has been written. For example,
61 * COMPLETE after the inode has been written to disk.
77 * itself sets the COMPLETE flag which then allows the directory entry for
122 #define COMPLETE 0x000004 macro
145 #define ALLCOMPLETE (ATTACHED | COMPLETE | DEPCOMPLETE)
432 * is written, the COMPLETE flag is set. Once both the cylinder group map
506 * is written, the COMPLETE flag is set. Once both the cylinder group map
639 * existing inodes), the COMPLETE flag is set in da_state. If the entry
642 * until the cylinder group has been updated. Thus the da_state COMPLETE
[all...]
H A Dffs_softdep.c1658 if ((dirrem->dm_state & (COMPLETE | ONWORKLIST)) ==
1659 (COMPLETE | ONWORKLIST))
1713 if ((freeblks->fb_state & COMPLETE) == 0) {
3287 while (jseg != NULL && (jseg->js_state & COMPLETE) == 0) {
3288 jseg->js_state |= COMPLETE;
3408 jseg->js_state |= COMPLETE;
3606 wk->wk_state |= COMPLETE;
3749 (dirrem->dm_state & COMPLETE) != 0)
4308 KASSERT((jaddref->ja_state & COMPLETE) == 0,
4310 if (jaddref->ja_state & (INPROGRESS | COMPLETE))
[all...]

Completed in 126 milliseconds