Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/ntpd/
H A Drefclock_as2201.c80 char *lastptr; /* statistics buffer pointer */ member
198 up->lastptr = up->stats; in as2201_start()
271 *up->lastptr++ = ' '; in as2201_receive()
273 up->lastptr += pp->lencode; in as2201_receive()
287 up->lastptr = up->stats; in as2201_receive()
288 *up->lastptr = '\0'; in as2201_receive()
335 memcpy(up->lastptr, pp->a_lastcode, pp->lencode); in as2201_receive()
336 up->lastptr += pp->lencode; in as2201_receive()
341 *up->lastptr++ = ' '; in as2201_receive()
343 up->lastptr += octets - 1; in as2201_receive()
[all …]
H A Drefclock_pst.c90 char *lastptr; /* pointer to timecode data */ member
209 up->lastptr += refclock_gtlin(rbufp, up->lastptr, pp->a_lastcode in pst_receive()
210 + BMAX - 2 - up->lastptr, &trtmp); in pst_receive()
211 *up->lastptr++ = ' '; in pst_receive()
212 *up->lastptr = '\0'; in pst_receive()
221 pp->lencode = up->lastptr - pp->a_lastcode; in pst_receive()
301 up->lastptr = pp->a_lastcode; in pst_poll()
H A Drefclock_hpgps.c123 char *lastptr; /* pointer to receiver response data */ member
206 up->lastptr = up->statscrn; in hpgps_start()
304 if ((int)(pp->lencode + 2) <= (SMAX - (up->lastptr - up->statscrn))) { in hpgps_receive()
305 *up->lastptr++ = '\n'; in hpgps_receive()
306 memcpy(up->lastptr, pp->a_lastcode, pp->lencode); in hpgps_receive()
307 up->lastptr += pp->lencode; in hpgps_receive()
318 up->lastptr = up->statscrn; in hpgps_receive()
319 *up->lastptr = '\0'; in hpgps_receive()
/netbsd/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml-text.cpp50 stackptr(NULL), lastptr(NULL), out(op), space_emitted(TRUE), in html_text()
291 lastptr = NULL; in flush_text()
357 lastptr->next = p; in do_push()
358 lastptr = p; in do_push()
363 lastptr = p; in do_push()
514 lastptr = NULL; in shutdown()
536 lastptr = NULL; in shutdown()
874 lastptr = NULL; in remove_def()
882 lastptr = l; in remove_def()
940 lastptr = NULL; in remove_break()
[all …]
H A Dhtml-text.h108 tag_definition *lastptr; /* the end of the stack */ variable
/netbsd/usr.sbin/lockstat/
H A Delf32.c188 static int lastptr[FIND_MAX]; local
189 for (i = lastptr[find];;) {
233 if (i == lastptr[find])
242 lastptr[find] = i;