Searched refs:KMP_I18N_ABSENT (Results 1 – 1 of 1) sorted by relevance
45 KMP_I18N_ABSENT // Opening failed, message catalog should not be used. enumerator118 status = KMP_I18N_ABSENT; // mark catalog as absent so it will not in __kmp_i18n_do_catopen()125 status = (cat == KMP_I18N_NULLCAT ? KMP_I18N_ABSENT : KMP_I18N_OPENED); in __kmp_i18n_do_catopen()127 if (status == KMP_I18N_ABSENT) { in __kmp_i18n_do_catopen()161 status = KMP_I18N_ABSENT; // And mark it as absent. in __kmp_i18n_do_catopen()296 status = KMP_I18N_ABSENT; // mark catalog as absent so it will not in __kmp_i18n_do_catopen()313 status = KMP_I18N_ABSENT; // mark catalog as absent so it will not be in __kmp_i18n_do_catopen()324 status = KMP_I18N_ABSENT; in __kmp_i18n_do_catopen()346 status = (cat == KMP_I18N_NULLCAT ? KMP_I18N_ABSENT : KMP_I18N_OPENED); in __kmp_i18n_do_catopen()348 if (status == KMP_I18N_ABSENT) { in __kmp_i18n_do_catopen()[all …]