Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dar_io.c174 artyp = ioctl(arfd, MTIOCGET, &mb) ? ISCHR : ISTAPE; in ar_open()
224 case ISCHR: in ar_open()
246 if ((act == APPND) || (artyp == ISCHR)) in ar_open()
549 case ISCHR: in ar_read()
640 case ISCHR: in ar_write()
751 case ISCHR: in ar_rdsync()
876 case ISCHR: in ar_rev()
H A Dpax.h68 #define ISCHR 1 /* character device */ macro
/openbsd/bin/dd/
H A Ddd.h47 #define ISCHR 0x01 /* character device (warn on short) */ macro
H A Ddd.c212 io->flags |= ioctl(io->fd, MTIOCGET, &mt) ? ISCHR : ISTAPE; in getfdtype()
403 if (out.flags & ISCHR && !warned) { in dd_out()