HomeSort by: relevance | last modified time | path
    Searched refs:O_REGULAR (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/stdio/
flags.c 108 o |= O_REGULAR;
fdopen.c 95 if (oflags & O_REGULAR) {
  /src/sys/sys/
fcntl.h 123 #define O_REGULAR 0x02000000 /* fail if not a regular file */
141 O_REGULAR|O_EXEC)
  /src/bin/sh/
redir.c 967 #ifndef O_REGULAR
968 # define O_REGULAR 0
977 O_NOFOLLOW|O_CREAT|O_TRUNC|O_EXCL|O_NOCTTY|O_DIRECTORY|O_REGULAR)
  /src/sys/kern/
vfs_vnops.c 398 if ((fflags & O_REGULAR) != 0 && vp->v_type != VREG)
  /src/lib/libc/time/
localtime.c 662 #if 0 /* handle with O_REGULAR instead */
675 | O_IGNORE_CTTY | O_NOCTTY | O_REGULAR));

Completed in 24 milliseconds