Searched defs:dayOfWeek (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | timemac.c | 53 static char *dayOfWeek[] = variable 66 dayOfWeek[et->tm_wday], month[et->tm_month], et->tm_mday,
|
H A D | timetest.c | 65 static char *dayOfWeek[] = variable 78 dayOfWeek[et->tm_wday], month[et->tm_month], et->tm_mday, 142 dayOfWeek[et.tm_wday], month[et.tm_month], et.tm_mday, 322 if (debug_mode) printf("July 4, 2001 is %s.\n", dayOfWeek[et.tm_wday]);
|
H A D | y2k.c | 70 static char *dayOfWeek[] = variable 85 dayOfWeek[et->tm_wday], month[et->tm_month], et->tm_mday,
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/ |
H A D | prtime.c | 1944 int dayOfWeek; local 1950 dayOfWeek = time->tm_wday - firstDayOfWeek; 1951 if (dayOfWeek < 0) 1952 dayOfWeek += 7; 1954 dayOfYear = time->tm_yday - dayOfWeek;
|
Completed in 1079 milliseconds