Searched refs:typetable (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/libsm/ |
H A D | vfprintf.c | 839 unsigned char *typetable; /* table of types */ local 848 (sm_grow_type_table_x(&typetable, &tablesize), 0) : 0, \ 849 typetable[nextarg++] = type, \ 882 typetable = stattypetable; 886 (void) memset(typetable, T_UNUSED, STATIC_ARG_TBL_SIZE); 1029 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 …]
|
/titanic_41/usr/src/lib/pyzfs/common/ |
H A D | ioctl.c | 476 static const char *typetable[] = in py_get_proptable() local 497 p->pd_name, p->pd_propnum, typetable[p->pd_proptype], in py_get_proptable()
|
/titanic_41/usr/src/lib/libipsecutil/common/ |
H A D | ipsec_util.c | 3265 static struct typetable { struct 3279 struct typetable *tt = type_table; in rparsesatype() argument
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ipseckey.c | 351 static struct typetable { struct 366 struct typetable *tt = type_table; in parsesatype() argument
|