Searched refs:ctypes (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | util_ctxsetup.c | 39 kg2_parse_token(minor_status, ptr, token_length, flags, nctypes, ctypes, in kg2_parse_token() argument 46 krb5_cksumtype **ctypes; /* OUT */ 55 *ctypes = 0; 80 if ((*ctypes = (krb5_cksumtype *) 90 (*ctypes)[i] = (krb5_cksumtype) ((ptr[0]<<24) | (ptr[1]<<16) | 163 if (*ctypes) 164 free(*ctypes);
|
/titanic_41/usr/src/lib/libast/common/regex/ |
H A D | regclass.c | 42 static Ctype_t* ctypes; variable 168 for (cp = ctypes; cp; cp = cp->next) in regclass() 210 for (cp = ctypes; cp; cp = cp->next) in regaddclass() 221 np->next = ctypes; in regaddclass() 222 ctypes = np; in regaddclass()
|
/titanic_41/usr/src/cmd/localedef/ |
H A D | ctype.c | 36 static avl_tree_t ctypes; variable 67 avl_create(&ctypes, ctype_compare, sizeof (ctype_node_t), in init_ctype() 143 if ((ctn = avl_find(&ctypes, &srch, &where)) == NULL) { in get_ctype() 150 avl_insert(&ctypes, ctn, where); in get_ctype() 286 for (ctn = avl_first(&ctypes); ctn; ctn = AVL_NEXT(&ctypes, ctn)) { in dump_ctype()
|
/titanic_41/usr/src/cmd/oawk/ |
H A D | awk.def | 110 /* ctypes */
|