Searched refs:GLOB_TILDE (Results 1 – 8 of 8) sorted by relevance
/external/selinux/policycoreutils/setfiles/ |
D | restore.c | 13 #ifndef GLOB_TILDE 14 #define GLOB_TILDE 0 macro 83 errors = glob(name, GLOB_TILDE | GLOB_PERIOD | in process_glob()
|
/external/selinux/restorecond/ |
D | restore.c | 4 #ifndef GLOB_TILDE 5 #define GLOB_TILDE 0 macro 77 errors = glob(name, GLOB_TILDE | GLOB_PERIOD | in process_glob()
|
D | watch.c | 23 #ifndef GLOB_TILDE 24 #define GLOB_TILDE 0 macro 63 GLOB_TILDE | GLOB_PERIOD, in watch_list_add()
|
/external/openssh/openbsd-compat/ |
D | glob.h | 96 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
|
D | glob.c | 373 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | CFString.cpp | 147 if (::glob(path, GLOB_TILDE, NULL, &globbuf) == 0) { in GlobPath()
|
/external/llvm-project/lldb/source/Host/macosx/cfcpp/ |
D | CFCString.cpp | 111 if (::glob(path, GLOB_TILDE, NULL, &globbuf) == 0) { in ExpandTildeInPath()
|
/external/openssh/ |
D | readconf.c | 1620 r = glob(arg2, GLOB_TILDE, NULL, &gl); in process_config_line_depth()
|