OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calyearstart
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/ntp/dist/tests/libntp/
calyearstart.c
1
/* $NetBSD:
calyearstart
.c,v 1.2 2020/05/25 20:47:36 christos Exp $ */
33
TEST_ASSERT_EQUAL(expected,
calyearstart
(input, &nowtime));
34
TEST_ASSERT_EQUAL(expected,
calyearstart
(input, NULL));
41
TEST_ASSERT_EQUAL(expected,
calyearstart
(input, &nowtime));
42
TEST_ASSERT_EQUAL(expected,
calyearstart
(input, NULL));
49
TEST_ASSERT_EQUAL(expected,
calyearstart
(input, &nowtime));
50
TEST_ASSERT_EQUAL(expected,
calyearstart
(input, NULL));
calendar.c
536
/* Roundtrip testing on
calyearstart
*/
545
truys =
calyearstart
(ntp, &pivot);
/src/external/bsd/ntp/dist/libntp/
calyearstart.c
1
/* $NetBSD:
calyearstart
.c,v 1.5 2020/05/25 20:47:24 christos Exp $ */
4
*
calyearstart
- determine the NTP time at midnight of January 1 in
25
calyearstart
(u_int32 ntptime, const time_t *pivot)
function
/src/external/bsd/ntp/lib/libntp/
Makefile
29
calyearstart
.c \
/src/external/bsd/ntp/dist/clockstuff/
chutest.c
646
date_ui =
calyearstart
(rtime->l_ui, NULL);
673
date_ui +=
calyearstart
(yearstart - CLOCK_WAYTOOBIG,
685
date_ui +=
calyearstart
(yearstart + (400 * SECSPERDAY),
/src/external/bsd/ntp/dist/include/
ntp_stdlib.h
103
extern u_int32
calyearstart
(u_int32 ntptime, const time_t *pivot);
Completed in 22 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026