Searched refs:glob2 (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/lib/libc/gen/ |
| H A D | glob.c | 168 static int glob2(Char *, Char *, Char *, const Char *, glob_t *, 601 return glob2(pathbuf, pathbuf, in glob1() 612 glob2(Char *pathbuf, Char *pathend, Char *pathlim, const Char *pattern, in glob2() function 730 glob2(pathbuf, pathend, pathlim, restpattern - 1, pglob, in glob3() 732 glob2(pathbuf, pathend, pathlim, restpattern + 1, pglob, in glob3() 845 error = glob2(pathbuf, dc, pathlim, pglobstar, in glob3() 855 error = glob2(pathbuf, --dc, pathlim, restpattern, in glob3()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | glob.c | 158 static int glob2 (Char *, Char *, Char *, glob_t *, size_t *); 503 return(glob2(pathbuf, pathbuf, pattern, pglob, limit)); in glob1() 521 glob2(Char *pathbuf, Char *pathend, Char *pattern, glob_t *pglob, in glob2() function 623 ret = glob2(pathbuf, --dc, restpattern, pglob, limit); in glob3()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/ |
| H A D | asan_globals_test.cc | 17 char glob2[2]; variable
|
| H A D | asan_test_utils.h | 88 extern char glob2[2];
|
| H A D | asan_interface_test.cc | 284 GOOD_ACCESS(glob2, 2 - 1); in TEST() 305 BAD_ACCESS(glob2, 2); in TEST()
|