Home
last modified time | relevance | path

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

/freebsd-13-stable/bin/pax/
HDar_io.c184 artyp = ISPIPE; in ar_open()
228 case ISPIPE: in ar_open()
424 if ((artyp != ISPIPE) || (lstrval <= 0)) in ar_drain()
486 if (artyp == ISPIPE) { in ar_app_ok()
552 case ISPIPE: in ar_read()
658 case ISPIPE: in ar_write()
768 case ISPIPE: in ar_rdsync()
867 case ISPIPE: in ar_rev()
1126 && (artyp != ISPIPE)) { in ar_next()
HDpax.h70 #define ISPIPE 4 /* pipe/socket */ macro
/freebsd-13-stable/bin/dd/
HDposition.c117 if (in.flags & ISPIPE) { in pos_in()
168 if (out.flags & (ISSEEK | ISPIPE)) { in pos_out()
HDdd.h47 #define ISPIPE 0x02 /* pipe-like (see position.c) */ macro
HDdd.c338 io->flags |= ISPIPE; in getfdtype()