Searched refs:deformat (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/tm/
H A Dtmlocale.c116 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)
[all...]
H A Dtmxfmt.c128 format = tm_info.deformat;
241 if (tm_info.deformat != tm_info.format[TM_DEFAULT])
242 format = tm_info.deformat;
385 p = tm_info.deformat;
H A Dtminit.c186 tm_info.deformat = (n && (n = strlen(v)) > 0 && (n < 2 || v[n-2] != '%' || v[n-1] != '?')) ? strdup(v) : tm_info.format[TM_DEFAULT];
/ast/src/lib/libast/include/
H A Dtm.h128 char* deformat; /* TM_DEFAULT override */ member in struct:__anon277

Completed in 13 milliseconds