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

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_globals_test.cc 17 char glob2[2]; variable in typeref:typename:char[2]
  /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 in typeref:typename:int
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,

Completed in 12 milliseconds