Searched defs:nl (Results 1 - 2 of 2) sorted by relevance

/bind-9.11.3/lib/isc/
H A Dhttpd.c382 char *cr, *nl, *h; local
400 nl = strchr(h, '\n');
404 if (h == NULL || (nl != NULL && nl < h))
405 h = nl;
/bind-9.11.3/bin/dig/
H A Ddighost.c4203 int nl = 0; local
4214 nl = followup_lookup(msg, query,
4218 nl = followup_lookup(msg, query,
4220 if (nl == 0)
4229 int nl; local
4232 nl = followup_lookup(msg, query,
4234 if (nl == 0)

Completed in 27 milliseconds