Home
last modified time | relevance | path

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

/openbsd/usr.sbin/lpr/lpd/
H A Dlpd.c689 int error, maxs = 0, *s, *socks = NULL, *newsocks, blidx = 0; in socksetup() local
697 error = getaddrinfo((blist_addrs == 0) ? NULL : blist[blidx], in socksetup()
701 syslog(LOG_ERR, "%s: %s", blist[blidx], in socksetup()
759 } while (++blidx < blist_addrs); in socksetup()