Home
last modified time | relevance | path

Searched refs:ISTRUNC (Results 1 – 2 of 2) sorted by relevance

/freebsd/bin/dd/
H A Ddd.h49 #define ISTRUNC 0x20 /* valid to ftruncate() */ macro
H A Ddd.c253 out.flags & ISTRUNC) in setup()
319 io->flags |= ISTRUNC; in getfdtype()
524 if (out.seek_offset > 0 && (out.flags & ISTRUNC)) { in dd_close()