OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pstruct_time
(Results
1 - 1
of
1
) sorted by null
/external/ltp/testcases/kernel/io/disktest/
sfunc.c
164
struct tm *
pstruct_time
;
local
179
pstruct_time
= localtime(&my_time);
180
if (
pstruct_time
!= NULL)
181
memcpy(&struct_time,
pstruct_time
, sizeof(struct tm));
Completed in 141 milliseconds