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

/barrelfish-master/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...]
/barrelfish-master/lib/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 96 milliseconds