Searched refs:ISPIPE (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/bin/dd/
H A Dposition.c88 if (in.flags & ISPIPE) {
137 if (out.flags & (ISSEEK | ISPIPE)) {
H A Ddd.h47 #define ISPIPE 0x02 /* pipe-like (see position.c) */ macro
H A Ddd.c276 io->flags |= ISPIPE;
/freebsd-9.3-release/bin/pax/
H A Dpax.h69 #define ISPIPE 4 /* pipe/socket */ macro
H A Dar_io.c185 artyp = ISPIPE;
229 case ISPIPE:
435 if ((artyp != ISPIPE) || (lstrval <= 0))
497 if (artyp == ISPIPE) {
563 case ISPIPE:
669 case ISPIPE:
779 case ISPIPE:
878 case ISPIPE:
1137 && (artyp != ISPIPE)) {

Completed in 56 milliseconds