Home
last modified time | relevance | path

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

/netbsd-src/bin/pax/
H A Dar_io.c237 artyp = ISPIPE; in ar_open()
298 case ISPIPE: in ar_open()
487 if ((artyp != ISPIPE) || (lstrval <= 0)) in ar_drain()
560 if (artyp == ISPIPE) { in ar_app_ok()
777 case ISPIPE: in ar_read()
891 case ISPIPE: in ar_write()
1021 case ISPIPE: in ar_rdsync()
1069 if (artyp == ISTAPE || artyp == ISPIPE in ar_fow()
1129 case ISPIPE: in ar_rev()
1449 && (artyp != ISPIPE)) { in ar_next()
H A Dpax.h74 #define ISPIPE 4 /* pipe/socket */ macro
/netbsd-src/bin/dd/
H A Dposition.c72 if (!(in.flags & (ISPIPE|ISTAPE))) { in pos_in()
89 if (in.flags & ISPIPE) { in pos_in()
H A Ddd.h78 #define ISPIPE 0x02 /* pipe (not truncatable) */ macro
H A Ddd.c331 io->flags |= ISPIPE; /* XXX fixed in 4.4BSD */ in getfdtype()
415 if (!(in.flags & (ISPIPE|ISTAPE)) && in dd_in()