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

/freebsd-10.1-release/bin/dd/
H A Dposition.c69 if (in.flags & ISSEEK) {
137 if (out.flags & (ISSEEK | ISPIPE)) {
H A Ddd.h49 #define ISSEEK 0x08 /* valid to seek on */ macro
H A Ddd.c268 io->flags |= ISSEEK;
278 io->flags |= ISSEEK;
334 if (in.flags & ISSEEK &&

Completed in 43 milliseconds