Home
last modified time | relevance | path

Searched refs:systime (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_util.c945 const time_t * systime in check_leap_file()
960 check_leap_expiration(is_daily_check, ntptime, systime);
970 const time_t *systime in check_leap_expiration()
980 rc = leapsec_daystolive(ntptime, systime); in check_leap_expiration()
943 check_leap_file(int is_daily_check,uint32_t ntptime,const time_t * systime) check_leap_file() argument
968 check_leap_expiration(int is_daily_check,uint32_t ntptime,const time_t * systime) check_leap_expiration() argument
/freebsd/bin/ps/
H A Dextern.h81 char *systime(KINFO *, VARENT *);
H A Dkeyword.c190 {"systime", "SYSTIME", NULL, "system-time", USER, systime, 0, CHAR,
H A Dprint.c555 systime(KINFO *k, VARENT *ve) in systime() function
/freebsd/usr.sbin/ntp/libntp/
H A DMakefile11 NTP_SRCS= systime.c a_md5encrypt.c adjtime.c atoint.c \
/freebsd/contrib/ntp/
H A DTODO71 libntp/systime.c
H A DCommitLog-4.1.0837 * libntp/systime.c:
2210 * libntp/systime.c (adj_systime):
2223 * libntp/systime.c (adj_systime):
2233 * libntp/systime.c (adj_systime):
2255 * libntp/systime.c (adj_systime):
3246 * libntp/systime.c: Removed adjtime hack for WINNT
3439 * libntp/systime.c:
3442 Cleared libntp/systime.c and include/ntp_stdlib.h of references
3495 * libntp/systime.c (adj_systime): Reliant patches
3666 * libntp/systime.c:
[all …]
H A DCommitLog2638 libntp/systime.c@1.79 +0 -1
4145 libntp/systime.c@1.76.1.1 +3 -0
4223 libntp/systime.c@1.77 +3 -0
7752 libntp/systime.c@1.76 +1 -1
12342 libntp/systime.c@1.75 +11 -15
15890 libntp/systime.c@1.74 +12 -6
15938 libntp/systime.c@1.73 +31 -31
17130 libntp/systime.c@1.72 +173 -95
25849 libntp/systime.c@1.71 +12 -3
27019 libntp/systime
[all...]
H A DChangeLog2095 * [Bug 2110] systime.c typo breaks build on microsecond clocks.
2097 * Fix build break triggered by updating deps-ver and libntp/systime.c at
2098 the same time by explicitly depending systime_s.c on systime.c.
/freebsd/contrib/one-true-awk/
H A DChangeLog52 Pull in systime() and strftime() from the NetBSD awk.
56 * awk.h: Add defines for systime and strftime.
57 * lex.c: Add support for systime and strftime.
/freebsd/usr.bin/gzip/
H A Dgzip.c1858 time_t systime; in handle_stdout() local
1880 systime = time(NULL); in handle_stdout()
1881 if (systime == -1) { in handle_stdout()
1885 mtime = (uint32_t)systime; in handle_stdout()
/freebsd/contrib/ntp/include/
H A Dntpd.h327 extern void check_leap_file (int is_daily_check, u_int32 ntptime, const time_t * systime);
/freebsd/contrib/ntp/libntp/
H A DMakefile.in168 am__libntp_a_SOURCES_DIST = systime.c a_md5encrypt.c adjtime.c \
250 am_libntp_a_OBJECTS = systime.$(OBJEXT) $(am__objects_5)
331 ./$(DEPDIR)/syssignal.Po ./$(DEPDIR)/systime.Po \
852 libntp_a_SOURCES = systime.c $(libntp_a_SRCS)
1109 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/systime.Po@am__quote@ # am--include-marker
1395 -rm -f ./$(DEPDIR)/systime.Po
1549 -rm -f ./$(DEPDIR)/systime.Po
H A DMakefile.am222 libntp_a_SOURCES = systime.c $(libntp_a_SRCS)
/freebsd/crypto/openssl/apps/lib/
H A Dapps.c2717 SYSTEMTIME systime; in app_tminterval() local
2724 GetSystemTime(&systime); in app_tminterval()
2725 SystemTimeToFileTime(&systime, &now); in app_tminterval()
/freebsd/sys/contrib/alpine-hal/eth/
H A Dal_hal_eth.h1471 struct al_eth_pth_time *systime);
H A Dal_hal_eth_main.c3599 struct al_eth_pth_time *systime) in al_eth_pth_systime_read() argument
3607 systime->femto = (uint64_t)reg << 18; in al_eth_pth_systime_read()
3609 systime->seconds = reg; in al_eth_pth_systime_read()