Home
last modified time | relevance | path

Searched refs:msgstr_offset (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/msgfmt/
H A Dsun_msgfmt.h78 int msgstr_offset; /* msg target string offset in mo file */ member
H A Dmsgfmt.c922 p->msgstr_offset = msgstr_index; in output_one_mo_file()
969 (void) fwrite(&p->msgstr_offset, sizeof (int), 1, fp); in output_one_mo_file()
/illumos-gate/usr/src/lib/libc/inc/
H A Dmsgfmt.h95 int msgstr_offset; /* msgstr offset */ member
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c846 + check_msg_list->msgstr_offset); in key_2_text()