Searched defs:hostnum (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c1308 SM_NONVOLATILE int hostnum = 0; /* current MX host index */ local
2015 while (hostnum < nummxhosts)
2023 if (*mxhosts[hostnum] == '[')
2025 endp = strchr(mxhosts[hostnum] + 1, ']');
2030 endp = strpbrk(mxhosts[hostnum], ":,");
2032 endp = strpbrk(mxhosts[hostnum], ":,");
2040 if (hostnum == 1 && skip_back != NULL)
2046 ** (hostnum == 1 meaning we're on the second
2058 if (*mxhosts[hostnum] == '\0')
2061 hostnum
[all...]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dcommon.c292 int rc, i, hostnum; local
421 hostnum = 0;
464 if ( hostnum == 0 ) {
469 ++hostnum;

Completed in 259 milliseconds