Home
last modified time | relevance | path

Searched refs:short_wday (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/lib/crt/include/internal/
H A Dlocale.h57 char *short_wday[7]; member
/reactos/sdk/lib/crt/time/
H A Dstrftime.c170 if(!strftime_str(str, &ret, max, time_data->str.names.short_wday[mstm->tm_wday])) in _Strftime()
/reactos/sdk/lib/crt/wine/
H A Dmsvcrt.h135 const char *short_wday[7]; member
153 const MSVCRT_wchar_t *short_wday[7]; member
/reactos/sdk/lib/crt/locale/
H A Dlocale.c427 size = cur->str.names.short_mon[0]-cur->str.names.short_wday[0]; in _Getdays()
435 len = strlen(cur->str.names.short_wday[i]); in _Getdays()
436 memcpy(&out[size], cur->str.names.short_wday[i], len); in _Getdays()