Searched defs:num_of_str (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/inc/
H A Dmsgfmt.h383 uint32_t num_of_str; member in struct:gnu_msg_info
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c289 uint32_t hash_size, num_of_str, i, idx, inc; local
292 num_of_str = p->num_of_str;
298 ms = (i <= num_of_str) ?
300 p->mchunk + p->d_msg[MSGID][i-num_of_str-1].offset;
342 for (x = 0; x < p->num_of_str; x++) {
370 if (hidx != x + p->num_of_str + 1) {
479 gprintf(level, " num_of_str: %d\n",
480 SWAP(gmnp, gmnp->msg_file_info->num_of_str));
507 gprintf(level, " num_of_str
[all...]
H A Dgettext.h100 uint32_t num_of_str; /* number of static msgs */ member in struct:__anon124
H A Dgettext_gnu.c89 num_of_conv = gmnp->num_of_str + gmnp->num_of_d_str;
377 uint32_t num_of_str, idx, mlen, msglen; local
396 num_of_str = gmnp->num_of_str;
410 bottom = num_of_str;
445 if (hash_val <= num_of_str) {
456 idx = hash_val - num_of_str - 1;
468 if (hash_val <= num_of_str) {
475 *midx = idx + num_of_str;
579 num_of_conv = gmnp->num_of_str
1102 uint32_t num_of_d_str, num_of_str; local
[all...]

Completed in 62 milliseconds