Searched defs:p_tm (Results 1 – 2 of 2) sorted by relevance
482 gmtime_r(const time_t *timep, struct tm *p_tm) in gmtime_r() argument 502 struct tm *p_tm = tsdalloc(_T_STRUCT_TM, sizeof (struct tm), NULL); in gmtime() local 623 localtime_r(const time_t *timep, struct tm *p_tm) in localtime_r() argument 668 struct tm *p_tm = tsdalloc(_T_STRUCT_TM, sizeof (struct tm), NULL); localtime() local [all...]
48 struct tm *p_tm; in get_timestamp() local