Lines Matching refs:deformat
116 tm_info.deformat = b[TM_UT];
121 tm_info.deformat = b[TM_DEFAULT];
123 if (!(tm_info.deformat = state.format))
124 tm_info.deformat = tm_info.format[TM_DEFAULT];
543 #define native_lc_time(li) ((li->data=(void*)(tm_info.format=tm_data.format)),(tm_info.deformat=tm_info.format[TM_DEFAULT]))
570 if (!(tm_info.deformat = state.format))
571 tm_info.deformat = tm_info.format[TM_DEFAULT];
575 if (!(tm_info.deformat = state.format))
576 tm_info.deformat = tm_info.format[TM_DEFAULT];
635 if (!tm_info.deformat)
636 tm_info.deformat = tm_info.format[TM_DEFAULT];
637 else if (tm_info.deformat != tm_info.format[TM_DEFAULT])
638 state.format = tm_info.deformat;