Lines Matching refs:strdup
10 char *strdup(const char *s);
25 a0.s2 = strdup("hello"); in f0()
39 a1.s2 = strdup("hello"); in f1()
53 a2.s2 = strdup("hello"); in f2()
67 a3.s2 = strdup("hello"); in f3()
91 b0.s2 = strdup("hello"); in f4()
92 b0.a.s2 = strdup("hola"); in f4()
113 a0.s2 = strdup("hello"); in f5()
121 a1.s2 = strdup("hello"); in f6()
129 a2.s2 = strdup("hello"); in f7()
137 a3.s2 = strdup("hello"); in f8()
146 b0.s2 = strdup("hello"); in f9()
147 b0.a.s2 = strdup("hola"); in f9()
157 b0.s2 = strdup("hello"); in f10()
158 b0.a.s2 = strdup("hola"); in f10()
177 c0.s2 = strdup("hello"); in f11()
199 d0.s2 = strdup("hello"); in f12()
224 E0.s2 = strdup("hello"); in f13()
240 a15.s2 = strdup("hello"); in f15()
261 g0.s2 = strdup("hello"); in f16()
282 h0.s2 = strdup("hello"); in f17()
304 i18.s2 = strdup("hello"); in f18()
321 i181.s2 = strdup("hello"); in f181()
347 J0.s2 = strdup("hello"); in f19()
348 J0.s1[0].s2 = strdup("hello"); in f19()
349 J0.s1[1].s2 = strdup("hi"); in f19()
350 J0.s1[2].s2 = strdup("world"); in f19()
376 a20[0].s2 = strdup("hello"); in f20()
381 a20[1].s2 = strdup("world"); in f20()
382 a20[i].s2 = strdup("hola"); in f20()
418 a21[i].s2 = strdup("hello"); in f21()
459 m24->s4 = strdup("hello"); in f24()
477 m->s4 = strdup("hola"); // m->s4 not tracked in f25()
483 l->s2 = strdup("hello"); // l->s2 not tracked in f25()
509 a26.s2 = strdup("hello"); in f26()
523 a261.s2 = strdup("hello"); in f261()
537 a262.s2 = strdup("hello"); in f262()
556 x263.s2 = strdup("hello"); in f263()
572 m27.s4 = strdup("hello"); in f27()
587 m28[i].s4 = strdup("hello"); in f28()
612 m29[i].s4 = strdup("hello"); in f29()
662 k31.s2 = strdup("hello"); in f31()
683 v32.s2 = strdup("hello"); in f32()
705 n33.s2 = strdup("hello"); in f33()
750 y35.s2 = strdup("hello"); in f35()