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

/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dcommon.c567 char thishost[MAXHOSTNAMELEN], statline[STATLINE_SIZE]; local
629 * Format of statline.
632 * Fields are separated by a blank. The fields in statline are:
649 * printcap, and if this statline is for sending
675 snprintf(statline, STATLINE_SIZE, "%s %s %s %s %03ld %s",
678 UPD_EOSTAT(statline);
682 UPD_EOSTAT(statline);
686 UPD_EOSTAT(statline);
695 UPD_EOSTAT(statline);
701 UPD_EOSTAT(statline);
[all...]
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.c486 char statline[80], *running; local
504 snprintf(statline, sizeof(statline),
508 snprintf(statline, sizeof(statline), "Status: %s", running);
509 printf("%-44s", statline);

Completed in 118 milliseconds