OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glob2
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_globals_test.cc
17
char
glob2
[2];
variable
asan_test_utils.h
88
extern char
glob2
[2];
asan_interface_test.cc
284
GOOD_ACCESS(
glob2
, 2 - 1);
305
BAD_ACCESS(
glob2
, 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
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 22 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026