Searched refs:ucs_names (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregcoll.c35 #include "ucs_names.h"
80 if (!(w = (Ucs_map_t*)malloc(sizeof(Ucs_map_t) * (elementsof(ucs_attrs) + elementsof(ucs_names)))))
105 for (i = 0; i < elementsof(ucs_names); i++, w++)
107 memcpy(w, &ucs_names[i], offsetof(Ucs_dat_t, table));
108 w->name = ucs_strings[ucs_names[i].table] + ucs_names[i].index;
H A Ducs_names.h22 /* : : generated by ucs_names-index.c : : */
2216 static const Ucs_dat_t ucs_names[] = variable

Completed in 71 milliseconds