| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/unsorted/ |
| D | gen_tst.c | 19 #define limm1 ((type)(int)&glob1) 25 int glob0, glob1; variable
|
| D | HIset.c | 15 #define limm1 ((type)(int)&glob1) 21 int glob0, glob1; variable
|
| D | SIset.c | 15 #define limm1 ((type)(int)&glob1) 21 int glob0, glob1; variable
|
| D | QIset.c | 15 #define limm1 ((type)(int)&glob1) 21 int glob0, glob1; variable
|
| D | SFset.c | 15 #define limm1 ((type)(int)&glob1) 21 int glob0, glob1; variable
|
| D | USIcmp.c | 3 type glob0, glob1; variable 19 #define limm1 ((type)&glob1)
|
| D | UHIcmp.c | 3 type glob0, glob1; variable 19 #define limm1 ((type)&glob1)
|
| D | SIcmp.c | 3 type glob0, glob1; variable 19 #define limm1 ((type)&glob1)
|
| D | HIcmp.c | 3 type glob0, glob1; variable 19 #define limm1 ((type)&glob1)
|
| D | DFcmp.c | 3 type glob0, glob1; variable 19 #define limm1 ((type)((int)&glob1))
|
| D | QIcmp.c | 3 type glob0, glob1; variable 19 #define limm1 ((type)&glob1)
|
| D | UQIcmp.c | 3 type glob0, glob1; variable 19 #define limm1 ((type)&glob1)
|
| /openbsd/src/gnu/llvm/compiler-rt/lib/asan/tests/ |
| D | asan_globals_test.cpp | 15 char glob1[1]; variable
|
| D | asan_test_utils.h | 86 extern char glob1[1];
|
| D | asan_interface_test.cpp | 279 GOOD_ACCESS(glob1, 1 - 1); in TEST() 300 BAD_ACCESS(glob1, 1); in TEST()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/ |
| D | is_deeply_fail.t | 359 my $glob1 = gensym; 363 ok !is_deeply( $glob1, $glob2 ), 'typeglobs';
|
| /openbsd/src/gnu/usr.bin/perl/ext/File-Glob/ |
| D | bsd_glob.c | 169 static int glob1(Char *, Char *, glob_t *, size_t *); 580 if ((err = glob1(patbuf, patbuf+MAXPATHLEN-1, pglob, &limit)) != 0) { 637 glob1(Char *pattern, Char *pattern_last, glob_t *pglob, size_t *limitp) function
|
| /openbsd/src/lib/libc/gen/ |
| D | glob.c | 149 static int glob1(Char *, Char *, glob_t *, struct glob_lim *); 538 if ((err = glob1(patbuf, patbuf+PATH_MAX-1, pglob, limitp)) != 0) in glob0() 600 glob1(Char *pattern, Char *pattern_last, glob_t *pglob, struct glob_lim *limitp) in glob1() function
|
| /openbsd/src/gnu/usr.bin/perl/t/op/ |
| D | ref.t | 653 is ($glob1, undef, "We get different typeglobs. In fact, undef");
|