timelib_day_of_year 88 date/lib/dow.c doy = timelib_day_of_year(y, m, d) + 1; timelib_day_of_year 63 date/lib/timelib.h timelib_sll timelib_day_of_year(timelib_sll y, timelib_sll m, timelib_sll d); timelib_day_of_year 992 date/php_date.c case 'z': length = slprintf(buffer, 32, "%d", (int) timelib_day_of_year(t->y, t->m, t->d)); break; timelib_day_of_year 1199 date/php_date.c case 'z': retval = (int) timelib_day_of_year(t->y, t->m, t->d); break; timelib_day_of_year 1556 date/php_date.c ta.tm_yday = timelib_day_of_year(ts->y, ts->m, ts->d); timelib_day_of_year 1654 date/php_date.c add_assoc_long(return_value, "tm_yday", timelib_day_of_year(ts->y, ts->m, ts->d)); timelib_day_of_year 1664 date/php_date.c add_next_index_long(return_value, timelib_day_of_year(ts->y, ts->m, ts->d)); timelib_day_of_year 1699 date/php_date.c add_assoc_long(return_value, "yday", timelib_day_of_year(ts->y, ts->m, ts->d));