Lines Matching defs:fst
6 void f1(int fst, ...) { in f1()
13 void f2(int fst, ...) { in f2()
21 void f3(int fst, ...) { in f3()
29 void f4(va_list *fst, ...) { in f4()
35 void f5(va_list fst, ...) { in f5()
40 void f6(va_list *fst, ...) { in f6()
48 void f7(int *fst, ...) { in f7()
55 void f8(int *fst, ...) { in f8()
62 void reinit(int *fst, ...) { in reinit()
71 void reinitOk(int *fst, ...) { in reinitOk()
79 void copyself(int fst, ...) { in copyself()
87 void copyselfUninit(int fst, ...) { in copyselfUninit()
93 void copyOverwrite(int fst, ...) { in copyOverwrite()
101 void copyUnint(int fst, ...) { in copyUnint()
106 void recopy(int fst, ...) { in recopy()
116 void doublemsg(int fst, ...) { in doublemsg()
126 void in_array(int fst, ...) { in in_array()
137 void in_struct(int fst, ...) { in in_struct()
143 void casting(int fst, ...) { in casting()
150 void castingOk(int fst, ...) { in castingOk()