Searched refs:T_ILL_MO (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext.h42 #define T_ILL_MO 0x04 macro
117 uint16_t type; /* T_SUN_MO, T_GNU_MO, or T_ILL_MO */
H A Dgettext_real.c875 * 0 - either T_SUN_MO or T_ILL_MO has been set
891 mnp->type = T_ILL_MO;
920 mnp->type = T_ILL_MO;
979 case T_ILL_MO:
1082 mnp->type = T_ILL_MO;
H A Dgettext_gnu.c1179 * 0 - either T_GNU_MO or T_ILL_MO has been set
1197 mnp->type = T_ILL_MO;
1231 mnp->type = T_ILL_MO;
H A Dgettext_util.c578 mnp->type == T_ILL_MO ? "T_ILL_MO" :

Completed in 331 milliseconds