Searched defs:tstruct (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlmemory.c649 struct tm * tstruct; local
663 tstruct = localtime(&currentTime);
664 strftime(buf, sizeof(buf) - 1, "%I:%M:%S %p", tstruct);

Completed in 44 milliseconds