Home
last modified time | relevance | path

Searched refs:O_REGULAR (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/sys/
H A Dfcntl.h123 #define O_REGULAR 0x02000000 /* fail if not a regular file */ macro
136 O_DIRECTORY|O_CLOEXEC|O_NOSIGPIPE|O_REGULAR|O_EXEC)
/netbsd-src/lib/libc/stdio/
H A Dflags.c108 o |= O_REGULAR; in __sflags()
H A Dfdopen.c95 if (oflags & O_REGULAR) { in __weak_alias()
/netbsd-src/external/bsd/nvi/dist/common/
H A Drecover.c125 #ifndef O_REGULAR
126 #define O_REGULAR O_NONBLOCK macro
672 if ((fd = open(recpath, O_RDWR|O_REGULAR|O_NOFOLLOW|O_CLOEXEC, in rcv_read()
/netbsd-src/sys/kern/
H A Dvfs_vnops.c398 if ((fflags & O_REGULAR) != 0 && vp->v_type != VREG) in vn_openchk()