Lines Matching refs:hostlen
42 * salen bytes long. The hostname is of length hostlen and is returned via
138 char *host, IRS_GETNAMEINFO_BUFLEN_T hostlen,
233 if (host == NULL || hostlen == 0U) {
237 * "||" here: RFC3493 says that host == NULL or hostlen == 0
266 if (strlen(numaddr) + 1 > hostlen)
268 strlcpy(host, numaddr, hostlen);
386 if (hostregion.length + 1 > hostlen)
388 snprintf(host, hostlen, "%.*s",
397 if ((strlen(numaddr) + 1) > hostlen)
399 strlcpy(host, numaddr, hostlen);