Searched refs:handle_mo (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext.h57 * interaction between handle_lang() and handle_mo()
193 extern char *handle_mo(struct msg_pack *);
H A Dgettext_real.c221 result = handle_mo(mp);
260 result = handle_mo(mp);
281 result = handle_mo(mp);
295 result = handle_mo(mp);
1064 * handle_mo() returns NULL if invalid MO found.
1067 handle_mo(struct msg_pack *mp) function
1081 gprintf(0, "*************** handle_mo(0x%p)\n", (void *)mp);
H A Dgettext_gnu.c330 result = handle_mo(mp);
392 result = handle_mo(mp);
417 result = handle_mo(mp);

Completed in 256 milliseconds