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

/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducgendat.c159 } _comp_t; typedef in typeref:struct:__anon78
161 static _comp_t *comps;
1208 const _comp_t *comp1 = v_comp1, *comp2 = v_comp2;
1262 comps = (_comp_t *) malloc(comps_used * sizeof(_comp_t));
1274 qsort(comps, comps_used, sizeof(_comp_t), cmpcomps);
1548 bytes = comps_used * sizeof(_comp_t);
1555 fwrite((char *) comps, sizeof(_comp_t), comps_used, out);

Completed in 138 milliseconds