Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
H A Dstructs.c121 struct struct14 foo14 = {'a','2','c','4','e','6','g','8','i','A','k','C','m','E'}, L14; variable
181 return foo14; in fun14()
318 void Fun14(struct struct14 foo14) in Fun14() argument
320 void Fun14(foo14) in Fun14()
321 struct struct14 foo14; in Fun14()
324 L14 = foo14;
424 Fun14(foo14); in main()
/openbsd-src/gnu/usr.bin/perl/t/lib/warnings/
H A D9uninit1137 my %foo14=(1..2000,'foo'=>'bar','baz'=>undef); $v = join '', %foo14;
1156 Use of uninitialized value within %foo14 in join or string at - line 17.