Home
last modified time | relevance | path

Searched refs:foo13 (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dstructs.c120 struct struct13 foo13 = {'1','b','3','d','5','f','7','h','9','j','B','l','D'}, L13; variable
177 return foo13; in fun13()
309 void Fun13(struct struct13 foo13) in Fun13() argument
311 void Fun13(foo13) in Fun13()
312 struct struct13 foo13; in Fun13()
315 L13 = foo13;
423 Fun13(foo13); in main()
/openbsd/gnu/usr.bin/perl/t/lib/warnings/
H A D9uninit1136 our %foo13=(1..2000,'foo'=>'bar','baz'=>undef); $v = join '', %foo13;
1155 Use of uninitialized value within %foo13 in join or string at - line 16.