Searched refs:hosts (Results 1 - 25 of 87) sorted by relevance

1234

/macosx-10.10.1/bootp-298/bootplib/
H A Dhostlist.h33 struct hosts { struct
34 struct hosts *next;
35 struct hosts *prev;
50 struct hosts * hostadd(struct hosts * * hosts, struct timeval * tv_p,
54 void hostfree(struct hosts * * hosts, struct hosts * hp);
55 void hostinsert(struct hosts * * host
62 hostbyip(struct hosts * hosts, struct in_addr iaddr) argument
73 hostbyaddr(struct hosts * hosts, u_char hwtype, void * hwaddr, int hwlen, subnet_match_func_t * func, void * arg) argument
[all...]
H A Dhostlist.c56 hostinsert(struct hosts * * hosts, struct hosts * hp) argument
58 hp->next = *hosts;
60 if (*hosts)
61 (*hosts)->prev = hp;
62 *hosts = hp;
66 hostremove(struct hosts * * hosts, struct hosts * h argument
89 hostfree(struct hosts * * hosts, struct hosts *hp ) argument
106 hostadd(struct hosts * * hosts, struct timeval * tv_p, int htype, char * haddr, int hlen, struct in_addr * iaddr_p, char * hostname, char * bootfile) argument
[all...]
/macosx-10.10.1/remote_cmds-47/ypxfr.tproj/
H A Dypxfr_2perday.sh7 /usr/sbin/ypxfr hosts.byname
8 /usr/sbin/ypxfr hosts.byaddr
/macosx-10.10.1/ruby-106/ruby/test/drb/
H A Dtest_acl.rb27 @hosts = Hash.new
29 @hosts[h[2].split('.')[0]] = h
32 attr_reader(:hostlist, :hosts)
41 @hosts = HOSTS.hosts
55 assert(! a.match(@hosts['localhost']))
56 assert(a.match(@hosts['yum']))
57 assert(a.match(@hosts['ipv6']))
58 assert(! a.match(@hosts['too']))
63 assert(! a.match(@hosts['localhos
[all...]
/macosx-10.10.1/autofs-246/files/
H A Dauto_master5 /net -hosts -nobrowse,hidefromfinder,nosuid
/macosx-10.10.1/Libnotify-133.1.1/notifyd/
H A Dnotify.conf.MacOSX7 monitor com.apple.system.info:/etc/hosts /etc/hosts
/macosx-10.10.1/ruby-106/ruby/test/resolv/
H A Dtest_addr.rb23 hosts = Resolv::Hosts.new(tmpfile.path)
25 hosts.each_address("") {break}
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-dnssrv/
H A Dreferral.c41 char **hosts = NULL; local
85 hosts = ldap_str2charray( hostlist, " " );
87 if( hosts == NULL ) {
93 for( i=0; hosts[i] != NULL; i++) {
96 url.bv_len = STRLENOF( "ldap://" ) + strlen( hosts[i] );
100 strcpy( &url.bv_val[STRLENOF( "ldap://" )], hosts[i] );
126 if( hosts != NULL ) ldap_charray_free( hosts );
H A Dsearch.c42 char **hosts = NULL; local
93 hosts = ldap_str2charray( hostlist, " " );
95 if( hosts == NULL ) {
102 for( i=0; hosts[i] != NULL; i++) {
105 url.bv_len = STRLENOF( "ldap://" ) + strlen(hosts[i]);
109 strcpy( &url.bv_val[STRLENOF( "ldap://" )], hosts[i] );
237 if( hosts != NULL ) ldap_charray_free( hosts );
/macosx-10.10.1/remote_cmds-47/revnetgroup.tproj/
H A Drevnetgroup.c81 int hosts = -1, i; local
89 if (hosts != -1) {
93 hosts = 0;
96 if (hosts != -1) {
100 hosts = 1;
111 if (hosts == -1)
150 if (hosts) {
/macosx-10.10.1/uucp-11/uucp/contrib/
H A Duutraf40 %hosts = (); # hosts seen
95 # initialize new hosts
96 unless ( defined $hosts{$1} ) {
97 $hosts{$1} = $files_in{$1} = $files_out{$1} =
119 @hosts = keys (%hosts);
120 die ("No info found, stopped\n") if $#hosts < 0;
151 foreach $host (@hosts) {
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Down_inet_addr.c82 char *hosts; local
145 bufp = hosts = mystrdup(var_inet_interfaces);
150 myfree(hosts);
231 char *hosts; local
241 bufp = hosts = mystrdup(var_proxy_interfaces);
246 myfree(hosts);
H A Ddict_mysql.c20 /* sql servers on different hosts. It assumes that the underlying data
92 /* .IP hosts
93 /* List of hosts to connect to.
117 /* against any database called "vmailer_info" located on hosts
134 /* hosts = host1.some.domain\fR \fBhost2.some.domain
138 /* .IP hosts
139 /* List of hosts to connect to.
144 /* against any database called "vmailer_info" located on hosts
161 /* hosts = host1.some.domain\fR \fBhost2.some.domain
229 int len_hosts; /* number of hosts */
246 ARGV *hosts; member in struct:__anon11511
625 char *hosts; local
738 plmysql_init(ARGV *hosts) argument
[all...]
H A Ddict_pgsql.c95 /* .IP hosts
96 /* List of hosts to connect to.
101 /* against any database called "postfix_info" located on hosts
118 /* hosts = host1.some.domain\fR \fBhost2.some.domain
199 int len_hosts; /* number of hosts */
200 HOST **db_hosts; /* hosts on which databases reside */
214 ARGV *hosts; member in struct:__anon11514
425 /* try not to hammer the dead hosts too often */
480 * Try the remaining hosts. "count" is a safety net, in case the loop
481 * takes more than RETRY_CONN_INTV and the dead hosts ar
684 char *hosts; local
788 plpgsql_init(ARGV *hosts) argument
[all...]
/macosx-10.10.1/ntp-92/scripts/
H A Dntpsweep.in68 Specify hosts file. File format is one hostname or ip number per line.
71 Speficy a single host, bypassing the need for a hosts file.
88 my (@hosts, @known_hosts);
99 push(@hosts, $_);
277 for $host (@hosts) {
287 push(@hosts, $single_host);
/macosx-10.10.1/mDNSResponder-561.1.1/mDNSPosix/
H A DMakefile359 # If 'mdns' does not already appear on the "hosts:" line, then add it right before 'dns'
361 sed -e '/mdns/!s/^\(hosts:.*\)dns\(.*\)/\1mdns dns\2/' /etc/nsswitch.conf.pre-mdns > /etc/nsswitch.conf
/macosx-10.10.1/OpenSSH-189/openssh/regress/
H A Dconch-ciphers.sh23 --known-hosts $OBJ/known_hosts --notty --noagent --nox11 -n \
/macosx-10.10.1/tcsh-65/tcsh/
H A Dcomplete.tcsh40 if ( ! $?hosts ) set hosts
41 foreach f ("$HOME/.hosts" /usr/local/etc/csh.hosts "$HOME/.rhosts" /etc/hosts.equiv)
43 set hosts = ($hosts `grep -v "+" "$f" | grep -E -v "^#" | tr -s " " " " | cut -f 1`)
48 set hosts=($hosts $f)
53 set hosts
[all...]
/macosx-10.10.1/zsh-61/zsh/StartupFiles/
H A Dzshrc69 hosts=(`hostname` ftp.math.gatech.edu prep.ai.mit.edu wuarchive.wustl.edu)
153 zstyle '*' hosts $hosts
/macosx-10.10.1/zsh-61/zsh/Misc/
H A Dcompctl-examples14 hosts=( ${(s: :)${(ps:\t:)${${(f)"$(</etc/hosts)"}%%\#*}##[:blank:]#[^[:blank:]]#}} )
171 # If the command is rsh, make the first argument complete to hosts and treat the
173 compctl -k hosts -x 'p[2,-1]' -l '' -- rsh
175 # rlogin takes hosts and users after `-l'
176 compctl -k hosts -x 'c[-1,-l]' -u -- rlogin
178 # rcp: match users, hosts and files initially. Match files after a :, or hosts
181 compctl -u -k hosts -f -x 'n[1,:]' -f - 'n[1,@]' -k hosts
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/expect/expect/example/
H A Dxpstat20 global max db hosts world
33 lappend hosts $host
246 global xpilot hosts
248 set hosts {}
254 # clean up hosts that no longer are running xpilots
257 # if host not in hosts
258 if {-1==[lsearch $hosts $host]} {
262 set oldhosts $hosts
/macosx-10.10.1/Security-57031.1.35/Security/sec/Security/Regressions/secitem/
H A Dsi-67-sectrust-blacklist.c128 char *hosts[] = { local
138 if(ping_host(hosts[host_cnt]) == 0){
/macosx-10.10.1/apache-793/httpd/test/
H A Dmake_sni.sh53 echo "so on. Note that the _first_ FQDN is also the default for non SNI hosts. It"
184 # Create the header for the example '/etc/hosts' file.
186 echo '# To append to your hosts file' > ${DIR}/hosts
271 echo "${IP} $FQDN $n" >> ${DIR}/hosts
325 - hosts /etc/hosts file with fake entries for the hosts
368 Name-based SSL virtual hosts only work for clients with TLS server name indication support (RFC 4366)
373 You should not use name-based virtual hosts i
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dmakefile.vms35 sysdep.h: [-.bfd.hosts]$(ARCH)vms.h
/macosx-10.10.1/postfix-255/postfix/examples/chroot-setup/
H A DLINUX278 $CP -f /etc/host.conf /etc/hosts /etc/passwd etc

Completed in 254 milliseconds

1234