Home
last modified time | relevance | path

Searched refs:remspace (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/lpr/common_source/
H A Dcommon.c557 size_t remspace; in trstat_write() local
565 remspace = eostat - xStr; \ in trstat_write()
673 snprintf(eostat, remspace, " user=%s", userid); in trstat_write()
676 snprintf(eostat, remspace, " secs=%#.2f bytes=%lu", trtime, in trstat_write()
685 snprintf(eostat, remspace, " bps=%#.2e", in trstat_write()
691 if (remspace > 5+strlen(from_ip) ) { in trstat_write()
692 snprintf(eostat, remspace, " sip=%s", from_ip); in trstat_write()
697 if (remspace > 7+strlen(sendhost) ) { in trstat_write()
698 snprintf(eostat, remspace, " shost=%s", sendhost); in trstat_write()
703 if (remspace > 7+strlen(recvhost) ) { in trstat_write()
[all …]