Searched refs:ltp (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/nvi/common/
H A Dput.c35 TEXT *ltp, *tp; local
180 ltp = TAILQ_LAST(cbp->textq, _texth);
182 ADD_SPACE_RETW(sp, bp, blen, ltp->len + clen);
186 MEMCPY(t, ltp->lb, ltp->len);
188 MEMCPY(t + ltp->len, p, clen);
189 clen += ltp->len;
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_time.c126 native_to_linux_timespec(struct l_timespec *ltp, struct timespec *ntp) argument
129 LIN_SDT_PROBE2(time, native_to_linux_timespec, entry, ltp, ntp);
134 ltp->tv_sec = ntp->tv_sec;
135 ltp->tv_nsec = ntp->tv_nsec;
142 linux_to_native_timespec(struct timespec *ntp, struct l_timespec *ltp) argument
145 LIN_SDT_PROBE2(time, linux_to_native_timespec, entry, ntp, ltp);
147 if (ltp->tv_sec < 0 || ltp->tv_nsec < 0 || ltp->tv_nsec > 999999999) {
151 ntp->tv_sec = ltp
159 native_to_linux_itimerspec(struct l_itimerspec *ltp, struct itimerspec *ntp) argument
170 linux_to_native_itimerspec(struct itimerspec *ntp, struct l_itimerspec *ltp) argument
[all...]
/freebsd-13-stable/contrib/tcsh/
H A Dtc.sched.c66 struct tm *ltp; local
151 ltp = localtime(&cur_time);
157 if ((dif_hour = hours - ltp->tm_hour) < 0)
159 if ((dif_min = minutes - ltp->tm_min) < 0) {
167 tp->t_when = cur_time - ltp->tm_sec + dif_hour * 3600 + dif_min * 60;
169 tp->t_when = cur_time - ltp->tm_sec + dif_hour * 3600L + dif_min * 60L;
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c600 const ctf_type_t *ltp, *rtp; local
615 (ltp = ctf_lookup_by_id(&lfp, ltype)) == NULL ||
617 strcmp(ctf_strptr(lfp, ltp->ctt_name),

Completed in 108 milliseconds