Searched refs:_asctime (Results 1 – 3 of 3) sorted by relevance
634 _asctime(struct tm *timeptr) in _asctime() function677 return _asctime(&buf); in time_asctime()715 return _asctime(buf); in time_ctime()
912 _asctime(struct tm *timeptr) function951 return _asctime(&buf);970 return _asctime(&buf);
31 Rewrite time.asctime() and time.ctime(). Backport and adapt the _asctime()