Searched refs:_der_gmtime (Results 1 – 6 of 6) sorted by relevance
59 struct tm * _der_gmtime(time_t t, struct tm *);
56 _der_gmtime (
61 _der_gmtime(1159696980, &tm); in test_timegm()
96 _der_gmtime(time_t t, struct tm *tm) in _der_gmtime() function
508 if (_der_gmtime(t, &tm) == NULL)
22 _der_gmtime;