Searched refs:HOSTS (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/openssh/regress/
H A Dcert-hostkey.sh31 HOSTS='localhost-with-alias,127.0.0.1,::1'
35 printf "@cert-authority $HOSTS "
92 -n $HOSTS $OBJ/cert_host_key_${ktype} ||
241 test_one "user-certificate" failure "-n $HOSTS"
262 -n $HOSTS $OBJ/cert_host_key_${ktype} ||
265 printf "$HOSTS "
297 -n $HOSTS $OBJ/cert_host_key_${kt} ||
/freebsd-10-stable/usr.sbin/ypserv/
H A DMakefile.yp108 HOSTS = $(YPSRCDIR)/hosts
198 IPNODES= $(HOSTS)
402 hosts.byname: $(HOSTS)
405 print $$n"\t"$$0 }' $(HOSTS) | $(DBLOAD) ${B} -i $(HOSTS) \
412 hosts.byaddr: $(HOSTS)
414 @$(AWK) '/^[0-9.]+[\t ]/ { print $$1"\t"$$0 }' $(HOSTS) \
415 | $(DBLOAD) ${B} -i $(HOSTS) -o $(YPMAPDIR)/$@ - $(TMP); \
608 netid.byname: $(GROUP) $(PASSWD) $(HOSTS)
610 @$(MKNETID) -q -p $(PASSWD) -g $(GROUP) -h $(HOSTS)
[all...]

Completed in 56 milliseconds