Searched refs:GLOB_BRACE (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/include/ | ||
D | glob.h | 83 #define GLOB_BRACE 0x0080 /* Expand braces like csh. */ macro |
/bionic/libc/upstream-freebsd/lib/libc/gen/ | ||
D | glob.c | 257 if (flags & GLOB_BRACE) in glob() |