Home
last modified time | relevance | path

Searched refs:space2 (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dpmf8.C15 char space2[36]; variable
/openbsd-src/lib/libpcap/
H A Doptimize.c143 bpf_u_int32 *space2; variable
1673 free((void *)space2); in opt_cleanup()
1804 if (sizeof(*space2) > SIZE_MAX / size2) in opt_init()
1806 size2 *= sizeof(*space2); in opt_init()
1808 space2 = (bpf_u_int32 *)malloc(size2); in opt_init()
1809 if (space2 == NULL) { in opt_init()
1826 p = space2; in opt_init()
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/scripts/
H A Dhwasan_symbolize297 space2 = ' ' * (match.start(4) - match.end(1) - 2)
299 self.maybe_escape("%s->%s%s in " % (space1, space2, frames[i][0]))
/openbsd-src/gnu/gcc/gcc/
H A Dc-decl.c5632 struct sorted_fields_type *space2; in finish_struct() local
5641 space2 = GGC_NEWVAR (struct sorted_fields_type, in finish_struct()
5645 space->s = space2; in finish_struct()
5646 field_array = &space2->elts[0]; in finish_struct()
/openbsd-src/gnu/usr.bin/perl/t/re/
H A Dpat.t1221 my @space2 = sort grep {$space {$_} =~ /[[:blank:]]/} keys %space;
1225 is("@space2", "spc tab", $message);
/openbsd-src/gnu/llvm/llvm/docs/
H A DLangRef.rst2824 ``ni:<address space0>:<address space1>:<address space2>...``