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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTime.c599 /** The asctime function converts the broken-down time in the structure pointed
604 char *asctime(const struct tm *timeptr)
622 @return The asctime function returns a pointer to the string.
625 asctime(const struct tm *timeptr) function
656 return asctime(localtime(timer));

Completed in 119 milliseconds