Home
last modified time | relevance | path

Searched refs:ISSEEK (Results 1 – 3 of 3) sorted by relevance

/freebsd/bin/dd/
H A Dposition.c92 if (in.flags & ISSEEK) { in pos_in()
162 if (out.flags & (ISSEEK | ISPIPE)) { in pos_out()
H A Ddd.h47 #define ISSEEK 0x08 /* valid to seek on */ macro
H A Ddd.c327 io->flags |= ISSEEK; in getfdtype()
337 io->flags |= ISSEEK; in getfdtype()
438 if (in.flags & ISSEEK && in dd_in()