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

/freebsd-10.0-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.c272 io->flags |= ISPIPE;
/freebsd-10.0-release/bin/pax/
H A Dpax.h69 #define ISPIPE 4 /* pipe/socket */ macro
H A Dar_io.c184 artyp = ISPIPE;
228 case ISPIPE:
434 if ((artyp != ISPIPE) || (lstrval <= 0))
496 if (artyp == ISPIPE) {
562 case ISPIPE:
668 case ISPIPE:
778 case ISPIPE:
877 case ISPIPE:
1136 && (artyp != ISPIPE)) {

Completed in 57 milliseconds