Searched refs:mktime (Results 1 - 16 of 16) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dtime.h49 extern time_t mktime ( struct tm *tm );
/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/Include/
H A Dtime.h55 time_t mktime (struct tm *timeptr);
99 values, such as that returned by mktime();
182 The mktime function converts the broken-down time, expressed as local time,
196 @return The mktime function returns the specified calendar time encoded
200 time_t mktime(struct tm *timeptr);
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pcbios/
H A Drtc_time.c111 time = mktime ( &tm );
/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/Devices/EFI/Firmware/StdLib/LibC/Time/
H A DTimeEfi.c59 return mktime( &gMD->BDTime);
H A Dstrftime.c295 mkt = mktime(&tm);
520 tmp = *t; /* mktime discards const */
521 lct = mktime(&tmp);
530 tmp = *t; /* mktime discards const */
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);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A Dsunos4.h137 extern time_t mktime(struct tm *);
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dtime_test.c33 /** A mktime() test */
46 * Define a mktime() test
59 * @ret test mktime() test
85 * Report mktime() test result
87 * @v test mktime() test
90 time_t time = mktime ( &(test)->tm ); \
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dminiunz.c114 ut.actime=ut.modtime=mktime(&newdate);
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dasn1.c699 *time = mktime ( &tm );
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdp.c513 tzone = (mktime(gmtime(&t)) - mktime(localtime(&t))) / 60;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtime.c244 * Cf. time_t mktime(struct tm *tp)
1518 possibly parse this, and in fact, mktime() will do something random
1562 * time, we call mktime(). However, we need to see if we are
1563 * on 1-Jan-1970 or before. If we are, we can't call mktime()
1564 * because mktime() will crash on win16. In that case, we
1568 * do so if mktime() returns (time_t) -1 (time out of range).
1583 /* Set this to -1 to tell mktime "I don't care". If you set
1588 secs = mktime(&localTime);
1593 * The mktime() routine in MetroWerks MSL C
1608 /* So mktime() ca
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenFw/
H A DGenFw.c3027 newtime = mktime (&stime);

Completed in 1087 milliseconds