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_SEARCH
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
fcntl.h
119
#define
O_SEARCH
0x00800000 /* skip search permission checks */
/src/lib/libc/time/
localtime.c
412
#ifndef
O_SEARCH
413
# define
O_SEARCH
0
1068
/* Prefer
O_SEARCH
or O_PATH if available;
1073
((
O_SEARCH
?
O_SEARCH
: O_PATH ? O_PATH : O_RDONLY)
Completed in 17 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026