/ndk/sources/host-tools/make-3.81/glob/ |
glob.c | 27 /* Enable GNU extensions in glob.h. */ 272 We want our own definitions from <glob.h> to take precedence. */ 283 #include <glob.h> 353 /* Do glob searching for PATTERN, placing results in PGLOB. 358 `glob' returns GLOB_ABORTED; if it returns zero, the error is ignored. 360 Otherwise, `glob' returns zero. */ 362 glob (pattern, flags, errfunc, pglob) 422 return glob (pattern, flags & ~GLOB_BRACE, errfunc, pglob); 436 return glob (pattern, flags & ~GLOB_BRACE, errfunc, pglob); 463 /* Construct the new glob expression. * 361 glob (pattern, flags, errfunc, pglob) function [all...] |
/sdk/find_java/ |
find_java_lib.cpp | 354 CPath glob(path);
355 glob.addPath("j*");
359 HANDLE findH = FindFirstFileA(glob.cstr(), &findData);
|
/external/chromium/sdch/open-vcdiff/src/ |
gflags.cc | [all...] |
/external/open-vcdiff/gflags/src/ |
gflags.cc | [all...] |
/external/mksh/src/ |
eval.c | 64 static void glob(char *, XPtrV *, bool); 908 glob(p, wp, tobool(f & DOMARKDIRS)); 1438 glob(char *cp, XPtrV *wp, bool markdirs) function [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-pass.h | 223 const char *glob; /* command line glob */ member in struct:dump_file_info
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-pass.h | 223 const char *glob; /* command line glob */ member in struct:dump_file_info
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-pass.h | 223 const char *glob; /* command line glob */ member in struct:dump_file_info
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-pass.h | 223 const char *glob; /* command line glob */ member in struct:dump_file_info
|
/external/clang/test/Analysis/ |
malloc.c | 938 static intptr_t glob; 942 glob = (intptr_t)(uintptr_t)ptr; 937 static intptr_t glob; variable
|
/external/chromium/chrome/common/extensions/ |
extension.cc | 876 void(UserScript::*add_method)(const std::string& glob), 890 std::string glob; local 891 if (!list->GetString(i, &glob)) { 899 (instance->*add_method)(glob); [all...] |
extension.h | 698 void(UserScript::*add_method)(const std::string& glob), [all...] |
/external/ipsec-tools/src/racoon/ |
cftoken.l | 50 #include <glob.h> 716 if (glob(path, GLOB_TILDE, NULL, &incstack[incstackp].matches) != 0 || 719 "glob found no matches for path \"%s\"\n", path);
|
/external/openssh/ |
sftp.c | 105 int (*)(const char *, int), glob_t *); /* proto for sftp-glob.c */ 509 /* Check whether path returned from glob(..., GLOB_MARK, ...) is a directory */ 611 if (glob(src, GLOB_NOCHECK | GLOB_MARK, NULL, &g)) { 808 * If the glob returns a single match and it is a directory, 914 * Undo escaping of glob sequences in place. Used to undo extra escaping 916 * does not glob it. 955 * comment and escaping rules, but with some tweaks to handle glob(3) 1027 * double-escaped glob sequence - 1028 * glob will undo one level of 1052 * escaped glob sequence [all...] |
/external/libxml2/ |
valid.c | [all...] |
xmlregexp.c | [all...] |
/ndk/sources/host-tools/make-3.81/ |
read.c | 23 #include <glob.h> [all...] |
dir.c | 1094 #include <glob.h> 1120 in being lazy, since glob will want to see every file anyway. */ 1145 /* The glob interface wants a `struct dirent', 1215 /* We don't bother setting gl_lstat, since glob never calls it.
|
/external/openssh/openbsd-compat/ |
glob.c | 1 /* $OpenBSD: glob.c,v 1.35 2011/01/12 01:53:14 djm Exp $ */ 34 /* OPENBSD ORIGINAL: lib/libc/gen/glob.c */ 37 * glob(3) -- a superset of the one defined in POSIX 1003.2. 58 * Number of matches in the current invocation of glob. 167 glob(const char *pattern, int flags, int (*errfunc)(const char *, int), function 218 * Expand recursively a glob {} pattern. When there is no more expansion 219 * invoke the standard globbing routine to glob the rest of the magic 241 * If it fails then it tries to glob the rest of the pattern and returns. 279 /* Non matching braces; just glob the pattern */ 451 * The main glob() routine: compiles the pattern (optionally processin [all...] |
/prebuilts/devtools/tools/lib/ |
lint-checks.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-nodeps.jar | |