Home
last modified time | relevance | path

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

/freebsd-12-stable/bin/dd/
Ddd.h52 #define ISTRUNC 0x20 /* valid to ftruncate() */ macro
Ddd.c258 out.flags & ISTRUNC) in setup()
324 io->flags |= ISTRUNC; in getfdtype()
527 if (out.seek_offset > 0 && (out.flags & ISTRUNC)) { in dd_close()