OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Sunday
(Results
1 - 4
of
4
) sorted by relevancy
/src/crypto/dist/ipsec-tools/misc/
cvs2cl.pl
1012
my @weekdays = (qw(
Sunday
Monday Tuesday Wednesday Thursday Friday Saturday));
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++20/
tzdb.cc
307
// Convert date like "last
Sunday
in June" or "
Sunday
<= June 30"
312
if (kind == LastWeekday) // Last
Sunday
in June
318
else if (kind != DayOfMonth) //
Sunday
<= June 30 or
Sunday
>= June 30
1907
// e.g. "M" (Monday) or "Su" (
Sunday
), but not "T" (Tuesday/Thursday).
1950
aw.wd =
Sunday
;
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
chrono_io.h
1196
// %w Weekday as a decimal number (0-6), where
Sunday
is 0.
1220
// %U Week number of the year as a decimal number, from first
Sunday
.
1258
const weekday __weekstart = __conv == 'U' ?
Sunday
: Monday;
2056
// Offset is 1980y/January/
Sunday
[1] - 1970y/January/1
3763
case 'U': // Week number of the year (from first
Sunday
).
4196
sys_days __wk1(__y/January/
Sunday
[1]);
/src/external/bsd/ntp/dist/sntp/
configure
26636
tm.tm_wday = 4; /* days since
Sunday
[0, 6] */
Completed in 50 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026