Home
last modified time | relevance | path

Searched defs:carray (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
H A Dc_strings.cc36 char carray[50]; in test01() local
73 char carray[50]; in test02() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Darray1.C8 const short carray[] = { 1, 2, 3, 4, 5 }; in main() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D19990325-0.f43 complex carray(3) local
166 complex carray(3), carrayp(2) local
H A D19990325-1.f43 double complex carray(3) local
166 double complex carray(3), carrayp(2) local
/openbsd-src/gnu/lib/libstdc++/libstdc++/testsuite/27_io/
H A Distream_unformatted.cc52 char carray[60] = ""; in test01() local
H A Dstreambuf_members.cc137 char carray[i02 + 1]; in test01() local
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dfuncargs.c68 char carray[] = {'a', 'n', ' ', 'a', 'r', 'r', 'a', 'y', '\0'}; variable