Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dtimemodule.c711 #define time_char wchar_t macro
715 #define time_char char macro
725 const time_char *fmt;
733 time_char *outbuf = NULL;
827 outbuf = (time_char *)PyMem_Malloc(i*sizeof(time_char));
870 #undef time_char