Home
last modified time | relevance | path

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

/external/avahi/avahi-daemon/
Dglob.h98 #define GLOB_BRACE 0x0080 /* Expand braces ala csh. */ macro
Dglob.c234 if (flags & GLOB_BRACE) in glob()
/external/selinux/policycoreutils/setfiles/
Drestore.c378 errors = glob(name, GLOB_TILDE | GLOB_PERIOD | GLOB_NOCHECK | GLOB_BRACE, NULL, &globbuf); in process_glob()
/external/selinux/policycoreutils/
DChangeLog99 * restorecon GLOB_BRACE change from Michal Trunecka.