Searched refs:deformat (Results 1 – 8 of 8) sorted by relevance
100 tm_info.deformat = b[TM_UT]; in fixup()105 tm_info.deformat = b[TM_DEFAULT]; in fixup()107 if (!(tm_info.deformat = state.format)) in fixup()108 tm_info.deformat = tm_info.format[TM_DEFAULT]; in fixup()527 #define native_lc_time(li) ((li->data=(void*)(tm_info.format=tm_data.format)),(tm_info.deformat=tm_…554 if (!(tm_info.deformat = state.format)) in load()555 tm_info.deformat = tm_info.format[TM_DEFAULT]; in load()559 if (!(tm_info.deformat = state.format)) in load()560 tm_info.deformat = tm_info.format[TM_DEFAULT]; in load()619 if (!tm_info.deformat) in tmlocale()[all …]
128 format = tm_info.deformat; in tmxfmt()241 if (tm_info.deformat != tm_info.format[TM_DEFAULT]) in tmxfmt()242 format = tm_info.deformat; in tmxfmt()278 p = tm_info.deformat; in tmxfmt()372 p = tm_info.deformat; in tmxfmt()
185 …tm_info.deformat = (n && (n = strlen(v)) > 0 && (n < 2 || v[n-2] != '%' || v[n-1] != '?')) ? strdu… in tmopt()
128 char* deformat; /* TM_DEFAULT override */ member
137 char* deformat; /* TM_DEFAULT override */ member