Searched refs:typetable (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14-stable/contrib/sendmail/libsm/ |
| HD | vfprintf.c | 838 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-14-stable/lib/libc/stdio/ |
| HD | printf-pos.c | 76 struct typetable { struct 84 static int __grow_type_table(struct typetable *); argument 85 static void build_arg_table (struct typetable *, va_list, union arg **); 91 inittypes(struct typetable *types) in inittypes() 107 freetypes(struct typetable *types) in freetypes() 119 _ensurespace(struct typetable *types) in _ensurespace() 136 addtype(struct typetable *types, enum typeid type) in addtype() 146 addsarg(struct typetable *types, int flags) in addsarg() 167 adduarg(struct typetable *types, int flags) in adduarg() 191 addaster(struct typetable *types, char **fmtp) in addaster() [all …]
|