Home
last modified time | relevance | path

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

/netbsd-src/bin/dd/
H A Dargs.c118 { "oseek", f_seek, C_SEEK, C_SEEK },
120 { "seek", f_seek, C_SEEK, C_SEEK },
H A Ddd.c208 if ((oflag & O_TRUNC) && (ddflags & C_SEEK)) { in setup()
220 (oflag | (ddflags & (C_SEEK | C_NOTRUNC) ? 0 : O_TRUNC)) in setup()
275 if ((ddflags & (C_OF | C_SEEK | C_NOTRUNC)) == (C_OF | C_SEEK)) in setup()
H A Ddd.h117 #define C_SEEK 0x04000 macro