HomeSort by relevance Sort by last modified time
    Searched defs:glob1 (Results 1 - 9 of 9) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
glob.py 30 for name in glob1(os.curdir, basename):
38 glob_in_dir = glob1
46 # They return a list of basenames. `glob1` accepts a pattern while `glob0`
49 def glob1(dirname, pattern): function
  /external/python/cpython2/Lib/
glob.py 49 for name in glob1(os.curdir, basename):
60 glob_in_dir = glob1
68 # They return a list of basenames. `glob1` accepts a pattern while `glob0`
71 def glob1(dirname, pattern): function
  /external/libcxxabi/test/
test_exception_storage.pass.cpp 24 globals_t *glob1, *glob2; local
26 glob1 = __cxxabiv1::__cxa_get_globals ();
27 if ( NULL == glob1 )
31 if ( glob1 != glob2 )
34 *result = (size_t) glob1;
  /external/python/setuptools/setuptools/
glob.py 66 for x in glob1(dirname, basename):
80 glob_in_dir = glob1
89 # They return a list of basenames. `glob1` accepts a pattern while `glob0`
93 def glob1(dirname, pattern): function
  /external/python/cpython3/Lib/
glob.py 101 def glob1(dirname, pattern): function
  /external/compiler-rt/lib/asan/tests/
asan_globals_test.cc 16 char glob1[1]; variable
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 168 static int glob1(Char *, glob_t *, size_t *);
444 * quotes), calls glob1() to do the real pattern matching, and finally
518 if ((error = glob1(patbuf, pglob, limit)) != 0)
556 glob1(Char *pattern, glob_t *pglob, size_t *limit) function
  /external/openssh/openbsd-compat/
glob.c 160 static int glob1(Char *, Char *, glob_t *, struct glob_lim *);
466 * quotes), calls glob1() to do the real pattern matching, and finally
548 if ((err = glob1(patbuf, patbuf+MAXPATHLEN-1, pglob, limitp)) != 0)
610 glob1(Char *pattern, Char *pattern_last, glob_t *pglob, struct glob_lim *limitp) function
  /bionic/libc/upstream-freebsd/lib/libc/gen/
glob.c 163 static int glob1(Char *, glob_t *, struct glob_limit *);
527 * quotes), calls glob1() to do the real pattern matching, and finally
600 if ((err = glob1(patbuf, pglob, limit)) != 0)
629 glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit) function

Completed in 1234 milliseconds