Home
last modified time | relevance | path

Searched refs:ctypes (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dutil_ctxsetup.c37 kg2_parse_token(minor_status, ptr, token_length, flags, nctypes, ctypes, in kg2_parse_token() argument
44 krb5_cksumtype **ctypes; /* OUT */
53 *ctypes = 0;
78 if ((*ctypes = (krb5_cksumtype *)
88 (*ctypes)[i] = (krb5_cksumtype) ((ptr[0]<<24) | (ptr[1]<<16) |
161 if (*ctypes)
162 free(*ctypes);
/illumos-gate/usr/src/cmd/localedef/
H A Dctype.c36 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()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/regex/
H A Dregclass.c42 static Ctype_t* ctypes; variable
200 for (cp = ctypes; cp; cp = cp->next) in regclass()
265 for (cp = ctypes; cp; cp = cp->next) in regaddclass()
276 np->next = ctypes; in regaddclass()
277 ctypes = np; in regaddclass()
/illumos-gate/usr/src/tools/smatch/src/Documentation/
H A DTODO.md77 * attributes are represented as ctypes's alignment, modifiers & contexts
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.def108 /* ctypes */