Lines Matching refs:tm_info
100 tm_info.deformat = b[TM_UT];
105 tm_info.deformat = b[TM_DEFAULT];
106 tm_info.format = b;
107 if (!(tm_info.deformat = state.format))
108 tm_info.deformat = tm_info.format[TM_DEFAULT];
527 #define native_lc_time(li) ((li->data=(void*)(tm_info.format=tm_data.format)),(tm_info.deformat=tm_info.format[TM_DEFAULT]))
553 tm_info.format = b;
554 if (!(tm_info.deformat = state.format))
555 tm_info.deformat = tm_info.format[TM_DEFAULT];
558 tm_info.format = tm_data.format;
559 if (!(tm_info.deformat = state.format))
560 tm_info.deformat = tm_info.format[TM_DEFAULT];
608 * check that tm_info.format matches the current locale
616 if (!tm_info.format)
618 tm_info.format = tm_data.format;
619 if (!tm_info.deformat)
620 tm_info.deformat = tm_info.format[TM_DEFAULT];
621 else if (tm_info.deformat != tm_info.format[TM_DEFAULT])
622 state.format = tm_info.deformat;
627 return tm_info.format;