Home
last modified time | relevance | path

Searched refs:num_of_str (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c371 uint32_t num_of_str, idx, mlen, msglen; in gnu_msgsearch() local
390 num_of_str = gmnp->num_of_str; in gnu_msgsearch()
404 bottom = num_of_str; in gnu_msgsearch()
439 if (hash_val <= num_of_str) { in gnu_msgsearch()
450 idx = hash_val - num_of_str - 1; in gnu_msgsearch()
462 if (hash_val <= num_of_str) { in gnu_msgsearch()
469 *midx = idx + num_of_str; in gnu_msgsearch()
1096 uint32_t num_of_d_str, num_of_str; in build_rev1_info() local
1113 num_of_str = p->num_of_str; in build_rev1_info()
1149 d_hash[idx] = num_of_str + i + 1; in build_rev1_info()
[all …]
H A Dgettext_util.c289 uint32_t hash_size, num_of_str, i, idx, inc; in search_msg() local
292 num_of_str = p->num_of_str; in search_msg()
298 ms = (i <= num_of_str) ? in search_msg()
300 p->mchunk + p->d_msg[MSGID][i-num_of_str-1].offset; in search_msg()
342 for (x = 0; x < p->num_of_str; x++) { in print_rev1_info()
370 if (hidx != x + p->num_of_str + 1) { in print_rev1_info()
480 SWAP(gmnp, gmnp->msg_file_info->num_of_str)); in printgnumsg()
507 gprintf(level, " num_of_str: %u\n", gmnp->num_of_str); in printgnumsg()
H A Dgettext.h100 uint32_t num_of_str; /* number of static msgs */ member
/illumos-gate/usr/src/lib/libc/inc/
H A Dmsgfmt.h381 uint32_t num_of_str; member
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_msgs.c111 header.num_of_str = p->nmsg; in output_all_gnu_mo_files()
H A Dgnu_msgs_rev.c117 header.num_of_str = doswap(p->nmsg); in output_all_gnu_mo_files()