Home
last modified time | relevance | path

Searched refs:ISCHR (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/bin/pax/
H A Dar_io.c229 artyp = ioctl(arfd, MTIOCGET, &mb) ? ISCHR : ISTAPE; in ar_open()
300 case ISCHR: in ar_open()
322 if ((act == APPND) || (artyp == ISCHR)) in ar_open()
776 case ISCHR: in ar_read()
871 case ISCHR: in ar_write()
1006 case ISCHR: in ar_rdsync()
1140 case ISCHR: in ar_rev()
H A Dpax.h71 #define ISCHR 1 /* character device */ macro
/netbsd-src/bin/dd/
H A Ddd.h77 #define ISCHR 0x01 /* character device (warn on short) */ macro
H A Ddd.c328 ? ISCHR : ISTAPE; in getfdtype()
592 if (out.flags & ISCHR && !warned) { in dd_out()