Searched refs:lastptr (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_as2201.c78 char *lastptr; /* statistics buffer pointer */ member in struct:as2201unit
196 up->lastptr = up->stats;
267 if ((int)(up->lastptr - up->stats + pp->lencode) > SMAX - 2)
269 *up->lastptr++ = ' ';
270 memcpy(up->lastptr, pp->a_lastcode, 1 + pp->lencode);
271 up->lastptr += pp->lencode;
285 up->lastptr = up->stats;
286 *up->lastptr = '\0';
331 if ((int)(up->lastptr - up->stats + pp->lencode) > SMAX - 2)
333 memcpy(up->lastptr, p
[all...]
H A Drefclock_pst.c88 char *lastptr; /* pointer to timecode data */ member in struct:pstunit
207 up->lastptr += refclock_gtlin(rbufp, up->lastptr, pp->a_lastcode
208 + BMAX - 2 - up->lastptr, &trtmp);
209 *up->lastptr++ = ' ';
210 *up->lastptr = '\0';
219 pp->lencode = up->lastptr - pp->a_lastcode;
299 up->lastptr = pp->a_lastcode;
H A Drefclock_hpgps.c121 char *lastptr; /* pointer to receiver response data */ member in struct:hpgpsunit
204 up->lastptr = up->statscrn;
302 if ((int)(pp->lencode + 2) <= (SMAX - (up->lastptr - up->statscrn))) {
303 *up->lastptr++ = '\n';
304 memcpy(up->lastptr, pp->a_lastcode, pp->lencode);
305 up->lastptr += pp->lencode;
316 up->lastptr = up->statscrn;
317 *up->lastptr = '\0';
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-text.cpp48 stackptr(NULL), lastptr(NULL), out(op), space_emitted(TRUE),
289 lastptr = NULL;
351 if (((t == P_TAG) || (t == PRE_TAG)) && (lastptr != NULL)) {
355 lastptr->next = p;
356 lastptr = p;
361 lastptr = p;
512 lastptr = NULL;
534 lastptr = NULL;
872 lastptr = NULL;
880 lastptr
[all...]
H A Dhtml-text.h106 tag_definition *lastptr; /* the end of the stack */ member in class:html_text

Completed in 61 milliseconds