Home
last modified time | relevance | path

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

/freebsd-10-stable/lib/libc/stdio/
Dprintf-pos.c130 addtype(struct typetable *types, enum typeid type) in addtype() function
199 if (addtype(types, T_INT)) in addaster()
204 if (addtype(types, T_INT)) in addaster()
225 if (addtype(types, T_INT)) in addwaster()
230 if (addtype(types, T_INT)) in addwaster()
341 error = addtype(&types, in __find_arguments()
362 error = addtype(&types, in __find_arguments()
370 error = addtype(&types, TP_INTMAXT); in __find_arguments()
372 error = addtype(&types, TP_PTRDIFFT); in __find_arguments()
374 error = addtype(&types, TP_SSIZET); in __find_arguments()
[all …]
/freebsd-10-stable/usr.bin/xlint/lint1/
Dcgram.y466 addtype($1);
469 addtype($2);
473 addtype($2);
643 addtype($1);
646 addtype($2);
652 addtype($2);
Dexterns1.h143 extern void addtype(type_t *);
Ddecl.c248 addtype(type_t *tp) in addtype() function
/freebsd-10-stable/contrib/tzcode/zic/
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) in addtype() function