Searched refs:wday (Results 1 – 4 of 4) sorted by relevance
/time/ |
A D | tst-strptime.c | 31 int wday; member 83 int wday; member 122 tm_tests[i].wday, tm_tests[i].yday, in test_tm() 130 if (tm.tm_wday != tm_tests[i].wday) in test_tm() 133 tm_tests[i].input, tm.tm_wday, tm_tests[i].wday); in test_tm() 182 day_tests[i].wday, day_tests[i].yday, in do_test() 186 if (tm.tm_wday != day_tests[i].wday) in do_test() 189 day_tests[i].input, tm.tm_wday, day_tests[i].wday); in do_test()
|
A D | getdate.c | 35 static int first_wday (int year, int mon, int wday); 55 first_wday (int year, int mon, int wday) in first_wday() argument 59 if (wday == INT_MIN) in first_wday() 68 return (1 + (wday - tm.tm_wday + 7) % 7); in first_wday()
|
A D | strptime_l.c | 217 int wday = (-473 in day_of_the_week() local 224 tm->tm_wday = ((wday % 7) + 7) % 7; in day_of_the_week()
|
A D | strftime_l.c | 393 iso_week_days (int yday, int wday) in iso_week_days() argument 398 - (yday - wday + ISO_WEEK1_WDAY + big_enough_multiple_of_7) % 7 in iso_week_days()
|
Completed in 9 milliseconds