Home
last modified time | relevance | path

Searched refs:GLOB_TILDE (Results 1 – 6 of 6) sorted by relevance

/external/selinux/policycoreutils/setfiles/
Drestore.c13 #ifndef GLOB_TILDE
14 #define GLOB_TILDE 0 macro
87 errors = glob(name, GLOB_TILDE | GLOB_PERIOD | in process_glob()
/external/selinux/restorecond/
Drestore.c4 #ifndef GLOB_TILDE
5 #define GLOB_TILDE 0 macro
81 errors = glob(name, GLOB_TILDE | GLOB_PERIOD | in process_glob()
Dwatch.c23 #ifndef GLOB_TILDE
24 #define GLOB_TILDE 0 macro
63 GLOB_TILDE | GLOB_PERIOD, in watch_list_add()
/external/openssh/openbsd-compat/
Dglob.h95 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
Dglob.c370 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))
/external/openssh/
Dreadconf.c1499 r = glob(arg2, GLOB_TILDE, NULL, &gl); in process_config_line_depth()