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

/freebsd-13-stable/usr.sbin/lpr/common_source/
H A Ddisplayq.c282 char *chkptr, *dest_end, *dest_ch, *nxtptr, *w_end; local
300 dest_ch = &destbuf[0];
301 dest_end = dest_ch + sizeof(destbuf);
315 *dest_ch++ = '\n';
334 *dest_ch++ = '\n';
338 *dest_ch++ = '?';
341 *dest_ch++ = *chkptr;
346 if (dest_ch >= dest_end) {
347 destlen = dest_ch - &destbuf[0];
350 dest_ch
[all...]

Completed in 108 milliseconds