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

/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dcommon.c570 const char *sendhost, *statfname; local
580 lprhost = sendhost = recvhost = recvdev = NULL;
585 sendhost = thishost;
591 sendhost = otherhost;
602 sendhost = thishost;
704 if (0 != strcmp(lprhost, sendhost)) {
705 if (remspace > 7+strlen(sendhost) ) {
706 snprintf(eostat, remspace, " shost=%s", sendhost);

Completed in 112 milliseconds