Searched defs:hn (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libldap4/common/ |
H A D | search.c | 919 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 D | vmprofile.c | 113 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 D | usersmtp.c | 74 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 D | netdir_inet.c | 2164 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 30 milliseconds