Home
last modified time | relevance | path

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

/freebsd-12-stable/bin/pax/
Dar_io.c186 artyp = ISPIPE; in ar_open()
230 case ISPIPE: in ar_open()
436 if ((artyp != ISPIPE) || (lstrval <= 0)) in ar_drain()
498 if (artyp == ISPIPE) { in ar_app_ok()
564 case ISPIPE: in ar_read()
670 case ISPIPE: in ar_write()
780 case ISPIPE: in ar_rdsync()
879 case ISPIPE: in ar_rev()
1138 && (artyp != ISPIPE)) { in ar_next()
Dpax.h71 #define ISPIPE 4 /* pipe/socket */ macro
/freebsd-12-stable/bin/dd/
Dposition.c119 if (in.flags & ISPIPE) { in pos_in()
170 if (out.flags & (ISSEEK | ISPIPE)) { in pos_out()
Ddd.h48 #define ISPIPE 0x02 /* pipe-like (see position.c) */ macro
Ddd.c340 io->flags |= ISPIPE; in getfdtype()