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

/osnet-11/usr/src/lib/libc/port/i18n/
H A Dgettext.h41 #define T_ILL_MO 0x04 macro
116 uint16_t type; /* T_SUN_MO, T_GNU_MO, or T_ILL_MO */
H A Dgettext_real.c905 * 0 - either T_SUN_MO or T_ILL_MO has been set
921 mnp->type = T_ILL_MO;
950 mnp->type = T_ILL_MO;
1009 case T_ILL_MO:
1112 mnp->type = T_ILL_MO;
H A Dgettext_gnu.c1255 * 0 - either T_GNU_MO or T_ILL_MO has been set
1273 mnp->type = T_ILL_MO;
1307 mnp->type = T_ILL_MO;
H A Dgettext_util.c602 mnp->type == T_ILL_MO ? "T_ILL_MO" :

Completed in 21 milliseconds