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

/freebsd-13-stable/contrib/sendmail/src/
H A Dsm_resolve.c199 int i, pos, txtlen; local
201 txtlen = size * 3;
202 if (txtlen <= size || size < min_size)
209 *tlsa = (char *) sm_malloc(txtlen);
213 sm_dprintf("len=%d, rr_data=NULL\n", txtlen);
216 snprintf(*tlsa, txtlen,
221 for (i = 3; i < size && pos < txtlen; i++, pos += 3)
222 snprintf(*tlsa + pos, txtlen - pos, "%c%02X",
303 int type, class, ttl, size, txtlen; local
397 ** of RDLENGTH (size). Nevertheless, txtlen
824 int i, pos, txtlen; local
[all...]
/freebsd-13-stable/usr.sbin/ppp/
H A Dpap.c188 int txtlen; local
236 txtlen = m_length(bp);
240 txtlen = strlen(authp->in.name);
244 txtlen = 0;
248 papcodes[authp->in.hdr.code], txtlen, txt);
/freebsd-13-stable/contrib/unbound/respip/
H A Drespip.c1312 size_t txtlen = 0; local
1324 txtlen += snprintf(txt+txtlen, sizeof(txt)-txtlen, "%s",
1335 txtlen += snprintf(txt+txtlen, sizeof(txt)-txtlen,
1338 snprintf(txt+txtlen, sizeof(txt)-txtlen,

Completed in 115 milliseconds