Home
last modified time | relevance | path

Searched refs:hbsize (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c785 dns_getcanonname(host, hbsize, trymx, statp, pttl) in dns_getcanonname() argument
787 int hbsize;
1091 (void) sm_strlcpy(host, nbuf, hbsize);
1156 (void) sm_strlcpy(host, nbuf, hbsize);
H A Dmap.c728 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 …]