Searched refs:tm_yday (Results 1 – 13 of 13) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
D | strftime.c | 225 pt = _conv(t->tm_yday + 1, "%03d", pt, ptlim); in _fmt() 312 pt = _conv((t->tm_yday + DAYSPERWEEK - in _fmt() 355 yday = t->tm_yday; in _fmt() 422 pt = _conv((t->tm_yday + DAYSPERWEEK - in _fmt()
|
D | strptime.c | 233 tm->tm_yday = i - 1; in strptime()
|
D | Time.c | 170 tmp->tm_yday = (int) days; in timesub()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | timemodule.c | 263 SET(7, p->tm_yday + 1); /* Want January, 1 == 1 */ in tmtotuple() 362 &p->tm_yday, in gettmarg() 387 p->tm_yday--; in gettmarg() 467 if (buf.tm_yday == -1) in time_strftime() 468 buf.tm_yday = 0; in time_strftime() 469 else if (buf.tm_yday < 0 || buf.tm_yday > 365) { in time_strftime()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | timemodule.c | 263 SET(7, p->tm_yday + 1); /* Want January, 1 == 1 */ in tmtotuple() 362 &p->tm_yday, in gettmarg() 387 p->tm_yday--; in gettmarg() 467 if (buf.tm_yday == -1) in time_strftime() 468 buf.tm_yday = 0; in time_strftime() 469 else if (buf.tm_yday < 0 || buf.tm_yday > 365) { in time_strftime()
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | time.h | 149 int tm_yday; // days since January 1 [0, 365] member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_strptime.py | 415 self.assertTrue(result.tm_yday == self.time_tuple.tm_yday, 417 (result.tm_yday, self.time_tuple.tm_yday))
|
D | test_datetime.py | 960 self.assertEqual(t.tm_yday, 61+i) 1574 self.assertEqual(tt.tm_yday, t.toordinal() - 2740 self.assertEqual(1, t.tm_yday) 2788 t.tm_yday) 2803 self.assertEqual(t.tm_yday, 366) # "year 0" is a leap year 2815 self.assertEqual(t.tm_yday, 1)
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/ |
D | TimerWrapper.c | 153 GmTime->tm_yday = (int) DayNo; in gmtime()
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/ |
D | time.h | 133 int tm_yday; /* days since January 1 [0-365] */ member
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/ |
D | OpenSslSupport.h | 135 int tm_yday; /* days since January 1 [0-365] */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | loslib.c | 216 setfield(L, "yday", stm->tm_yday+1); in os_date()
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/build/ |
D | build.py | 2345 if BuildDuration.tm_yday > 1: 2346 …urationStr = time.strftime("%H:%M:%S", BuildDuration) + ", %d day(s)" % (BuildDuration.tm_yday - 1)
|