Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/
H A Dglob.h83 #define GLOB_BRACE 0x0080 /* Expand braces like csh. */ macro
/aosp12/bionic/libc/upstream-freebsd/lib/libc/gen/
H A Dglob.c257 if (flags & GLOB_BRACE) in glob()