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

/osnet-11/usr/src/lib/libc/inc/
H A Dmsgfmt.h383 uint32_t num_of_str; member in struct:gnu_msg_info
/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c86 num_of_conv = gmnp->num_of_str + gmnp->num_of_d_str;
453 uint32_t num_of_str, idx, mlen, msglen; local
472 num_of_str = gmnp->num_of_str;
486 bottom = num_of_str;
521 if (hash_val <= num_of_str) {
532 idx = hash_val - num_of_str - 1;
544 if (hash_val <= num_of_str) {
551 *midx = idx + num_of_str;
655 num_of_conv = gmnp->num_of_str
1178 uint32_t num_of_d_str, num_of_str; local
[all...]
H A Dgettext_util.c313 uint32_t hash_size, num_of_str, i, idx, inc; local
316 num_of_str = p->num_of_str;
322 ms = (i <= num_of_str) ?
324 p->mchunk + p->d_msg[MSGID][i-num_of_str-1].offset;
366 for (x = 0; x < p->num_of_str; x++) {
394 if (hidx != x + p->num_of_str + 1) {
503 gprintf(level, " num_of_str: %d\n",
504 SWAP(gmnp, gmnp->msg_file_info->num_of_str));
531 gprintf(level, " num_of_str
[all...]
H A Dgettext.h99 uint32_t num_of_str; /* number of static msgs */ member in struct:__anon1418

Completed in 20 milliseconds