Searched refs:O_REGULAR (Results 1 – 5 of 5) sorted by relevance
123 #define O_REGULAR 0x02000000 /* fail if not a regular file */ macro136 O_DIRECTORY|O_CLOEXEC|O_NOSIGPIPE|O_REGULAR|O_EXEC)
108 o |= O_REGULAR; in __sflags()
95 if (oflags & O_REGULAR) { in __weak_alias()
125 #ifndef O_REGULAR126 #define O_REGULAR O_NONBLOCK macro672 if ((fd = open(recpath, O_RDWR|O_REGULAR|O_NOFOLLOW|O_CLOEXEC, in rcv_read()
398 if ((fflags & O_REGULAR) != 0 && vp->v_type != VREG) in vn_openchk()