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

/freebsd-9.3-release/contrib/lukemftpd/src/
H A Darpaftp.h47 #define COMPLETE 2 /* positive completion */ macro
/freebsd-9.3-release/include/arpa/
H A Dftp.h43 #define COMPLETE 2 /* positive completion */ macro
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftp/
H A Dkauth.c139 if(ret != COMPLETE){
156 code = (ret == COMPLETE);
169 code = (ret == COMPLETE);
188 code = (ret == COMPLETE);
H A Dftp.c205 if (n == COMPLETE)
237 if (n != COMPLETE) {
1219 if (command ("EPSV") != COMPLETE) {
1220 if (command ("PASV") != COMPLETE) {
1347 return (result != COMPLETE);
1349 return result != COMPLETE;
1568 if (command ("PASV") != COMPLETE) {
1581 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) {
2097 if (command("MDTM %s", argv[1]) == COMPLETE) {
2142 code = (ret == COMPLETE);
H A Dsecurity.c655 if(ret != COMPLETE){
668 if(ret != COMPLETE){
684 if(ret != COMPLETE) {
H A Dkrb4.c295 if(ret != COMPLETE){
/freebsd-9.3-release/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)
1523 if (n != COMPLETE) {
1602 if (r == COMPLETE)
1627 if (r == COMPLETE)
2362 if (r == COMPLETE) {
[all...]
H A Dfetch.c1683 if ((code / 100) == COMPLETE)
1892 if ((code / 100) != COMPLETE)
1898 if ((code / 100) != COMPLETE) {
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dsecurity.c655 if(ret != COMPLETE){
668 if(ret != COMPLETE){
684 if(ret != COMPLETE) {
H A Dkrb4.c295 if(ret != COMPLETE){
/freebsd-9.3-release/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
144 #define ALLCOMPLETE (ATTACHED | COMPLETE | DEPCOMPLETE)
398 * is written, the COMPLETE flag is set. Once both the cylinder group map
471 * is written, the COMPLETE flag is set. Once both the cylinder group map
604 * existing inodes), the COMPLETE flag is set in da_state. If the entry
607 * until the cylinder group has been updated. Thus the da_state COMPLETE
[all...]
H A Dffs_softdep.c1664 if ((dirrem->dm_state & (COMPLETE | ONWORKLIST)) ==
1665 (COMPLETE | ONWORKLIST))
1718 if ((freeblks->fb_state & COMPLETE) == 0) {
3169 while (jseg != NULL && (jseg->js_state & COMPLETE) == 0) {
3170 jseg->js_state |= COMPLETE;
3289 jseg->js_state |= COMPLETE;
3469 wk->wk_state |= COMPLETE;
3613 (dirrem->dm_state & COMPLETE) != 0)
4144 KASSERT((jaddref->ja_state & COMPLETE) == 0,
4146 if (jaddref->ja_state & (INPROGRESS | COMPLETE))
[all...]
/freebsd-9.3-release/sys/cam/scsi/
H A Dscsi_low.c555 return COMPLETE;

Completed in 468 milliseconds