Home
last modified time | relevance | path

Searched refs:typetable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/libsm/
H A Dvfprintf.c838 unsigned char *typetable; /* table of types */ local
847 (sm_grow_type_table_x(&typetable, &tablesize), 0) : 0, \
848 typetable[nextarg++] = type, \
881 typetable = stattypetable;
885 (void) memset(typetable, T_UNUSED, STATIC_ARG_TBL_SIZE);
1028 switch (typetable [n])
1082 if ((typetable != NULL) && (typetable != stattypetable))
1083 sm_free(typetable);
1098 sm_grow_type_table_x(typetable, tablesize) in sm_grow_type_table_x() argument
1099 unsigned char **typetable; in sm_grow_type_table_x()
[all …]
/freebsd/lib/libc/stdio/
H A Dprintf-pos.c73 struct typetable { struct
81 static int __grow_type_table(struct typetable *); argument
82 static void build_arg_table (struct typetable *, va_list, union arg **);
88 inittypes(struct typetable *types) in inittypes()
104 freetypes(struct typetable *types) in freetypes()
116 _ensurespace(struct typetable *types) in _ensurespace()
133 addtype(struct typetable *types, enum typeid type) in addtype()
143 addsarg(struct typetable *types, int flags) in addsarg()
164 adduarg(struct typetable *types, int flags) in adduarg()
188 addaster(struct typetable *types, char **fmtp) in addaster()
[all …]
/freebsd/cddl/contrib/opensolaris/lib/pyzfs/common/
H A Dioctl.c477 static const char *typetable[] = in py_get_proptable() local
498 p->pd_name, p->pd_propnum, typetable[p->pd_proptype], in py_get_proptable()