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

/netbsd-current/bin/dd/
H A Dposition.c72 if (!(in.flags & (ISPIPE|ISTAPE))) {
89 if (in.flags & ISPIPE) {
H A Ddd.h78 #define ISPIPE 0x02 /* pipe (not truncatable) */ macro
H A Ddd.c331 io->flags |= ISPIPE; /* XXX fixed in 4.4BSD */
415 if (!(in.flags & (ISPIPE|ISTAPE)) &&
/netbsd-current/bin/pax/
H A Dar_io.c237 artyp = ISPIPE;
298 case ISPIPE:
487 if ((artyp != ISPIPE) || (lstrval <= 0))
560 if (artyp == ISPIPE) {
777 case ISPIPE:
891 case ISPIPE:
1021 case ISPIPE:
1069 if (artyp == ISTAPE || artyp == ISPIPE
1129 case ISPIPE:
1449 && (artyp != ISPIPE)) {
[all...]
H A Dpax.h74 #define ISPIPE 4 /* pipe/socket */ macro

Completed in 163 milliseconds