Searched refs:GLOB_NOMATCH (Results 1 – 4 of 4) sorted by relevance
/bionic/tests/ |
D | glob_test.cpp | 71 ASSERT_EQ(GLOB_NOMATCH, glob("/will/match/nothing", 0, nullptr, &g)); in TEST() 120 ASSERT_EQ(GLOB_NOMATCH, 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() 201 ASSERT_EQ(GLOB_NOMATCH, glob("/does-not-exist", 0, nullptr, &g)); in TEST() 203 ASSERT_EQ(GLOB_NOMATCH, glob("/does-not-exist*", 0, nullptr, &g)); in TEST() 207 ASSERT_EQ(GLOB_NOMATCH, glob("/does-not-exist", GLOB_MAGCHAR, nullptr, &g)); in TEST() 215 int expected_result = expected_matches.empty() ? GLOB_NOMATCH : 0; in CheckGlob()
|
/bionic/tests/headers/posix/ |
D | glob_h.c | 49 MACRO(GLOB_NOMATCH); in glob_h()
|
/bionic/libc/include/ |
D | glob.h | 79 #define GLOB_NOMATCH (-3) /* No match and GLOB_NOCHECK was not set. */ macro
|
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
D | glob.c | 1095 return (GLOB_NOMATCH); in err_nomatch()
|