Home
last modified time | relevance | path

Searched refs:OFLAGS (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/bin/dd/
Ddd.c219 #define OFLAGS \ in setup() macro
221 out.fd = ddop_open(out, out.name, O_RDWR | OFLAGS, DEFFILEMODE); in setup()
228 out.fd = ddop_open(out, out.name, O_WRONLY | OFLAGS, in setup()
/netbsd/src/sys/sys/
Dfcntl.h130 #define OFLAGS(fflags) ((fflags) - 1) macro
/netbsd/src/sys/kern/
Dsys_descrip.c425 *retval = OFLAGS(fp->f_flag); in sys_fcntl()
/netbsd/src/lib/libperfuse/
Dops.c91 #define OFLAGS(fflags) ((fflags) - 1) macro