Home
last modified time | relevance | path

Searched refs:glob2 (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/llvm/compiler-rt/lib/asan/tests/
Dasan_globals_test.cpp16 char glob2[2]; variable
Dasan_test_utils.h87 extern char glob2[2];
Dasan_interface_test.cpp280 GOOD_ACCESS(glob2, 2 - 1); in TEST()
301 BAD_ACCESS(glob2, 2); in TEST()
/openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
Dis_deeply_fail.t360 my $glob2 = gensym;
363 ok !is_deeply( $glob1, $glob2 ), 'typeglobs';
/openbsd/src/gnu/usr.bin/perl/ext/File-Glob/
Dbsd_glob.c170 static int glob2(Char *, Char *, Char *, Char *, Char *, Char *,
646 return(glob2(pathbuf, pathbuf+MAXPATHLEN-1,
657 glob2(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last, function
820 err = glob2(pathbuf, pathbuf_last, --dc, pathend_last,
/openbsd/src/lib/libc/gen/
Dglob.c150 static int glob2(Char *, Char *, Char *, Char *, Char *, Char *,
607 return(glob2(pathbuf, pathbuf+PATH_MAX-1, in glob1()
618 glob2(Char *pathbuf, Char *pathbuf_last, Char *pathend, Char *pathend_last, in glob2() function
757 err = glob2(pathbuf, pathbuf_last, --dc, pathend_last, in glob3()
/openbsd/src/gnu/usr.bin/perl/t/op/
Dref.t651 my $glob2 = *{$name2};