/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/ |
D | time.h | 65 typedef __time_t time_t; typedef 146 char *ctime(const time_t *); 147 double difftime(time_t, time_t); 149 struct tm *gmtime(const time_t *); 150 struct tm *localtime(const time_t *); 151 time_t mktime(struct tm *); 154 time_t time(time_t *); 182 char *ctime_r(const time_t *, char *); 183 struct tm *gmtime_r(const time_t *, struct tm *); 184 struct tm *localtime_r(const time_t *, struct tm *); [all …]
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | time.h | 101 typedef _EFI_TIME_T time_t; typedef 178 double difftime(time_t time1, time_t time0); 200 time_t mktime(struct tm *timeptr); 215 time_t time(time_t *timer); 240 char * ctime(const time_t *timer); 251 struct tm * gmtime(const time_t *timer); 260 time_t timegm(struct tm*); 271 struct tm * localtime(const time_t *timer);
|
D | utime.h | 51 typedef _EFI_TIME_T time_t; typedef 57 time_t actime; /* Access time */ 58 time_t modtime; /* Modification time */
|
D | pwd.h | 110 time_t pw_change; /* password change time */ 115 time_t pw_expire; /* account expiration */
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/ |
D | TimerWrapper.c | 73 time_t time (time_t *timer) in time() 76 time_t CalTime; in time() 89 CalTime = CalTime + (time_t)(CumulativeDays[IsLeap(Year)][13] * SECSPERDAY); in time() 96 (time_t)((Time.TimeZone != EFI_UNSPECIFIED_TIMEZONE) ? (Time.TimeZone * 60) : 0) + in time() 97 (time_t)(CumulativeDays[IsLeap(Time.Year)][Time.Month] * SECSPERDAY) + in time() 98 (time_t)(((Time.Day > 0) ? Time.Day - 1 : 0) * SECSPERDAY) + in time() 99 (time_t)(Time.Hour * SECSPERHOUR) + in time() 100 (time_t)(Time.Minute * 60) + in time() 101 (time_t)Time.Second; in time() 113 struct tm * gmtime (const time_t *timer) in gmtime() [all …]
|
D | ConstantTimeClock.c | 32 time_t time (time_t *timer) in time() 38 struct tm * gmtime (const time_t *timer) in gmtime()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
D | Time.c | 82 localsub(const time_t * const timep, const long offset, struct tm * const tmp); 92 const time_t * const timep, in timesub() 99 time_t /*INTN*/ days; in timesub() 100 time_t /*INTN*/ rem; in timesub() 101 time_t /*INTN*/ y; in timesub() 104 time_t /*INTN*/ corr; in timesub() 159 time_t /*INTN*/ newy; in timesub() 186 difftime(time_t time1, time_t time0) in difftime() 244 static time_t 247 void (* const funcp)(const time_t*, long, struct tm*), in time2sub() argument [all …]
|
D | timegm.c | 81 time_t 82 time2(struct tm * const tmp, void (* const funcp)(const time_t*, long, struct tm*), 90 const time_t * const timep, 102 time_t timegm( struct tm * tmp ) in timegm() 104 register time_t t; in timegm()
|
D | strftime.c | 291 time_t) + 1]; in _fmt() 292 time_t mkt; in _fmt() 297 if (TYPE_SIGNED(time_t)) in _fmt() 514 time_t lct, gct; in _fmt() 523 if (lct == (time_t)-1) in _fmt() 533 if (gct == (time_t)-1) in _fmt()
|
D | TimeVals.h | 84 time_t ls_trans; /* transition time */ 93 time_t ats[TZ_MAX_TIMES];
|
D | TimeEfi.c | 52 time_t 96 IN time_t CalTime in Time2Efi()
|
D | gettimeofday.c | 60 time_t t; in gettimeofday()
|
D | ZoneProc.c | 472 time_t 474 const time_t janfirst, in transtime() 481 register time_t value; in transtime() 580 time_t *atp; in tzparse() 624 register time_t janfirst; in tzparse() 625 time_t starttime; in tzparse() 626 time_t endtime; in tzparse()
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/ |
D | OpenSslSupport.h | 111 typedef long time_t; typedef 162 time_t st_atime; /* time of last access */ 164 time_t st_mtime; /* time of last data modification */ 166 time_t st_ctime; /* time of last file status change */ 243 time_t time (time_t *); 244 struct tm *localtime (const time_t *); 245 struct tm *gmtime (const time_t *); 246 struct tm *gmtime_r (const time_t *, struct tm *);
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/ |
D | _timespec.h | 40 typedef __time_t time_t; typedef 45 time_t tv_sec; /* seconds */
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | timemodule.c | 102 time_t 105 time_t result; in _PyTime_DoubleToTimet() 108 result = (time_t)x; in _PyTime_DoubleToTimet() 122 result = (time_t)-1; in _PyTime_DoubleToTimet() 275 time_convert(double when, struct tm * (*function)(const time_t *)) in time_convert() argument 278 time_t whent = _PyTime_DoubleToTimet(when); in time_convert() 280 if (whent == (time_t)-1 && PyErr_Occurred()) in time_convert() 408 time_t tt = time(NULL); in time_strftime() 570 time_t tt = time(NULL); in time_asctime() 595 time_t tt; in time_ctime() [all …]
|
D | zipimport.c | 922 eq_mtime(time_t t1, time_t t2) in eq_mtime() 924 time_t d = t1 - t2; in eq_mtime() 937 unmarshal_code(char *pathname, PyObject *data, time_t mtime) in unmarshal_code() 1036 static time_t 1057 static time_t 1061 time_t mtime = 0; in get_mtime_of_source() 1083 time_t mtime, PyObject *toc_entry) in get_code_from_data() 1135 time_t mtime = 0; in get_module_code()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | timemodule.c | 102 time_t 105 time_t result; in _PyTime_DoubleToTimet() 108 result = (time_t)x; in _PyTime_DoubleToTimet() 122 result = (time_t)-1; in _PyTime_DoubleToTimet() 275 time_convert(double when, struct tm * (*function)(const time_t *)) in time_convert() argument 278 time_t whent = _PyTime_DoubleToTimet(when); in time_convert() 280 if (whent == (time_t)-1 && PyErr_Occurred()) in time_convert() 408 time_t tt = time(NULL); in time_strftime() 570 time_t tt = time(NULL); in time_asctime() 595 time_t tt; in time_ctime() [all …]
|
D | zipimport.c | 950 eq_mtime(time_t t1, time_t t2) in eq_mtime() 952 time_t d = t1 - t2; in eq_mtime() 965 unmarshal_code(char *pathname, PyObject *data, time_t mtime) in unmarshal_code() 1064 static time_t 1085 static time_t 1089 time_t mtime = 0; in get_mtime_of_source() 1111 time_t mtime, PyObject *toc_entry) in get_code_from_data() 1163 time_t mtime = 0; in get_module_code()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/SetStamp/ |
D | SetStamp.c | 66 time_t *ltime in GetDateTime() 168 if (*ltime == (time_t) - 1) { in GetDateTime() 259 time_t ltime in SetStamp() 439 time_t ltime; in main()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | loslib.c | 197 time_t t = luaL_opt(L, (time_t)luaL_checknumber, 2, time(NULL)); in os_date() 242 time_t t; in os_time() 258 if (t == (time_t)(-1)) in os_time() 267 lua_pushnumber(L, difftime((time_t)(luaL_checknumber(L, 1)), in os_difftime() 268 (time_t)(luaL_optnumber(L, 2, 0)))); in os_difftime()
|
/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | time.h | 64 time_t tv_sec; /* seconds */ 181 time_t Efi2Time( EFI_TIME *EfiBDtime); 186 EFI_TIME * Time2Efi(time_t OTime);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | timefuncs.h | 17 PyAPI_FUNC(time_t) _PyTime_DoubleToTimet(double x);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | timefuncs.h | 17 PyAPI_FUNC(time_t) _PyTime_DoubleToTimet(double x);
|
/device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/ |
D | extern.h | 87 time_t Efi2Time( EFI_TIME *EfiBDtime);
|