OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:O_REGULAR
(Results
1 - 3
of
3
) sorted by relevancy
/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/sys/
fcntl.h
123
#define
O_REGULAR
0x02000000 /* fail if not a regular file */
141
O_REGULAR
|O_EXEC)
/src/lib/libc/time/
localtime.c
406
#ifndef
O_REGULAR
407
# define
O_REGULAR
0
1014
| O_IGNORE_CTTY | O_NOCTTY |
O_REGULAR
);
1041
else if (!
O_REGULAR
) {
Completed in 32 milliseconds
Indexes created Fri Feb 20 16:20:20 UTC 2026