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

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dtime.c109 time_t mktime ( struct tm *tm ) { function
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dtime.h95 #define _mktime32 mktime
130 static inline time_t mktime(struct tm *tm) { return _mktime64(tm); } function
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dtime.h95 #define _mktime32 mktime
126 static inline time_t mktime(struct tm *tm) { return _mktime64(tm); } function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTime.c193 ** The "best" way to do mktime I think is based on an idea of Bob
494 /** The mktime function converts the broken-down time, expressed as local time,
500 causes the mktime function to presume initially that Daylight Saving Time,
509 @return The mktime function returns the specified calendar time encoded
514 mktime(struct tm *timeptr) function
558 CalTime = mktime(&gMD->BDTime);

Completed in 42 milliseconds