Searched refs:mktime (Results 1 - 16 of 16) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/include/ |
H A D | time.h | 49 extern time_t mktime ( struct tm *tm );
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | time.h | 95 #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 D | time.h | 55 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 D | rtc_time.c | 111 time = mktime ( &tm );
|
/vbox/src/VBox/Devices/PC/ipxe/src/core/ |
H A D | time.c | 109 time_t mktime ( struct tm *tm ) { function
|
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | time.h | 95 #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 D | TimeEfi.c | 59 return mktime( &gMD->BDTime);
|
H A D | strftime.c | 295 mkt = mktime(&tm); 520 tmp = *t; /* mktime discards const */ 521 lct = mktime(&tmp); 530 tmp = *t; /* mktime discards const */
|
H A D | Time.c | 193 ** 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 D | sunos4.h | 137 extern time_t mktime(struct tm *);
|
/vbox/src/VBox/Devices/PC/ipxe/src/tests/ |
H A D | time_test.c | 33 /** 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 D | miniunz.c | 114 ut.actime=ut.modtime=mktime(&newdate);
|
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/ |
H A D | asn1.c | 699 *time = mktime ( &tm );
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | rdp.c | 513 tzone = (mktime(gmtime(&t)) - mktime(localtime(&t))) / 60;
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prtime.c | 244 * 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 D | GenFw.c | 3027 newtime = mktime (&stime);
|
Completed in 3973 milliseconds