Searched refs:addtype (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/lib/libc/stdio/
H A Dprintf-pos.c130 addtype(struct typetable *types, enum typeid type) function
199 if (addtype(types, T_INT))
204 if (addtype(types, T_INT))
225 if (addtype(types, T_INT))
230 if (addtype(types, T_INT))
341 error = addtype(&types,
362 error = addtype(&types,
370 error = addtype(&types, TP_INTMAXT);
372 error = addtype(&types, TP_PTRDIFFT);
374 error = addtype(
[all...]
/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dcgram.y459 addtype($1);
462 addtype($2);
466 addtype($2);
636 addtype($1);
639 addtype($2);
645 addtype($2);
H A Dexterns1.h138 extern void addtype(type_t *);
H A Ddecl.c248 addtype(type_t *tp) function
259 lerror("addtype()");
/freebsd-9.3-release/contrib/tzcode/zic/
H A Dzic.c105 static int addtype(long gmtoff, const char * abbr, int isdst,
1617 type = addtype(gmtoffs[mrudst],
1628 type = addtype(gmtoffs[mrustd],
2077 type = addtype(oadd(zp->z_gmtoff, stdoff),
2181 type = addtype(offset, ab, rp->r_stdoff != 0,
2196 addtype(startoff, startbuf,
2249 addtype(gmtoff, abbr, isdst, ttisstd, ttisgmt) function
2259 error(_("internal error - addtype called with bad isdst"));
2263 error(_("internal error - addtype called with bad ttisstd"));
2267 error(_("internal error - addtype calle
[all...]

Completed in 122 milliseconds