Searched refs:hbsize (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/sendmail/contrib/ |
H A D | bitdomain.c | 208 valhost(host, hbsize) in valhost() argument 210 int hbsize; 302 if (strlen(nbuf) < hbsize) {
|
/freebsd/contrib/sendmail/src/ |
H A D | map.c | 970 getcanonname(host, hbsize, trymx, pttl) in getcanonname() argument 972 int hbsize; 1001 found = text_getcanonname(host, hbsize, &status); 1006 found = nis_getcanonname(host, hbsize, &status); 1016 found = nisplus_getcanonname(host, hbsize, &status); 1028 r = dns_getcanonname(host, hbsize, trymx, &status, 1037 found = ni_getcanonname(host, hbsize, &status); 1095 hbsize > (int) (strlen(host) + strlen(d) + 1)) 1099 hbsize); 1101 (void) sm_strlcat(host, d, hbsize); [all …]
|
H A D | domain.c | 1617 dns_getcanonname(host, hbsize, trymx, statp, pttl) in dns_getcanonname() argument 1619 int hbsize; 1955 (void) sm_strlcpy(host, nbuf, hbsize); 2020 (void) sm_strlcpy(host, nbuf, hbsize);
|