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

/netbsd-current/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducgendat.c171 } _case_t; typedef in typeref:struct:__anon79
173 static _case_t *upper;
174 static _case_t *lower;
175 static _case_t *title;
553 title = (_case_t *) malloc(sizeof(_case_t) << 3);
555 title = (_case_t *) realloc((char *) title,
556 sizeof(_case_t) * (title_size + 8));
571 sizeof(_case_t));
600 upper = (_case_t *) mallo
[all...]

Completed in 128 milliseconds