Searched defs:msg_id_str (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c820 char *msg_id_str; local
833 msg_id_str = messages->msg_ids +
839 * and switch msg_id_str and key_string in the following
842 val = *(unsigned char *)msg_id_str - kc;
844 (val = strcmp(msg_id_str, key_string)) == 0) {
H A Dgettext_gnu.c406 char *msg_id_str; local
413 msg_id_str = base +
416 val = strcmp(msg_id_str, msgid1);

Completed in 62 milliseconds