Home
last modified time | relevance | path

Searched refs:difftime (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/lib/libc/stdtime/
H A DMakefile.inc5 TZCODE_SRCS= asctime.c difftime.c localtime.c
27 MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
H A DSymbol.map29 difftime;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Dctime34 double difftime(time_t time1, time_t time0);
69 using ::difftime _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/include/
H A Dctime34 double difftime(time_t time1, time_t time0);
75 using ::difftime _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/tzcode/
H A Ddifftime.c20 difftime(time_t time1, time_t time0) in difftime() function
H A Dprivate.h720 # undef difftime
721 # define difftime tz_difftime
802 ATTRIBUTE_CONST double difftime(time_t, time_t);
714 # define difftime tz_difftime global() macro
H A DMakefile635 LIBSRCS= localtime.c asctime.c difftime.c strftime.c
636 LIBOBJS= localtime.o asctime.o difftime.o strftime.o
689 date.1 date.c difftime.c \
1420 difftime.o: private.h
/freebsd/usr.sbin/autofs/
H A Dautounmountd.c191 mounted_for = difftime(now, af->af_mount_time); in expire_automounted()
340 sleep_time = difftime(expiration_time, mounted_max); in main_autounmountd()
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/
H A Dctime.inc21 using ::difftime _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dctime.cppm
H A Dctime.inc21 using std::difftime _LIBCPP_USING_IF_EXISTS;
/freebsd/contrib/tzdata/
H A DMakefile635 LIBSRCS= localtime.c asctime.c difftime.c strftime.c
636 LIBOBJS= localtime.o asctime.o difftime.o strftime.o
689 date.1 date.c difftime.c \
1420 difftime.o: private.h
H A DNEWS2875 localtime.c and difftime.c no longer require stdio.h, and .c files
5970 changed versions of difftime.c and private.h
6080 Change to "difftime.c" to avoid sizeof problems.
6694 changes to avoid overflow in difftime, as well as changes to cope
6804 * ANSIfication (including versions of "mktime" and "difftime"),
/freebsd/include/
H A Dtime.h122 double difftime(time_t, time_t);
/freebsd/contrib/ntp/sntp/
H A Dutilities.c161 lto = difftime(local_time, gmt_time); in tv_to_str()
/freebsd/usr.sbin/cron/cron/
H A Dcron.c280 time_t difftime = TargetTime + tm->tm_gmtoff - diff; local
281 gmtime_r(&difftime, &otztm);
/freebsd/contrib/openbsm/bin/auditreduce/
H A Dauditreduce.c385 if (difftime((time_t)tok.tt.hdr32.s, p_atime) < 0) { in select_hdr32()
392 if (difftime(p_btime, (time_t)tok.tt.hdr32.s) < 0) { in select_hdr32()
/freebsd/usr.sbin/lpr/lpc/
H A Dcmds.c792 agemod = difftime(cln_now, stbuf.st_mtime); in unlinkf()
793 agestat = difftime(cln_now, stbuf.st_ctime); in unlinkf()
/freebsd/contrib/lua/src/
H A Dloslib.c375 lua_pushnumber(L, (lua_Number)difftime(t1, t2)); in os_difftime()
/freebsd/crypto/openssl/test/
H A Dct_test.c484 if (!TEST_time_t_le(abs((int)difftime(time(NULL), default_time)), in test_default_ct_policy_eval_ctx_time_is_now()
/freebsd/usr.sbin/newsyslog/
H A Dptimes.c568 return (difftime(minuend->tsecs, subtrahend->tsecs)); in ptimeget_diff()
/freebsd/contrib/pam-krb5/tests/
H A Druntests.c518 return difftime(tv->tv_sec, 0) + (double) tv->tv_usec * 1e-6; in tv_seconds()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc418 SYMBOL(difftime, None, <time.h>)
H A DStdSymbolMap.inc1058 SYMBOL(difftime, std::, <ctime>)
1059 SYMBOL(difftime, None, <ctime>)
1060 SYMBOL(difftime, None, <time.h>)
/freebsd/contrib/ntp/ntpd/
H A Drefclock_jjy.c1341 fSeconds = difftime( now, up->tLastAdjustedTimestamp ) ; in jjy_receive_tristate_jjy01()

12