Home
last modified time | relevance | path

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

/freebsd/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()
545 case ISCHR: in ar_read()
636 case ISCHR: in ar_write()
747 case ISCHR: in ar_rdsync()
872 case ISCHR: in ar_rev()
H A Dpax.h65 #define ISCHR 1 /* character device */ macro
/freebsd/bin/dd/
H A Dposition.c67 if ((io->flags & ISCHR) == 0 && (n < 0 || n > OFF_MAX / (ssize_t)sz)) in seek_offset()
70 else if ((io->flags & ISCHR) != 0 && (uint64_t)n > UINT64_MAX / sz) in seek_offset()
H A Ddd.h44 #define ISCHR 0x01 /* character device (warn on short) */ macro
H A Ddd.c329 io->flags |= ISCHR; in getfdtype()
625 if (out.flags & ISCHR && !warned) { in dd_out()