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()502 struct tm *p_tm = tsdalloc(_T_STRUCT_TM, sizeof (struct tm), NULL); in gmtime() local623 localtime_r(const time_t *timep, struct tm *p_tm) in localtime_r()668 struct tm *p_tm = tsdalloc(_T_STRUCT_TM, sizeof (struct tm), NULL); in localtime() local
48 struct tm *p_tm; in get_timestamp() local