Home
last modified time | relevance | path

Searched refs:pstruct_time (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/io/disktest/
Dsfunc.c164 struct tm *pstruct_time; in pMsg() local
179 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()