Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dar_io.c178 artyp = ISPIPE; in ar_open()
222 case ISPIPE: in ar_open()
422 if ((artyp != ISPIPE) || (lstrval <= 0)) in ar_drain()
484 if (artyp == ISPIPE) { in ar_app_ok()
550 case ISPIPE: in ar_read()
656 case ISPIPE: in ar_write()
766 case ISPIPE: in ar_rdsync()
865 case ISPIPE: in ar_rev()
1124 && (artyp != ISPIPE)) { in ar_next()
H A Dpax.h71 #define ISPIPE 4 /* pipe/socket */ macro
/openbsd/bin/dd/
H A Dposition.c66 if (!(in.flags & (ISPIPE|ISTAPE)) && !isatty(in.fd)) { in pos_in()
79 if (in.flags & ISPIPE) { in pos_in()
H A Ddd.h48 #define ISPIPE 0x02 /* pipe (not truncatable) */ macro
H A Ddd.c214 io->flags |= ISPIPE; in getfdtype()
276 if (!(in.flags & (ISPIPE|ISTAPE)) && in dd_in()