HomeSort by: relevance | last modified time | path
    Searched defs:glob2 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_globals_test.cc 17 char glob2[2]; variable
  /src/lib/libc/gen/
glob.c 168 static int glob2(Char *, Char *, Char *, const Char *, glob_t *,
601 return glob2(pathbuf, pathbuf,
607 * The functions glob2 and glob3 are mutually recursive; there is one level
612 glob2(Char *pathbuf, Char *pathend, Char *pathlim, const Char *pattern, function
626 qprintf("glob2", pathbuf);
730 glob2(pathbuf, pathend, pathlim, restpattern - 1, pglob,
732 glob2(pathbuf, pathend, pathlim, restpattern + 1, pglob,
845 error = glob2(pathbuf, dc, pathlim, pglobstar,
855 error = glob2(pathbuf, --dc, pathlim, restpattern,
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
glob.c 158 static int glob2 (Char *, Char *, Char *, glob_t *, size_t *);
503 return(glob2(pathbuf, pathbuf, pattern, pglob, limit));
507 * The functions glob2 and glob3 are mutually recursive; there is one level
521 glob2(Char *pathbuf, Char *pathend, Char *pattern, glob_t *pglob, function
623 ret = glob2(pathbuf, --dc, restpattern, pglob, limit);

Completed in 32 milliseconds