Home
last modified time | relevance | path

Searched refs:GLOB_ALTDIRFUNC (Results 1 – 3 of 3) sorted by relevance

/bionic/tests/
Dglob_test.cpp127 ASSERT_EQ(GLOB_NOMATCH, glob("/opendir-fail/x*", GLOB_ALTDIRFUNC, test_error_callback, &g)); in TEST()
133 ASSERT_EQ(GLOB_ABORTED, glob("/opendir-fail/x*", GLOB_ALTDIRFUNC, test_error_callback, &g)); in TEST()
146 ASSERT_EQ(GLOB_NOMATCH, glob("/opendir-fail/x*", GLOB_ALTDIRFUNC, nullptr, &g)); in TEST()
148 ASSERT_EQ(GLOB_ABORTED, glob("/opendir-fail/x*", GLOB_ALTDIRFUNC | GLOB_ERR, nullptr, &g)); in TEST()
195 ASSERT_EQ(0, glob("*", GLOB_ALTDIRFUNC, nullptr, &g)); in TEST()
204 ASSERT_EQ(0, glob("*", GLOB_ALTDIRFUNC | GLOB_NOSORT, nullptr, &g)); in TEST()
239 ASSERT_EQ(expected_result, glob(pattern, GLOB_ALTDIRFUNC, nullptr, &g)) << pattern; in CheckGlob()
/bionic/libc/include/
Dglob.h84 #define GLOB_ALTDIRFUNC 0x0040 /* Use alternately specified directory funcs. */ macro
/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c752 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()
816 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in glob3()
1014 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_opendir()
1029 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_lstat()
1043 if (pglob->gl_flags & GLOB_ALTDIRFUNC) in g_stat()