Searched refs:ISCHR (Results 1 – 4 of 4) sorted by relevance
229 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()
71 #define ISCHR 1 /* character device */ macro
77 #define ISCHR 0x01 /* character device (warn on short) */ macro
328 ? ISCHR : ISTAPE; in getfdtype()592 if (out.flags & ISCHR && !warned) { in dd_out()