OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:check_flags
(Results
1 - 3
of
3
) sorted by null
/external/ltp/testcases/kernel/syscalls/getdents/
getdents01.c
36
static void
check_flags
(void);
159
check_flags
();
176
static void
check_flags
(void)
function
/external/toybox/toys/pending/
arp.c
102
static void
check_flags
(int *i, char** argv)
function
171
if (toys.optargs[2])
check_flags
(&flags, (toys.optargs+2));
200
if (toys.optargs[1])
check_flags
(&flags, (toys.optargs+1));
/external/python/cpython3/Lib/test/
test_re.py
2083
def
check_flags
(self, pattern, flags, expected):
member in class:PatternReprTests
[
all
...]
Completed in 8230 milliseconds