HomeSort by relevance Sort by last modified time
    Searched refs:glob (Results 26 - 50 of 73) sorted by null

12 3

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
glob.h 46 /* Bits set in the FLAGS argument to `glob'. */
75 /* Error returns from `glob'. */
146 # define glob glob64 macro
150 /* Do glob searching for PATTERN, placing results in PGLOB.
155 `glob' returns GLOB_ABEND; if it returns zero, the error is ignored.
157 Otherwise, `glob' returns zero. */
159 extern int glob (__const char *__restrict __pattern, int __flags,
163 /* Free storage allocated in PGLOB by a previous `glob' call. */
166 extern int __REDIRECT_NTH (glob, (__const char *__restrict __pattern,
194 #endif /* glob.h *
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h 46 /* Bits set in the FLAGS argument to `glob'. */
75 /* Error returns from `glob'. */
146 # define glob glob64 macro
150 /* Do glob searching for PATTERN, placing results in PGLOB.
155 `glob' returns GLOB_ABEND; if it returns zero, the error is ignored.
157 Otherwise, `glob' returns zero. */
159 extern int glob (__const char *__restrict __pattern, int __flags,
163 /* Free storage allocated in PGLOB by a previous `glob' call. */
166 extern int __REDIRECT_NTH (glob, (__const char *__restrict __pattern,
194 #endif /* glob.h *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h 46 /* Bits set in the FLAGS argument to `glob'. */
75 /* Error returns from `glob'. */
146 # define glob glob64 macro
150 /* Do glob searching for PATTERN, placing results in PGLOB.
155 `glob' returns GLOB_ABEND; if it returns zero, the error is ignored.
157 Otherwise, `glob' returns zero. */
159 extern int glob (__const char *__restrict __pattern, int __flags,
163 /* Free storage allocated in PGLOB by a previous `glob' call. */
166 extern int __REDIRECT_NTH (glob, (__const char *__restrict __pattern,
194 #endif /* glob.h *
    [all...]
  /external/chromium/chrome/common/extensions/
user_script.h 141 void add_glob(const std::string& glob) { globs_.push_back(glob); }
146 void add_exclude_glob(const std::string& glob) {
147 exclude_globs_.push_back(glob);
  /external/openssh/openbsd-compat/
glob.h 1 /* $OpenBSD: glob.h,v 1.11 2010/09/24 13:32:55 djm Exp $ */
2 /* $NetBSD: glob.h,v 1.5 1994/10/26 00:55:56 cgd Exp $ */
35 * @(#)glob.h 8.1 (Berkeley) 6/2/93
38 /* OPENBSD ORIGINAL: include/glob.h */
55 int gl_flags; /* Copy of flags parameter to glob. */
58 /* Copy of errfunc parameter to glob. */
62 * Alternate filesystem access methods for glob; replacement
96 int glob(const char *, int, int (*)(const char *, int), glob_t *);
  /external/compiler-rt/lib/msan/lit_tests/Linux/
glob_altdirfunc.cc 6 #include <glob.h>
64 int res = glob(buf, GLOB_ALTDIRFUNC | GLOB_MARK, 0, &globbuf);
syscalls.cc 6 #include <glob.h>
  /external/chromium_org/third_party/sqlite/src/src/
test8.c 1157 ** Implementation of "GLOB" function on the echo module. Pass
    [all...]
  /external/chromium_org/extensions/common/
user_script.h 143 void add_glob(const std::string& glob) { globs_.push_back(glob); }
148 void add_exclude_glob(const std::string& glob) {
149 exclude_globs_.push_back(glob);
  /external/ant-glob/
Android.mk 23 LOCAL_MODULE := ant-glob
  /external/skia/tools/skpdiff/
skpdiff_util.cpp 15 # include <glob.h>
170 if (glob(globPattern, 0, NULL, &globBuffer) != 0) {
174 // Note these paths are in sorted order by default according to http://linux.die.net/man/3/glob
  /ndk/sources/host-tools/make-3.81/
config.h-vms 409 #define glob gnu_glob
  /external/openssh/
includes.h 36 # include <glob.h>
sftp-glob.c 1 /* $OpenBSD: sftp-glob.c,v 1.22 2006/08/03 03:34:42 deraadt Exp $ */
148 return(glob(pattern, flags | GLOB_ALTDIRFUNC, errfunc, pglob));
Android.mk 30 openbsd-compat/pwcache.c openbsd-compat/glob.c
73 sftp.c sftp-client.c sftp-common.c sftp-glob.c progressmeter.c
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
content_scripts_handler.cc 40 void(UserScript::*add_method)(const std::string& glob),
55 std::string glob; local
56 if (!list->GetString(i, &glob)) {
65 (instance->*add_method)(glob);
  /external/oprofile/gui/
oprof_start_util.cpp 14 #include <glob.h>
113 glob("/dev/oprofile/stats/cpu*/sample_received",
  /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_org/ui/base/clipboard/
clipboard_win.cc 232 HGLOBAL glob = CreateGlobalData(text); local
234 WriteToClipboard(CF_UNICODETEXT, glob);
248 HGLOBAL glob = CreateGlobalData(html_fragment); local
250 WriteToClipboard(Clipboard::GetHtmlFormatType().ToUINT(), glob);
266 HGLOBAL glob = CreateGlobalData(wide_bookmark); local
268 WriteToClipboard(GetUrlWFormatType().ToUINT(), glob);
  /external/chromium/sdch/open-vcdiff/src/
gflags.cc     [all...]
  /external/open-vcdiff/gflags/src/
gflags.cc     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.cc 42 #include <glob.h>
532 const int r = glob(pattern.c_str(), GLOB_ERR, NULL, &g);
546 RAW_LOG(WARNING, "Unable to remove old heap profiles (can't run glob())");
  /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...]
  /external/chromium_org/third_party/libxml/src/
runtest.c 99 const char *in; /* glob to path for input files */
121 static int glob(const char *pattern, int flags, function
200 #include <glob.h>
    [all...]

Completed in 960 milliseconds

12 3