Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/stdtime/
H A DMakefile.inc6 SRCS+= asctime.c difftime.c localtime.c strftime.c strptime.c timelocal.c \
18 MLINKS+=ctime.3 asctime.3 ctime.3 difftime.3 ctime.3 gmtime.3 \
H A DSymbol.map32 difftime;
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dctime34 double difftime(time_t time1, time_t time0);
79 using ::difftime _LIBCPP_USING_IF_EXISTS;
/freebsd-13.1/contrib/tzcode/stdtime/
H A Ddifftime.c21 difftime(const time_t time1, const time_t time0) in difftime() function
/freebsd-13.1/usr.sbin/autofs/
H A Dautounmountd.c194 mounted_for = difftime(now, af->af_mount_time); in expire_automounted()
343 sleep_time = difftime(expiration_time, mounted_max); in main_autounmountd()
/freebsd-13.1/include/
H A Dtime.h124 double difftime(time_t, time_t);
/freebsd-13.1/contrib/ntp/sntp/
H A Dutilities.c156 lto = difftime(local_time, gmt_time); in tv_to_str()
/freebsd-13.1/usr.sbin/cron/cron/
H A Dcron.c294 time_t difftime = TargetTime + tm->tm_gmtoff - diff; in cron_tick() local
295 gmtime_r(&difftime, &otztm); in cron_tick()
/freebsd-13.1/contrib/tzdata/
H A DMakefile522 LIBSRCS= localtime.c asctime.c difftime.c strftime.c
523 LIBOBJS= localtime.o asctime.o difftime.o strftime.o
577 date.1 date.c difftime.c \
1229 difftime.o: private.h
H A DNEWS1919 localtime.c and difftime.c no longer require stdio.h, and .c files
5014 changed versions of difftime.c and private.h
5124 Change to "difftime.c" to avoid sizeof problems.
5738 changes to avoid overflow in difftime, as well as changes to cope
5848 * ANSIfication (including versions of "mktime" and "difftime"),
/freebsd-13.1/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-13.1/usr.sbin/lpr/lpc/
H A Dcmds.c810 agemod = difftime(cln_now, stbuf.st_mtime); in unlinkf()
811 agestat = difftime(cln_now, stbuf.st_ctime); in unlinkf()
/freebsd-13.1/contrib/apr/time/unix/
H A Dtime.c340 server_gmt_offset = (apr_int32_t) difftime(t1, t2); in apr_unix_setup_time()
/freebsd-13.1/contrib/tzcode/zic/
H A DREADME15 * ANSIfication (including versions of "mktime" and "difftime"),
/freebsd-13.1/usr.sbin/zic/
H A DREADME15 * ANSIfication (including versions of "mktime" and "difftime"),
/freebsd-13.1/contrib/lua/src/
H A Dloslib.c375 lua_pushnumber(L, (lua_Number)difftime(t1, t2)); in os_difftime()
/freebsd-13.1/usr.sbin/newsyslog/
H A Dptimes.c566 return (difftime(minuend->tsecs, subtrahend->tsecs)); in ptimeget_diff()
/freebsd-13.1/contrib/ntp/ntpd/
H A Drefclock_jjy.c1341 fSeconds = difftime( now, up->tLastAdjustedTimestamp ) ; in jjy_receive_tristate_jjy01()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1552 fun:difftime=uninstrumented