Home
last modified time | relevance | path

Searched refs:short_date (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/lib/crt/include/internal/
H A Dlocale.h63 char *short_date; member
/reactos/sdk/lib/crt/wine/
H A Dmsvcrt.h65 const char *short_date; member
85 const wchar_t *short_date; member
/reactos/sdk/lib/crt/time/
H A Dstrftime.c26 format = alternate ? time_data->str.names.date : time_data->str.names.short_date; in strftime_date()