Searched refs:typetable (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/lib/libc/stdio/
H A Dprintf-pos.c70 struct typetable { struct
78 static int __grow_type_table(struct typetable *);
79 static void build_arg_table (struct typetable *, va_list, union arg **);
82 * Initialize a struct typetable.
85 inittypes(struct typetable *types)
98 * struct typetable destructor.
101 freetypes(struct typetable *types)
113 _ensurespace(struct typetable *types)
130 addtype(struct typetable *types, enum typeid type)
140 addsarg(struct typetable *type
[all...]
/freebsd-10.3-release/contrib/sendmail/libsm/
H A Dvfprintf.c837 unsigned char *typetable; /* table of types */ local
846 (sm_grow_type_table_x(&typetable, &tablesize), 0) : 0, \
847 typetable[nextarg++] = type, \
880 typetable = stattypetable;
884 (void) memset(typetable, T_UNUSED, STATIC_ARG_TBL_SIZE);
1027 switch (typetable [n])
1080 if ((typetable != NULL) && (typetable != stattypetable))
1081 sm_free(typetable);
1096 sm_grow_type_table_x(typetable, tablesiz
[all...]
/freebsd-10.3-release/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dioctl.c477 static const char *typetable[] = local
498 p->pd_name, p->pd_propnum, typetable[p->pd_proptype],
/freebsd-10.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c13524 const int typetable[] =
13567 typebits = typetable[idx];
13514 const int typetable[] = local

Completed in 197 milliseconds