OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:access_w
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/atf/dist/tools/
fs.cpp
69
static const int
access_w
= 1 << 2;
variable
82
mode &
access_w
|| mode & access_x);
110
((mode &
access_w
) && (st.st_mode & S_IWUSR)) ||
115
((mode &
access_w
) && (st.st_mode & S_IWGRP)) ||
121
((mode &
access_w
) && (st.st_mode & S_IWOTH)) ||
Completed in 24 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026