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

/freebsd-11-stable/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)) {
/freebsd-11-stable/bin/dd/
H A Ddd.h47 #define ISPIPE 0x02 /* pipe-like (see position.c) */ macro
H A Dposition.c117 if (in.flags & ISPIPE) {
168 if (out.flags & (ISSEEK | ISPIPE)) {
H A Ddd.c283 io->flags |= ISPIPE;

Completed in 145 milliseconds