Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dtimemodule.c692 #define time_char wchar_t macro
696 #define time_char char macro
706 const time_char *fmt; in time_strftime()
714 time_char *outbuf = NULL; in time_strftime()
808 outbuf = (time_char *)PyMem_Malloc(i*sizeof(time_char)); in time_strftime()
851 #undef time_char