Home
last modified time | relevance | path

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

/original-bsd/usr.sbin/sendmail/src/
H A Ddomain.c440 dns_getcanonname(host, hbsize, trymx, statp) in dns_getcanonname() argument
442 int hbsize;
499 strncpy(host, xp, hbsize);
500 host[hbsize - 1] = '\0';
668 (void)strncpy(host, nbuf, hbsize); /* XXX */
669 host[hbsize - 1] = '\0';
719 strncpy(host, nbuf, hbsize);
720 host[hbsize - 1] = '\0';
H A Dmap.c470 getcanonname(host, hbsize, trymx) in getcanonname() argument
472 int hbsize;
501 found = nis_getcanonname(host, hbsize, &stat);
1360 nis_getcanonname(name, hbsize, statp) in nis_getcanonname() argument
1362 int hbsize;
1437 if (hbsize < strlen(cbuf))
1720 nisplus_getcanonname(name, hbsize, statp) in nisplus_getcanonname() argument
1722 int hbsize;
2162 text_getcanonname(name, hbsize, statp) in text_getcanonname() argument
2164 int hbsize;
[all …]