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

1234

/openbsd-current/usr.sbin/ypserv/ypxfr/
H A Dypxfr_2perday.sh7 /usr/sbin/ypxfr hosts.byname
8 /usr/sbin/ypxfr hosts.byaddr
/openbsd-current/usr.sbin/ypserv/ypinit/
H A DMakefile.main5 passwd group hosts ethers rpc services protocols netid netgroup amd.home aliases : _SUBDIRUSE
H A DMakefile.yp23 # Set this to -b to have ypserv ask DNS for unknown hosts.
26 all: passwd group hosts ethers rpc services protocols netid netgroup amd.home aliases
132 hosts.time: $(DIR)/hosts
133 -@if [ -f $(DIR)/hosts ]; then \
137 $(MAKEDBM) $(USEDNS) - hosts.byname; \
141 $(MAKEDBM) $(USEDNS) - hosts.byaddr; \
143 $(ECHO) "updated hosts"; \
145 $(YPPUSH) -d $(DOMAIN) hosts.byname; \
146 $(YPPUSH) -d $(DOMAIN) hosts
[all...]
/openbsd-current/regress/usr.bin/ssh/
H A Dkeygen-knownhosts.sh8 # Generate some keys for testing (just ed25519 for speed) and make a hosts file.
13 echo "# $x" >> $OBJ/kh.hosts
26 echo "" >> $OBJ/kh.hosts
27 ) >> $OBJ/kh.hosts
33 cat $OBJ/kh.hosts >> $OBJ/kh.invalid
37 cp $OBJ/kh.hosts $OBJ/kh.hosts.orig
97 # find key among multiple hosts
100 check_find host-h "find multiple hosts"
150 # find key among multiple hosts
[all...]
H A Dconch-ciphers.sh23 --known-hosts $OBJ/known_hosts --notty --noagent --nox11 -n \
/openbsd-current/etc/rc.d/
H A Dyppasswdd17 _host1=$(ypmatch $_host1 hosts | cut -d' ' -f2)
18 _host2=$(ypmatch $_host2 hosts | cut -d' ' -f2 | head -1)
/openbsd-current/usr.sbin/ypserv/revnetgroup/
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)
147 if (hosts) {
/openbsd-current/lib/libcrypto/x509/
H A Dx509_vpm.c129 if (mode == SET_HOST && vpm->hosts) {
130 sk_OPENSSL_STRING_pop_free(vpm->hosts, str_free);
131 vpm->hosts = NULL;
139 if (vpm->hosts == NULL &&
140 (vpm->hosts = sk_OPENSSL_STRING_new_null()) == NULL) {
145 if (!sk_OPENSSL_STRING_push(vpm->hosts, copy)) {
147 if (sk_OPENSSL_STRING_num(vpm->hosts) == 0) {
148 sk_OPENSSL_STRING_free(vpm->hosts);
149 vpm->hosts = NULL;
173 sk_OPENSSL_STRING_pop_free(param->hosts, str_fre
[all...]
/openbsd-current/usr.bin/rup/
H A Drup.c54 } *hosts; variable in typeref:struct:host_list
64 if (!hosts)
67 for (hp = hosts; hp != NULL; hp = hp->next) {
84 hp->next = hosts;
85 hosts = hp;
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Dmakefile.vms35 sysdep.h: [-.bfd.hosts]$(ARCH)vms.h
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dmakefile.vms35 sysdep.h: [-.bfd.hosts]$(ARCH)vms.h
/openbsd-current/share/man/man5/
H A DMakefile7 fs.5 fstab.5 genassym.cf.5 group.5 hostname.if.5 hosts.5 \
/openbsd-current/usr.bin/rdist/
H A Drdist.c358 struct namelist *files, *hosts; local
385 hosts = expand(&tnl, E_ALL);
398 debugmsg(DM_MISC, "host = %s", getnlstr(hosts));
400 insert(NULL, files, hosts, scmds);
H A Dgram.y407 * Insert or append ARROW command to list of hosts to be updated.
410 insert(char *label, struct namelist *files, struct namelist *hosts,
418 files, hosts, scmds, getnlstr(files));
421 hosts = expand(hosts, E_ALL);
422 for (h = hosts; h != NULL; lasth = h, h = h->n_next,
/openbsd-current/sbin/ipsecctl/
H A Dparse.y243 struct ipsec_hosts hosts;
298 %type <v.hosts> hosts
352 tcpmd5rule : TCPMD5 hosts spispec authkeyspec {
366 sarule : satype tmode hosts spispec udpencap transforms authkeyspec
381 flowrule : FLOW satype dir proto hosts peers ids type {
394 ikerule : IKE ikemode satype tmode proto hosts peers
411 struct ipsec_hosts hosts;
422 hosts.src = host_v4("0.0.0.0/0", 1);
423 hosts
485 hosts : FROM host port TO host port { label
[all...]
/openbsd-current/usr.bin/ssh/
H A Dhostfile.h72 #define HKF_WANT_MATCH (1) /* return only matching hosts/addrs */
89 * If a parse error occurred, then "hosts" and subsequent options may be NULL.
98 const char *hosts; /* Raw hosts text, may be hashed or list multiple */ member in struct:hostkey_foreach_line
H A Dssh-keyscan.c318 char *hosts = c->c_output_name ? c->c_output_name : c->c_name; local
324 keyprint_one(hosts, key);
327 ohosts = hosts = xstrdup(hosts);
328 while ((host = strsep(&hosts, ",")) != NULL)
/openbsd-current/gnu/usr.bin/perl/cpan/libnet/lib/Net/
H A DDomain.pm146 my (@hosts);
148 @hosts = ($host, "localhost");
183 unshift(@hosts, @h);
189 foreach (grep { defined $_ } @hosts) {
246 # For hosts that have no name, just an IP address
H A DTime.pm36 my $hosts = defined $host ? [$host] : $NetConfig{$pname . '_hosts'};
40 foreach my $addr (@$hosts) {
/openbsd-current/usr.sbin/relayd/
H A Dhce.c110 TAILQ_FOREACH(host, &table->hosts, entry) {
140 TAILQ_FOREACH(host, &table->hosts, entry) {
165 TAILQ_FOREACH(host, &table->hosts, entry) {
277 /* Notify for all other hosts that inherit the state from this one */
315 TAILQ_FOREACH(host, &table->hosts, entry)
323 TAILQ_FOREACH(host, &table->hosts, entry)
/openbsd-current/gnu/usr.bin/perl/utils/
H A Dlibnetcfg.PL184 my @hosts;
192 @hosts = split(/\s+/, $ans);
194 while(@hosts && defined($def = test_hostnames(@hosts)));
196 \@hosts;
467 $msg = 'Enter a list of available NNTP hosts :';
476 $msg = 'Enter a list of available SMTP hosts :';
485 $msg = 'Enter a list of available POP3 hosts :';
493 $msg = 'Enter a list of available SNPP hosts :';
634 ###Enter a list of available SOCKS hosts
[all...]
/openbsd-current/usr.bin/getent/
H A Dgetent.c60 static int hosts(int, char *[]);
83 { "hosts", hosts, "stdio dns", NULL },
259 hosts(int argc, char *argv[]) function
267 fprintf(stderr, "%s: Enumeration not supported on hosts\n",
/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dmakefile.vms52 sysdep.h: [.hosts]$(HOSTFILE) config.h
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dmakefile.vms52 sysdep.h: [.hosts]$(HOSTFILE) config.h
/openbsd-current/regress/lib/libc/asr/
H A Dregress.subr65 cp /etc/hosts "${ROOTDIR}/etc/"

Completed in 154 milliseconds

1234