Searched refs:addtype (Results 1 – 4 of 4) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | printf-pos.c | 133 addtype(struct typetable *types, enum typeid type) in addtype() function 202 if (addtype(types, T_INT)) in addaster() 207 if (addtype(types, T_INT)) in addaster() 228 if (addtype(types, T_INT)) in addwaster() 233 if (addtype(types, T_INT)) in addwaster() 349 error = addtype(&types, in __find_arguments() 370 error = addtype(&types, in __find_arguments() 378 error = addtype(&types, TP_INTMAXT); in __find_arguments() 380 error = addtype(&types, TP_PTRDIFFT); in __find_arguments() 382 error = addtype(&types, TP_SSIZET); in __find_arguments() [all …]
|
/freebsd/contrib/tzcode/ |
H A D | zic.c | 175 static int addtype(zic_t, char const *, bool, bool, bool); 2659 type = addtype(utoffs[mrudst], in writezone() 2670 type = addtype(utoffs[mrustd], in writezone() 3264 unspecifiedtype = addtype(0, "-00", false, false, false); in outzone() 3284 type = addtype(oadd(zp->z_stdoff, save), in outzone() 3420 type = addtype(offset, ab, rp->r_isdst, in outzone() 3443 int type = addtype(startoff, startbuf, isdst, in outzone() 3536 addtype(zic_t utoff, char const *abbr, bool isdst, bool ttisstd, bool ttisut) 3537 addtype(zic_t utoff, char const *abbr, bool isdst, bool ttisstd, bool ttisut) addtype() function
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 1105 fill_pool_info(nvlist_t *list, zpool_handle_t *zhp, boolean_t addtype, in fill_pool_info() argument 1113 if (addtype) in fill_pool_info() 1158 boolean_t addtype, boolean_t as_int) in fill_vdev_info() argument 1177 if (addtype) in fill_vdev_info()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64InstrFormats.td | 2600 RegisterClass addtype, string asm, 2602 : I<(outs addtype:$Rd), (ins multype:$Rn, multype:$Rm, addtype:$Ra),
|