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

/freebsd-9.3-release/usr.sbin/lpr/common_source/
H A Ddisplayq.c281 char *chkptr, *dest_end, *dest_ch, *nxtptr, *w_end; local
299 dest_ch = &destbuf[0];
300 dest_end = dest_ch + sizeof(destbuf);
314 *dest_ch++ = '\n';
333 *dest_ch++ = '\n';
337 *dest_ch++ = '?';
340 *dest_ch++ = *chkptr;
345 if (dest_ch >= dest_end) {
346 destlen = dest_ch - &destbuf[0];
349 dest_ch
[all...]

Completed in 67 milliseconds