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

/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dcommon.c563 #define STATLINE_SIZE 1024 macro
567 char thishost[MAXHOSTNAMELEN], statline[STATLINE_SIZE];
675 snprintf(statline, STATLINE_SIZE, "%s %s %s %s %03ld %s",
726 strcpy(statline+STATLINE_SIZE-2, "\n");

Completed in 118 milliseconds