Searched defs:time_t (Results 1 - 8 of 8) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/include/sys/ |
H A D | time.h | 16 typedef int64_t time_t; typedef
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/ |
H A D | utime.h | 51 typedef _EFI_TIME_T time_t; typedef 57 time_t actime; /* Access time */ 58 time_t modtime; /* Modification time */
|
H A D | time.h | 14 The types declared are size_t along with clock_t and time_t which are 18 The range and precision of times representable in clock_t and time_t are 46 time_t Arithmetic type capable of representing a time. 54 double difftime (time_t time1, time_t time0); 55 time_t mktime (struct tm *timeptr); 56 time_t time (time_t *timer); 60 char * ctime (const time_t *timer); 61 struct tm * gmtime (const time_t *time 101 typedef _EFI_TIME_T time_t; typedef [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/ |
H A D | crtdefs.h | 157 # error You cannot use 32-bit time_t in Win64 165 typedef __time32_t time_t; typedef 167 typedef __time64_t time_t; typedef
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/ |
H A D | types.h | 198 typedef int64_t dtime_t; /* on-disk time_t */ 259 typedef _EFI_TIME_T time_t; typedef
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/ |
H A D | Time.c | 82 localsub(const time_t * const timep, const long offset, struct tm * const tmp); 92 const time_t * const timep, 99 time_t /*INTN*/ days; 100 time_t /*INTN*/ rem; 101 time_t /*INTN*/ y; 104 time_t /*INTN*/ corr; 159 time_t /*INTN*/ newy; 186 difftime(time_t time1, time_t time0) 196 ** It does a binary search of the time_t spac 245 time2sub( struct tm * const tmp, void (* const funcp)(const time_t*, long, struct tm*), const long offset, int * const okayp, const int do_norm_secs ) argument 402 time2(struct tm * const tmp, void (* const funcp)(const time_t*, long, struct tm*), const long offset, int * const okayp) argument [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/ |
H A D | crtdefs.h | 166 # error You cannot use 32-bit time_t in Win64 174 typedef __time32_t time_t; typedef 176 typedef __time64_t time_t; typedef
|
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/ |
H A D | OpenSslSupport.h | 84 typedef long time_t; typedef 128 time_t st_atime; /* time of last access */ 130 time_t st_mtime; /* time of last data modification */ 132 time_t st_ctime; /* time of last file status change */ 203 time_t time (time_t *); 204 struct tm *localtime (const time_t *); 205 struct tm *gmtime (const time_t *); 206 struct tm *gmtime_r (const time_t *, struct tm *);
|
Completed in 70 milliseconds