Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/msgfmt/
H A Dsun_msgfmt.h77 int msgid_offset; /* msg id offset in mo file */ member
H A Dmsgfmt.c921 p->msgid_offset = msgid_index; in output_one_mo_file()
968 (void) fwrite(&p->msgid_offset, sizeof (int), 1, fp); in output_one_mo_file()
/illumos-gate/usr/src/lib/libc/inc/
H A Dmsgfmt.h94 int msgid_offset; /* msgid offset */ member
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_real.c834 check_msg_list->msgid_offset; in key_2_text()