OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLOB_STAR
(Results
1 - 3
of
3
) sorted by relevancy
/src/include/
glob.h
96
#define
GLOB_STAR
0x08000 /* Use glob ** to recurse directories */
/src/tests/lib/libc/gen/
t_glob.c
289
ATF_TC(
glob_star
);
290
ATF_TC_HEAD(
glob_star
, tc)
293
"Test glob(3) ** with
GLOB_STAR
");
296
ATF_TC_BODY(
glob_star
, tc)
298
run("a/**",
GLOB_STAR
,
306
"Test glob(3) ** without
GLOB_STAR
");
324
run("**",
GLOB_STAR
,
339
run(".**",
GLOB_STAR
,
366
ATF_TP_ADD_TC(tp,
glob_star
);
/src/lib/libc/gen/
glob.c
534
((pglob->gl_flags &
GLOB_STAR
) != 0 &&
Completed in 15 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025