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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_as2201.c80 char *lastptr; /* statistics buffer pointer */ member in struct:as2201unit
199 up->lastptr = up->stats;
269 if ((int)(up->lastptr - up->stats + pp->lencode) > SMAX - 2)
271 *up->lastptr++ = ' ';
272 (void)strcpy(up->lastptr, pp->a_lastcode);
273 up->lastptr += pp->lencode;
287 up->lastptr = up->stats;
288 *up->lastptr = '\0';
333 (void)strcpy(up->lastptr, pp->a_lastcode);
334 up->lastptr
[all...]
H A Drefclock_pst.c90 char *lastptr; /* pointer to timecode data */ member in struct:pstunit
210 up->lastptr += refclock_gtlin(rbufp, up->lastptr, pp->a_lastcode
211 + BMAX - 2 - up->lastptr, &trtmp);
212 *up->lastptr++ = ' ';
213 *up->lastptr = '\0';
222 pp->lencode = up->lastptr - pp->a_lastcode;
302 up->lastptr = pp->a_lastcode;
H A Drefclock_hpgps.c123 char *lastptr; /* pointer to receiver response data */ member in struct:hpgpsunit
205 up->lastptr = up->statscrn;
303 if ((int)(pp->lencode + 2) <= (SMAX - (up->lastptr - up->statscrn))) {
304 *up->lastptr++ = '\n';
305 (void)strcpy(up->lastptr, pp->a_lastcode);
306 up->lastptr += pp->lencode;
317 up->lastptr = up->statscrn;
318 *up->lastptr = '\0';
/netbsd-6-1-5-RELEASE/usr.sbin/lockstat/
H A Delf32.c169 static int lastptr[FIND_MAX]; local
190 for (i = lastptr[find];;) {
234 if (i == lastptr[find])
242 lastptr[find] = i;
/netbsd-6-1-5-RELEASE/gnu/dist/groff/src/devices/grohtml/
H A Dhtml-text.cpp50 stackptr(NULL), lastptr(NULL), out(op), space_emitted(TRUE),
291 lastptr = NULL;
353 if (((t == P_TAG) || (t == PRE_TAG)) && (lastptr != NULL)) {
357 lastptr->next = p;
358 lastptr = p;
363 lastptr = p;
514 lastptr = NULL;
536 lastptr = NULL;
874 lastptr = NULL;
882 lastptr
[all...]
H A Dhtml-text.h108 tag_definition *lastptr; /* the end of the stack */ member in class:html_text

Completed in 143 milliseconds