Lines Matching refs:TMP
114 char *TMP; in __collate_load_tables_l() local
147 if ((TMP = map) == NULL) { in __collate_load_tables_l()
151 if (strncmp(TMP, COLLATE_VERSION, COLLATE_STR_LEN) != 0) { in __collate_load_tables_l()
156 TMP += COLLATE_STR_LEN; in __collate_load_tables_l()
158 info = (void *)TMP; in __collate_load_tables_l()
159 TMP += sizeof (*info); in __collate_load_tables_l()
175 if (i != (sbuf.st_size - (TMP - map))) { in __collate_load_tables_l()
182 table->char_pri_table = (void *)TMP; in __collate_load_tables_l()
183 TMP += sizeof (collate_char_t) * (UCHAR_MAX + 1); in __collate_load_tables_l()
187 table->subst_table[z] = (void *)TMP; in __collate_load_tables_l()
188 TMP += info->subst_count[z] * sizeof (collate_subst_t); in __collate_load_tables_l()
195 table->chain_pri_table = (void *)TMP; in __collate_load_tables_l()
196 TMP += chains * sizeof (collate_chain_t); in __collate_load_tables_l()
200 table->large_pri_table = (void *)TMP; in __collate_load_tables_l()