Searched refs:C_IFLAG (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/bin/dd/
H A Dargs.c112 { "iflag", f_iflag, C_IFLAG, C_IFLAG },
422 iflag = f_ioflag(arg, C_IFLAG);
448 { "alt_io", O_ALT_IO, C_IFLAG|C_OFLAG },
450 { "async", O_ASYNC, C_IFLAG|C_OFLAG },
451 { "cloexec", O_CLOEXEC, C_IFLAG|C_OFLAG },
453 { "direct", O_DIRECT, C_IFLAG|C_OFLAG },
457 { "exlock", O_EXLOCK, C_IFLAG|C_OFLAG },
458 { "noctty", O_NOCTTY, C_IFLAG|C_OFLAG },
459 { "nofollow", O_NOFOLLOW, C_IFLAG|C_OFLA
[all...]
H A Ddd.h125 #define C_IFLAG 0x400000 macro

Completed in 91 milliseconds