Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dar_io.c178 artyp = ISPIPE; in ar_open()
222 case ISPIPE: in ar_open()
418 if ((artyp != ISPIPE) || (lstrval <= 0)) in ar_drain()
480 if (artyp == ISPIPE) { in ar_app_ok()
546 case ISPIPE: in ar_read()
652 case ISPIPE: in ar_write()
762 case ISPIPE: in ar_rdsync()
861 case ISPIPE: in ar_rev()
1120 && (artyp != ISPIPE)) { in ar_next()
H A Dpax.h68 #define ISPIPE 4 /* pipe/socket */ macro
/freebsd/bin/dd/
H A Dposition.c111 if (in.flags & ISPIPE) { in pos_in()
162 if (out.flags & (ISSEEK | ISPIPE)) { in pos_out()
H A Ddd.h45 #define ISPIPE 0x02 /* pipe-like (see position.c) */ macro
H A Ddd.c335 io->flags |= ISPIPE; in getfdtype()