Searched defs:yday (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dtime_test.c40 int yday; member in struct:mktime_test
80 .yday = YDAY, \
93 ok ( (test)->tm.tm_yday == (test)->yday ); \
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A Dstrftime.c350 int yday; local
355 yday = t->tm_yday;
366 ** What yday (-3 ... 3) does
369 bot = ((yday + 11 - wday) %
372 ** What yday does the NEXT
380 if (yday >= top) {
385 if (yday >= bot) {
386 w = 1 + ((yday - bot) /
391 yday += isleap(year) ?

Completed in 281 milliseconds