Searched refs:t_vararg (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dlint2.h44 u_int t_vararg : 1; /* function has variable number of arguments */ member in struct:type
H A Demit2.c124 if (tp->t_vararg)
129 if (tp->t_vararg)
H A Dchk.c393 } else if (*ap2 != NULL && tp1->t_proto && tp1->t_vararg) {
1143 if (tp1->t_vararg == tp2->t_vararg)
1145 if (tp2->t_vararg &&
1304 if (tp1->t_vararg != tp2->t_vararg)
1339 if (tp->t_vararg && warn != NULL)
H A Dread.c642 tp->t_vararg = 1;
/freebsd-11-stable/usr.bin/xlint/lint1/
H A Demit1.c139 if (tp->t_vararg)
144 if (tp->t_vararg)
H A Dlint1.h144 u_int t_vararg : 1; /* prototype with ... */ member in struct:type
H A Ddecl.c1281 tp->t_vararg = dcs->d_vararg;
2022 if (tp1->t_vararg != tp2->t_vararg)
2057 if (tp->t_vararg) {
H A Dtree.c3223 if (ftp->t_proto && npar != narg && !(ftp->t_vararg && npar < narg)) {

Completed in 90 milliseconds