| /src/external/bsd/openldap/dist/servers/slapd/back-dnssrv/ |
| referral.c | 45 char *hostlist = NULL; local 80 i = ldap_domain2hostlist( domain, &hostlist ); 90 hosts = ldap_str2charray( hostlist, " " ); 130 if( hostlist != NULL ) ch_free( hostlist );
|
| referral.c | 45 char *hostlist = NULL; local 80 i = ldap_domain2hostlist( domain, &hostlist ); 90 hosts = ldap_str2charray( hostlist, " " ); 130 if( hostlist != NULL ) ch_free( hostlist );
|
| search.c | 46 char *hostlist = NULL; local 90 if( ( rc = ldap_domain2hostlist( domain, &hostlist ) ) ) { 98 hosts = ldap_str2charray( hostlist, " " ); 240 if( hostlist != NULL ) ch_free( hostlist );
|
| search.c | 46 char *hostlist = NULL; local 90 if( ( rc = ldap_domain2hostlist( domain, &hostlist ) ) ) { 98 hosts = ldap_str2charray( hostlist, " " ); 240 if( hostlist != NULL ) ch_free( hostlist );
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| dnssrv.c | 259 char *hostlist = NULL; local 390 hostlist = (char *) LDAP_REALLOC(hostlist, cur+buflen+1); 391 if (hostlist == NULL) { 396 hostlist[cur++]=' '; 398 cur += sprintf(&hostlist[cur], "%s:%hu", hostent_head[i].hostname, hostent_head[i].port); 402 if (hostlist == NULL) { 409 *list = hostlist; 420 if (rc != LDAP_SUCCESS && hostlist != NULL) { 421 LDAP_FREE(hostlist); [all...] |
| dnssrv.c | 259 char *hostlist = NULL; local 390 hostlist = (char *) LDAP_REALLOC(hostlist, cur+buflen+1); 391 if (hostlist == NULL) { 396 hostlist[cur++]=' '; 398 cur += sprintf(&hostlist[cur], "%s:%hu", hostent_head[i].hostname, hostent_head[i].port); 402 if (hostlist == NULL) { 409 *list = hostlist; 420 if (rc != LDAP_SUCCESS && hostlist != NULL) { 421 LDAP_FREE(hostlist); [all...] |
| /src/external/bsd/libpcap/dist/rpcapd/ |
| rpcapd.c | 79 char hostlist[MAX_HOST_LIST + 1]; //!< Keeps the list of the hosts that are allowed to connect to this server variable 195 hostlist[0] = 0; 259 pcapint_strlcpy(hostlist, optarg, sizeof(hostlist)); 461 char *hostlist_copy = strdup(hostlist); 1131 char *hostlist; member in struct:params_copy 1229 char *hostlist_copy = strdup(hostlist); 1251 params_copy->hostlist = hostlist_copy; 1302 char *hostlist_copy = strdup(hostlist); 1388 char *hostlist_copy = strdup(hostlist); [all...] |
| rpcapd.c | 79 char hostlist[MAX_HOST_LIST + 1]; //!< Keeps the list of the hosts that are allowed to connect to this server variable 195 hostlist[0] = 0; 259 pcapint_strlcpy(hostlist, optarg, sizeof(hostlist)); 461 char *hostlist_copy = strdup(hostlist); 1131 char *hostlist; member in struct:params_copy 1229 char *hostlist_copy = strdup(hostlist); 1251 params_copy->hostlist = hostlist_copy; 1302 char *hostlist_copy = strdup(hostlist); 1388 char *hostlist_copy = strdup(hostlist); [all...] |
| /src/usr.sbin/mountd/ |
| mountd.c | 125 struct hostlist *dp_hosts; /* List of hosts this dir exported to */ 161 struct hostlist { struct 164 struct hostlist *ht_next; 200 static void free_host(struct hostlist *); 204 static struct hostlist *get_ht(void); 863 struct hostlist *hp; 1406 struct hostlist *hp; 1454 struct hostlist *hp; 1664 struct hostlist *hp; 1931 free_host(struct hostlist *hp [all...] |
| mountd.c | 125 struct hostlist *dp_hosts; /* List of hosts this dir exported to */ 161 struct hostlist { struct 164 struct hostlist *ht_next; 200 static void free_host(struct hostlist *); 204 static struct hostlist *get_ht(void); 863 struct hostlist *hp; 1406 struct hostlist *hp; 1454 struct hostlist *hp; 1664 struct hostlist *hp; 1931 free_host(struct hostlist *hp [all...] |
| /src/external/bsd/openldap/dist/clients/tools/ |
| common.c | 1235 *hostlist = NULL, local 1250 rc = ldap_domain2hostlist( domain, &hostlist ); 1254 "domain=%s into a hostlist\n", 1259 hosts = ldap_str2charray( hostlist, " " ); 1263 "hostlist=\"%s\"\n", 1264 hostlist ); 1301 ber_memfree( hostlist );
|
| common.c | 1235 *hostlist = NULL, local 1250 rc = ldap_domain2hostlist( domain, &hostlist ); 1254 "domain=%s into a hostlist\n", 1259 hosts = ldap_str2charray( hostlist, " " ); 1263 "hostlist=\"%s\"\n", 1264 hostlist ); 1301 ber_memfree( hostlist );
|