OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dow
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/cron/dist/
cron.c
314
strlcat(result, ",
dow
", sizeof(result));
343
printone(result, sizeof(result), bitprint(e->
dow
, DOW_COUNT));
353
int minute, hour, dom, month,
dow
;
local
373
dow
= tm->tm_wday -FIRST_DOW; \
383
(long)getpid(), minute, hour, dom, month,
dow
,
386
/* the dom/
dow
situation is odd. '* * 1,15 * Sun' will run on the
411
? (bit_test(e->
dow
,
dow
) && bit_test(e->dom,dom))
412
: (bit_test(e->
dow
,
dow
) || bit_test(e->dom,dom)
[
all
...]
/src/usr.bin/cal/
cal.c
199
static int
dow
;
variable
248
dow
= getnum(optarg);
249
if (
dow
< 0 ||
dow
> 6)
435
if (
dow
) {
437
j_day_headings + 4 *
dow
:
438
day_headings + 3 *
dow
);
439
printf("%.*s",
dow
* (julian ? 4 : 3) - 1,
555
return ((temp -
dow
+ 6 + SATURDAY) % 7);
557
return (((temp -
dow
+ 6 + SATURDAY) - NUMBER_MISSING_DAYS) % 7)
[
all
...]
/src/lib/libc/time/
localtime.c
1676
int
dow
= (((13 * (month + 1)) / 5
local
1681
** "
dow
" is the day-of-week of the first day of the month. Get
1682
** the day-of-month (zero-origin) of the first "
dow
" day of the
1685
d = rulep->r_day -
dow
;
Completed in 24 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026