Searched refs:pstruct_time (Results 1 – 1 of 1) sorted by relevance
164 struct tm *pstruct_time; in pMsg() local179 pstruct_time = localtime(&my_time); in pMsg()180 if (pstruct_time != NULL) in pMsg()181 memcpy(&struct_time, pstruct_time, sizeof(struct tm)); in pMsg()