| /src/external/bsd/ipf/dist/lib/ |
| load_url.c | 16 alist_t *hosts = NULL; local 23 hosts = load_file(url); 26 hosts = load_file(url); 29 hosts = load_http(url); 32 return hosts;
|
| alist_free.c | 13 alist_free(hosts) 14 alist_t *hosts; 18 for (a = hosts; a != NULL; a = next) {
|
| /src/etc/autofs/ |
| special_hosts | 7 out=$(getent hosts)
|
| /src/external/bsd/tre/dist/tests/ |
| build-on-hosts.sh | 12 for f in tests/build-hosts/*; do 14 hosts="$hosts `basename $f`" 18 hosts="$*" 21 for hostfile in $hosts; do 23 . tests/build-hosts/$hostfile 32 cat tests/build-hosts/$hostfile > $hostfile.tmp
|
| /src/etc/bluetooth/ |
| Makefile | 3 CONFIGFILES= btattach.conf btdevctl.conf hosts protocols
|
| /src/etc/ |
| nsswitch.conf | 12 hosts: files dns 24 # hosts: dns, files, nis, mdnsd, multicast_dns
|
| /src/share/examples/emul/ultrix/etc/ |
| svc.conf | 16 hosts=local,bind # /etc/hosts (no yp) then DNS
|
| /src/external/bsd/ntp/dist/scripts/ntpsweep/ |
| ntpsweep.in | 50 my @hosts; 53 push @hosts, $opts->{host}; 56 @hosts = read_hosts($hostsfile) if $hostsfile; 57 push @hosts, @{$opts->{'host-list'}}; 68 scan_hosts(@hosts); 74 my (@hosts) = @_; 77 for $host (@hosts) { 84 my @hosts; 86 open my $hosts, $hostsfile 89 while (<$hosts>) { [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-dnssrv/ |
| referral.c | 46 char **hosts = NULL; local 90 hosts = ldap_str2charray( hostlist, " " ); 92 if( hosts == NULL ) { 98 for( i=0; hosts[i] != NULL; i++) { 101 url.bv_len = STRLENOF( "ldap://" ) + strlen( hosts[i] ); 105 strcpy( &url.bv_val[STRLENOF( "ldap://" )], hosts[i] ); 131 if( hosts != NULL ) ldap_charray_free( hosts );
|
| search.c | 47 char **hosts = NULL; local 98 hosts = ldap_str2charray( hostlist, " " ); 100 if( hosts == NULL ) { 107 for( i=0; hosts[i] != NULL; i++) { 110 url.bv_len = STRLENOF( "ldap://" ) + strlen(hosts[i]); 114 strcpy( &url.bv_val[STRLENOF( "ldap://" )], hosts[i] ); 241 if( hosts != NULL ) ldap_charray_free( hosts );
|
| /src/tests/lib/libpthread/ |
| h_resolv.c | 50 static StringList *hosts = NULL; variable 86 sl_add(hosts, strdup(ptr)); 98 size_t i = (random() & 0x0fffffff) % hosts->sl_cur; 99 char *host = hosts->sl_str[i]; 149 hosts = sl_init(); 171 if (hosts->sl_cur == 0) 176 if ((ask = calloc(hosts->sl_cur, sizeof(int))) == NULL) 178 if ((got = calloc(hosts->sl_cur, sizeof(int))) == NULL) 200 for (i = 0; i < (int)hosts->sl_cur; i++) { 203 hosts->sl_str[i], ask[i], got[i]) [all...] |
| /src/usr.bin/systat/ |
| netcmds.c | 72 } *hosts = NULL; variable in typeref:struct:hitem 119 else if (strstr(args, "hosts") == args) 300 if (hosts == 0) 302 free((char *)hosts), hosts = 0; 306 for (p = hosts; p < hosts+nhosts; p++) 313 if (reallocarr(&hosts, nhosts + 1, sizeof(*p)) != 0) { 317 p = &hosts[nhosts++]; 329 if (hosts) [all...] |
| /src/usr.sbin/ypserv/revnetgroup/ |
| revnetgroup.c | 92 int hosts = -1; local 100 if (hosts != -1) { 104 hosts = 0; 107 if (hosts != -1) { 111 hosts = 1; 122 if (hosts == -1) 159 if (hosts) {
|
| /src/tests/lib/libc/gen/ |
| t_sethostname.c | 43 static const char hosts[][MAXHOSTNAMELEN] = { variable 62 for (i = 0; i < __arraycount(hosts); i++) { 66 ATF_REQUIRE(sethostname(hosts[i], sizeof(hosts[i])) == 0); 68 ATF_REQUIRE(strcmp(hosts[i], name) == 0);
|
| /src/lib/libwrap/ |
| Makefile | 11 MLINKS+=hosts_access.5 hosts.allow.5 12 MLINKS+=hosts_access.5 hosts.deny.5
|
| /src/tests/lib/libc/net/getaddrinfo/ |
| t_getaddrinfo.sh | 36 elif [ "$2" = "hosts" ] ; then 38 lcl=$( cat /etc/hosts | \ 81 check_output basics hosts 96 check_output spec_fam hosts 136 check_output no_serv hosts 154 check_output sock_raw hosts
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| x509_vpm.c | 54 sk_OPENSSL_STRING_pop_free(vpm->hosts, str_free); 55 vpm->hosts = NULL; 64 if (vpm->hosts == NULL && (vpm->hosts = sk_OPENSSL_STRING_new_null()) == NULL) { 69 if (!sk_OPENSSL_STRING_push(vpm->hosts, copy)) { 71 if (sk_OPENSSL_STRING_num(vpm->hosts) == 0) { 72 sk_OPENSSL_STRING_free(vpm->hosts); 73 vpm->hosts = NULL; 100 sk_OPENSSL_STRING_pop_free(param->hosts, str_free); 194 if (test_x509_verify_param_copy(hosts, NULL)) [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| x509_vpm.c | 54 sk_OPENSSL_STRING_pop_free(vpm->hosts, str_free); 55 vpm->hosts = NULL; 64 if (vpm->hosts == NULL && 65 (vpm->hosts = sk_OPENSSL_STRING_new_null()) == NULL) { 70 if (!sk_OPENSSL_STRING_push(vpm->hosts, copy)) { 72 if (sk_OPENSSL_STRING_num(vpm->hosts) == 0) { 73 sk_OPENSSL_STRING_free(vpm->hosts); 74 vpm->hosts = NULL; 103 sk_OPENSSL_STRING_pop_free(param->hosts, str_free); 197 if (test_x509_verify_param_copy(hosts, NULL)) [all...] |
| /src/external/ibm-public/postfix/dist/src/global/ |
| own_inet_addr.c | 84 char *hosts; local 147 bufp = hosts = mystrdup(var_inet_interfaces); 152 myfree(hosts); 233 char *hosts; local 243 bufp = hosts = mystrdup(var_proxy_interfaces); 248 myfree(hosts);
|
| dict_mysql.c | 22 /* sql servers on different hosts. It assumes that the underlying data 148 int len_hosts; /* number of hosts */ 149 HOST **db_hosts; /* the hosts on which the databases 168 ARGV *hosts; member in struct:__anon23076 362 /* try not to hammer the dead hosts too often */ 417 * Try the remaining hosts. "count" is a safety net, in case the loop 418 * takes more than RETRY_CONN_INTV and the dead hosts are no longer 463 /* In case all hosts are down. */ 691 char *hosts; local 752 hosts = cfg_get_str(p, "hosts", "", 0, 0) [all...] |
| dict_pgsql.c | 131 int len_hosts; /* number of hosts */ 132 HOST **db_hosts; /* hosts on which databases reside */ 150 ARGV *hosts; member in struct:__anon23079 370 /* try not to hammer the dead hosts too often */ 425 * Try the remaining hosts. "count" is a safety net, in case the loop 426 * takes more than RETRY_CONN_INTV and the dead hosts are no longer 627 char *hosts; local 684 hosts = cfg_get_str(p, "hosts", "", 0, 0); 686 dict_pgsql->hosts = argv_split(hosts, CHARS_COMMA_SP) [all...] |
| /src/share/man/man5/ |
| Makefile | 12 hosts.5 hosts.equiv.5 ifaliases.5 ifconfig.if.5 intro.5 \ 26 MLINKS+=hosts.equiv.5 rhosts.5
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
| x509_vpm.c | 53 sk_OPENSSL_STRING_pop_free(vpm->hosts, str_free); 54 vpm->hosts = NULL; 63 if (vpm->hosts == NULL && 64 (vpm->hosts = sk_OPENSSL_STRING_new_null()) == NULL) { 69 if (!sk_OPENSSL_STRING_push(vpm->hosts, copy)) { 71 if (sk_OPENSSL_STRING_num(vpm->hosts) == 0) { 72 sk_OPENSSL_STRING_free(vpm->hosts); 73 vpm->hosts = NULL; 103 sk_OPENSSL_STRING_pop_free(param->hosts, str_free); 204 if (test_x509_verify_param_copy(hosts, NULL)) [all...] |
| /src/external/gpl3/binutils/dist/config/ |
| bootstrap-lto-noplugin.mk | 2 # hosts without linker plugin support.
|
| /src/external/gpl3/binutils.old/dist/config/ |
| bootstrap-lto-noplugin.mk | 2 # hosts without linker plugin support.
|