Home
last modified time | relevance | path

Searched refs:glob1 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_globals_test.cc16 char glob1[1]; variable
H A Dasan_test_utils.h87 extern char glob1[1];
H A Dasan_interface_test.cc283 GOOD_ACCESS(glob1, 1 - 1); in TEST()
304 BAD_ACCESS(glob1, 1); in TEST()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dglob.c157 static int glob1 (Char *, glob_t *, size_t *);
469 if ((ret = glob1(patbuf, pglob, &limit)) != 0) in glob0()
496 glob1(Char *pattern, glob_t *pglob, size_t *limit) in glob1() function
/netbsd-src/lib/libc/gen/
H A Dglob.c167 static int glob1(Char *, glob_t *, struct glob_limit *);
549 if ((error = glob1(patbuf, pglob, limit)) != 0) in glob0()
587 glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit) in glob1() function