Home
last modified time | relevance | path

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

/original-bsd/bin/pax/
H A Dar_io.c150 artyp = ISPIPE;
194 case ISPIPE:
397 if ((artyp != ISPIPE) || (lstrval <= 0)) in ar_drain()
469 if (artyp == ISPIPE) { in ar_app_ok()
542 case ISPIPE:
655 case ISPIPE:
770 case ISPIPE: in ar_rdsync()
882 case ISPIPE:
1151 && (artyp != ISPIPE)) { in ar_next()
H A Dpax.h45 #define ISPIPE 4 /* pipe/socket */ macro
/original-bsd/bin/dd/
H A Dposition.c41 if (!(in.flags & (ISCHR|ISPIPE|ISTAPE))) { in pos_in()
54 if (in.flags & ISPIPE) { in pos_in()
H A Ddd.h23 #define ISPIPE 0x02 /* pipe (not truncatable) */ macro
H A Ddd.c187 io->flags |= ISPIPE; /* XXX fixed in 4.4BSD */
233 if (!(in.flags & (ISPIPE|ISTAPE)) && in dd_in()