Searched refs:hbsize (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | domain.c | 787 dns_getcanonname(host, hbsize, trymx, statp, pttl) in dns_getcanonname() argument 789 int hbsize; 1093 (void) sm_strlcpy(host, nbuf, hbsize); 1158 (void) sm_strlcpy(host, nbuf, hbsize);
|
H A D | map.c | 728 getcanonname(host, hbsize, trymx, pttl) in getcanonname() argument 730 int hbsize; 758 found = text_getcanonname(host, hbsize, &status); 763 found = nis_getcanonname(host, hbsize, &status); 773 found = nisplus_getcanonname(host, hbsize, &status); 783 found = dns_getcanonname(host, hbsize, trymx, &status, pttl); 789 found = ni_getcanonname(host, hbsize, &status); 847 hbsize > (int) (strlen(host) + strlen(d) + 1)) 851 hbsize); 853 (void) sm_strlcat(host, d, hbsize); [all …]
|