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()
374 a20[0].s2 = strdup("hello"); in f20()
379 a20[1].s2 = strdup("world"); in f20()
380 a20[i].s2 = strdup("hola"); in f20()
416 a21[i].s2 = strdup("hello"); in f21()
457 m24->s4 = strdup("hello"); in f24()
475 m->s4 = strdup("hola"); // m->s4 not tracked in f25()
481 l->s2 = strdup("hello"); // l->s2 not tracked in f25()
507 a26.s2 = strdup("hello"); in f26()
521 a261.s2 = strdup("hello"); in f261()
535 a262.s2 = strdup("hello"); in f262()
554 x263.s2 = strdup("hello"); in f263()
569 m27.s4 = strdup("hello"); in f27()
584 m28[i].s4 = strdup("hello"); in f28()
609 m29[i].s4 = strdup("hello"); in f29()
658 k31.s2 = strdup("hello"); in f31()
679 v32.s2 = strdup("hello"); in f32()
701 n33.s2 = strdup("hello"); in f33()
746 y35.s2 = strdup("hello"); in f35()