Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/stdtime/
H A DMakefile.inc5 TZCODE_SRCS= asctime.c difftime.c localtime.c
26 MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
H A DSymbol.map29 difftime;
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dctime34 double difftime(time_t time1, time_t time0);
73 using ::difftime _LIBCPP_USING_IF_EXISTS;
/freebsd-14.2/contrib/tzcode/
H A Ddifftime.c22 difftime(time_t time1, time_t time0) in difftime() function
H A DMakefile578 LIBSRCS= localtime.c asctime.c difftime.c strftime.c
579 LIBOBJS= localtime.o asctime.o difftime.o strftime.o
632 date.1 date.c difftime.c \
1359 difftime.o: private.h
H A Dprivate.h628 # undef difftime
629 # define difftime tz_difftime macro
710 double difftime(time_t, time_t);
H A DNEWS2327 localtime.c and difftime.c no longer require stdio.h, and .c files
5422 changed versions of difftime.c and private.h
5532 Change to "difftime.c" to avoid sizeof problems.
6146 changes to avoid overflow in difftime, as well as changes to cope
6256 * ANSIfication (including versions of "mktime" and "difftime"),
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std.compat/
H A Dctime.inc21 using ::difftime;
/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dctime.inc21 using std::difftime;
/freebsd-14.2/usr.sbin/autofs/
H A Dautounmountd.c192 mounted_for = difftime(now, af->af_mount_time); in expire_automounted()
341 sleep_time = difftime(expiration_time, mounted_max); in main_autounmountd()
/freebsd-14.2/contrib/tzdata/
H A DMakefile580 LIBSRCS= localtime.c asctime.c difftime.c strftime.c
581 LIBOBJS= localtime.o asctime.o difftime.o strftime.o
634 date.1 date.c difftime.c \
1361 difftime.o: private.h
H A DNEWS2430 localtime.c and difftime.c no longer require stdio.h, and .c files
5525 changed versions of difftime.c and private.h
5635 Change to "difftime.c" to avoid sizeof problems.
6249 changes to avoid overflow in difftime, as well as changes to cope
6359 * ANSIfication (including versions of "mktime" and "difftime"),
/freebsd-14.2/include/
H A Dtime.h123 double difftime(time_t, time_t);
/freebsd-14.2/contrib/ntp/sntp/
H A Dutilities.c161 lto = difftime(local_time, gmt_time); in tv_to_str()
/freebsd-14.2/usr.sbin/cron/cron/
H A Dcron.c280 time_t difftime = TargetTime + tm->tm_gmtoff - diff; local
281 gmtime_r(&difftime, &otztm);
/freebsd-14.2/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-14.2/usr.sbin/lpr/lpc/
H A Dcmds.c804 agemod = difftime(cln_now, stbuf.st_mtime); in unlinkf()
805 agestat = difftime(cln_now, stbuf.st_ctime); in unlinkf()
/freebsd-14.2/contrib/lua/src/
H A Dloslib.c373 lua_pushnumber(L, (lua_Number)difftime(t1, t2)); in os_difftime()
/freebsd-14.2/crypto/openssl/test/
H A Dct_test.c485 if (!TEST_time_t_le(abs((int)difftime(time(NULL), default_time)), in test_default_ct_policy_eval_ctx_time_is_now()
/freebsd-14.2/usr.sbin/newsyslog/
H A Dptimes.c568 return (difftime(minuend->tsecs, subtrahend->tsecs)); in ptimeget_diff()
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc418 SYMBOL(difftime, None, <time.h>)
H A DStdSymbolMap.inc1043 SYMBOL(difftime, std::, <ctime>)
1044 SYMBOL(difftime, None, <ctime>)
1045 SYMBOL(difftime, None, <time.h>)
/freebsd-14.2/contrib/ntp/ntpd/
H A Drefclock_jjy.c1341 fSeconds = difftime( now, up->tLastAdjustedTimestamp ) ; in jjy_receive_tristate_jjy01()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1557 fun:difftime=uninstrumented
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc146 #define difftime __difftime64