Searched refs:gm (Results 1 – 1 of 1) sorted by relevance
355 struct tm gm; in timet_to_httpdate() local357 if (gmtime_r(&t, &gm) == NULL) in timet_to_httpdate()363 day_of_week[gm.tm_wday], in timet_to_httpdate()364 gm.tm_mday, in timet_to_httpdate()365 months[gm.tm_mon], in timet_to_httpdate()366 gm.tm_year + 1900, in timet_to_httpdate()367 gm.tm_hour, in timet_to_httpdate()368 gm.tm_min, in timet_to_httpdate()369 gm.tm_sec) == strlen) in timet_to_httpdate()