Home
last modified time | relevance | path

Searched refs:GLOB_BRACE (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/glob/
Dglob.h89 # define GLOB_BRACE (1 << 10)/* Expand "{a,b}" to "a" "b". */ macro
97 GLOB_PERIOD|GLOB_ALTDIRFUNC|GLOB_BRACE| \
Dglob.c379 if (flags & GLOB_BRACE)
421 return glob (pattern, flags & ~GLOB_BRACE, errfunc, pglob);
435 return glob (pattern, flags & ~GLOB_BRACE, errfunc, pglob);