Home
last modified time | relevance | path

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

/NextBSD/contrib/nvi/common/
HDput.c45 TEXT *ltp, *tp; in put() local
189 ltp = TAILQ_LAST(cbp->textq, _texth); in put()
191 ADD_SPACE_RETW(sp, bp, blen, ltp->len + clen); in put()
195 MEMCPY(t, ltp->lb, ltp->len); in put()
197 MEMCPY(t + ltp->len, p, clen); in put()
198 clen += ltp->len; in put()
/NextBSD/contrib/tcsh/
HDtc.sched.c70 struct tm *ltp; in dosched() local
155 ltp = localtime(&cur_time); in dosched()
161 if ((dif_hour = hours - ltp->tm_hour) < 0) in dosched()
163 if ((dif_min = minutes - ltp->tm_min) < 0) { in dosched()
171 tp->t_when = cur_time - ltp->tm_sec + dif_hour * 3600 + dif_min * 60; in dosched()
173 tp->t_when = cur_time - ltp->tm_sec + dif_hour * 3600L + dif_min * 60L; in dosched()
/NextBSD/sys/compat/linux/
HDlinux_time.c122 native_to_linux_timespec(struct l_timespec *ltp, struct timespec *ntp) in native_to_linux_timespec() argument
125 LIN_SDT_PROBE2(time, native_to_linux_timespec, entry, ltp, ntp); in native_to_linux_timespec()
127 ltp->tv_sec = ntp->tv_sec; in native_to_linux_timespec()
128 ltp->tv_nsec = ntp->tv_nsec; in native_to_linux_timespec()
134 linux_to_native_timespec(struct timespec *ntp, struct l_timespec *ltp) in linux_to_native_timespec() argument
137 LIN_SDT_PROBE2(time, linux_to_native_timespec, entry, ntp, ltp); in linux_to_native_timespec()
139 if (ltp->tv_sec < 0 || ltp->tv_nsec > (l_long)999999999L) { in linux_to_native_timespec()
143 ntp->tv_sec = ltp->tv_sec; in linux_to_native_timespec()
144 ntp->tv_nsec = ltp->tv_nsec; in linux_to_native_timespec()
/NextBSD/usr.bin/xlint/lint1/
HDtree.c775 type_t *ltp, *rtp = NULL, *lstp = NULL, *rstp = NULL; in typeok() local
780 if ((ltp = ln->tn_type) == NULL) in typeok()
783 if ((lt = ltp->t_tspec) == PTR) in typeok()
784 lst = (lstp = ltp->t_subt)->t_tspec; in typeok()
831 if (lt == FUNC || lt == VOID || ltp->t_isfield || in typeok()
864 } else if (ltp->t_const) { in typeok()
883 if (ltp->t_isfield) { in typeok()
1047 if (lt == STRUCT && rt == STRUCT && ltp->t_str == rtp->t_str) in typeok()
1049 if (lt == UNION && rt == UNION && ltp->t_str == rtp->t_str) in typeok()
1087 illptrc(mp, ltp, rtp); in typeok()
[all …]
/NextBSD/cddl/contrib/opensolaris/common/ctf/
HDctf_types.c600 const ctf_type_t *ltp, *rtp; in ctf_type_compat() local
615 (ltp = ctf_lookup_by_id(&lfp, ltype)) == NULL || in ctf_type_compat()
617 strcmp(ctf_strptr(lfp, ltp->ctt_name), in ctf_type_compat()
/NextBSD/contrib/binutils/gas/
HDChangeLog-9899774 (selector_table): Add "ltp" and "rtp" selectors.