Searched refs:GLOB_ALTDIRFUNC (Results 1 – 3 of 3) sorted by relevance
/bionic/tests/ |
D | glob_test.cpp | 120 ASSERT_EQ(GLOB_NOMATCH, glob("/opendir-fail/x*", GLOB_ALTDIRFUNC, test_error_callback, &g)); in TEST() 126 ASSERT_EQ(GLOB_ABORTED, glob("/opendir-fail/x*", GLOB_ALTDIRFUNC, test_error_callback, &g)); in TEST() 135 ASSERT_EQ(GLOB_NOMATCH, glob("/opendir-fail/x*", GLOB_ALTDIRFUNC, nullptr, &g)); in TEST() 137 ASSERT_EQ(GLOB_ABORTED, glob("/opendir-fail/x*", GLOB_ALTDIRFUNC | GLOB_ERR, nullptr, &g)); in TEST() 180 ASSERT_EQ(0, glob("*", GLOB_ALTDIRFUNC, nullptr, &g)); in TEST() 189 ASSERT_EQ(0, glob("*", GLOB_ALTDIRFUNC | GLOB_NOSORT, nullptr, &g)); in TEST() 216 ASSERT_EQ(expected_result, glob(pattern, GLOB_ALTDIRFUNC, nullptr, &g)) << pattern; in CheckGlob()
|
/bionic/libc/include/ |
D | glob.h | 82 #define GLOB_ALTDIRFUNC 0x0040 /* Use alternately specified directory funcs. */ macro
|
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
D | glob.c | 752 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()
|