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

/osnet-11/usr/src/lib/librdc/common/
H A Drdcrules.c78 bitmap_in_use(int cmd, char *hostp, char *bmp) argument
185 if (self_check(hostp)) {
198 if ((strcmp(hostp, shost) == 0) &&
210 } else { /* self_check(hostp) failed */
212 if ((strcmp(shost, hostp) == 0) &&
224 if ((strcmp(host, hostp) == 0) &&
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dopen.c644 * Return the first host and port in hostlist (setting *hostp and *portp).
650 ldap_x_hostlist_first( const char *hostlist, int defport, char **hostp, argument
654 if ( NULL == hostp || NULL == portp || NULL == statusp ) {
659 *hostp = nsldapi_strdup( "127.0.0.1" );
660 if ( NULL == *hostp ) {
678 return( ldap_x_hostlist_next( hostp, portp, *statusp ));
682 * Return the next host and port in hostlist (setting *hostp and *portp).
684 * If no more hosts are available, LDAP_SUCCESS is returned but *hostp is set
688 ldap_x_hostlist_next( char **hostp, int *portp, argument
694 if ( NULL == hostp || NUL
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c1219 irp_unmarshall_ng(const char **hostp, const char **userp, const char **domainp, argument
1227 if (userp == NULL || hostp == NULL ||
1278 *hostp = host;
/osnet-11/usr/src/cmd/sendmail/src/
H A Dparseaddr.c1965 char **hostp; local
2015 hostp = ++tv;
2019 hostp = NULL;
2031 if (tv == hostp)
2032 hostp = NULL;
2033 else if (hostp != NULL)
2034 cataddr(hostp, tv - 1, hbuf, sizeof(hbuf), '\0', false);
2046 if (hostp != NULL)
2121 if (hostp == NULL)

Completed in 35 milliseconds