Searched refs:hbsize (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/sendmail/contrib/ |
| D | bitdomain.c | 208 valhost(host, hbsize) in valhost() argument 210 int hbsize; 302 if (strlen(nbuf) < hbsize) {
|
| /freebsd-12-stable/contrib/sendmail/src/ |
| D | map.c | 756 getcanonname(host, hbsize, trymx, pttl) in getcanonname() argument 758 int hbsize; 787 found = text_getcanonname(host, hbsize, &status); 792 found = nis_getcanonname(host, hbsize, &status); 802 found = nisplus_getcanonname(host, hbsize, &status); 814 r = dns_getcanonname(host, hbsize, trymx, &status, 823 found = ni_getcanonname(host, hbsize, &status); 881 hbsize > (int) (strlen(host) + strlen(d) + 1)) 885 hbsize); 887 (void) sm_strlcat(host, d, hbsize); [all …]
|
| D | domain.c | 1293 dns_getcanonname(host, hbsize, trymx, statp, pttl) in dns_getcanonname() argument 1295 int hbsize; 1631 (void) sm_strlcpy(host, nbuf, hbsize); 1696 (void) sm_strlcpy(host, nbuf, hbsize);
|