HomeSort by: relevance | last modified time | path
    Searched defs:O_NOCTTY (Results 1 - 3 of 3) sorted by relevancy

  /src/bin/sh/
redir.c 961 #ifndef O_NOCTTY
962 # define O_NOCTTY 0
977 O_NOFOLLOW|O_CREAT|O_TRUNC|O_EXCL|O_NOCTTY|O_DIRECTORY|O_REGULAR)
  /src/sys/sys/
fcntl.h 102 #define O_NOCTTY 0x00008000 /* don't assign controlling terminal */
139 O_RSYNC|O_NOCTTY|O_ALT_IO|O_NOFOLLOW|O_DIRECT|\
  /src/lib/libc/time/
localtime.c 154 #ifndef O_NOCTTY
155 # define O_NOCTTY 0
675 | O_IGNORE_CTTY | O_NOCTTY | O_REGULAR));

Completed in 14 milliseconds