Searched defs:hn (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/libldap4/common/
H A Dsearch.c919 int hn, ln; local
929 if ((hn = hex_char2int(read[0])) >= 0 &&
932 *read = (hn<<4)+ln;
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmprofile.c113 reg Vmulong_t hn; local
116 hn = 0;
118 hn += (hn<<7) + ((*cp)&0377) + 987654321L;
119 n = (int)(hn%PFTABLE);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dusersmtp.c74 register char *hn; local
154 hn = mci->mci_heloname ? mci->mci_heloname : MyHostName;
162 smtpmessage("LHLO %s", m, mci, hn);
168 smtpmessage("EHLO %s", m, mci, hn);
173 smtpmessage("HELO %s", m, mci, hn);
/osnet-11/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c2164 char **hn, **sn; local
2173 for (hn = he->h_aliases, hosts = 1; hn && *hn; hn++, hosts++) {};
2188 for (i = 0, hn = he->h_aliases; i < hosts; i++) {
2195 hs->h_host = strdup(*hn);
2217 hn++;

Completed in 318 milliseconds