Home
last modified time | relevance | path

Searched refs:ltp (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/compat/linux/
H A Dlinux_time.c114 native_to_linux_timespec(struct l_timespec *ltp, struct timespec *ntp) in native_to_linux_timespec() argument
121 ltp->tv_sec = ntp->tv_sec; in native_to_linux_timespec()
122 ltp->tv_nsec = ntp->tv_nsec; in native_to_linux_timespec()
128 linux_to_native_timespec(struct timespec *ntp, struct l_timespec *ltp) in linux_to_native_timespec() argument
131 if (!timespecvalid_interval(ltp)) in linux_to_native_timespec()
133 ntp->tv_sec = ltp->tv_sec; in linux_to_native_timespec()
134 ntp->tv_nsec = ltp->tv_nsec; in linux_to_native_timespec()
140 linux_put_timespec(struct timespec *ntp, struct l_timespec *ltp) in linux_put_timespec() argument
148 return (copyout(&lts, ltp, sizeof(lts))); in linux_put_timespec()
194 linux_put_timespec64(struct timespec *ntp, struct l_timespec64 *ltp) in linux_put_timespec64() argument
[all …]
/freebsd/contrib/nvi/common/
H A Dput.c35 TEXT *ltp, *tp; in put() local
180 ltp = TAILQ_LAST(cbp->textq, _texth); in put()
182 ADD_SPACE_RETW(sp, bp, blen, ltp->len + clen); in put()
186 MEMCPY(t, ltp->lb, ltp->len); in put()
188 MEMCPY(t + ltp->len, p, clen); in put()
189 clen += ltp->len; in put()
/freebsd/contrib/tcsh/
H A Dtc.sched.c66 struct tm *ltp; in dosched() local
151 ltp = localtime(&cur_time); in dosched()
157 if ((dif_hour = hours - ltp->tm_hour) < 0) in dosched()
159 if ((dif_min = minutes - ltp->tm_min) < 0) { in dosched()
167 tp->t_when = cur_time - ltp->tm_sec + dif_hour * 3600 + dif_min * 60; in dosched()
169 tp->t_when = cur_time - ltp->tm_sec + dif_hour * 3600L + dif_min * 60L; in dosched()
/freebsd/contrib/libcbor/doc/source/
H A Dtests.rst22 Every release is inspected using `GCOV/LCOV <http://ltp.sourceforge.net/coverage/lcov.php>`_. Platf…
H A Ddevelopment.rst101 - `GCOV/LCOV <http://ltp.sourceforge.net/coverage/lcov.php>`_ (test coverage)
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c745 const void *ltp, *rtp; in ctf_type_compat() local
760 (ltp = ctf_lookup_by_id(&lfp, ltype)) == NULL || in ctf_type_compat()
762 strcmp(ctf_type_rname(lfp, ltp), ctf_type_rname(rfp, rtp)) != 0) in ctf_type_compat()
/freebsd/contrib/file/magic/Magdir/
H A Dcoverage52 # cf. http://ltp.sourceforge.net/coverage/lcov/geninfo.1.php