Searched refs:HOST (Results 1 - 25 of 37) sorted by relevance

12

/openbsd-current/regress/sbin/isakmpd/msg/
H A Dcheck.sh35 HOST=localhost
53 HOST=$1
57 ${NC} -u -w 1 ${HOST} ${ISAKMP_PORT}
/openbsd-current/regress/usr.bin/ssh/
H A Dssh2putty.sh9 HOST=$1
35 echo "rsa2@$PORT:$HOST $public_exponent,$modulus"
H A Dpercent.sh8 HOST=`hostname | cut -f1 -d.`
87 trial $i '%L' $HOST
99 out="%/$USERID/127.0.0.1/$HOME/$HOST/$HOSTNAME/somehost/$PORT/$REMUSER/$USER"
/openbsd-current/usr.sbin/ypserv/ypinit/
H A Dypinit.sh98 HOST=`${HOSTNAME}`
99 if [ -z "${HOST}" ]; then
264 echo "${HOST} has been set up as a YP slave server with errors. " 1>&2
267 echo "${HOST} has been set up as a YP slave server without any errors. "
280 HOST_LIST="${HOST}"
283 echo "${HOST} is already known as master server."
286 echo " master server : ${HOST}"
291 HOST_LIST="${HOST}"
294 SHORT_HOST=`echo ${HOST} | cut -d. -f1`
319 echo " master server : ${HOST}"
[all...]
/openbsd-current/regress/usr.sbin/ldapd/
H A Dcommon.pl12 $HOST ||= 'localhost';
89 until($ldap = Net::LDAPS->new($HOST, %opt, port => $SSL_PORT, version => 3)) {
90 die "ldaps://$HOST:$SSL_PORT/ $@" if ++$count > 10;
109 until($ldap = Net::LDAP->new($HOST, %opt, port => $PORT, version => $LDAP_VERSION)) {
110 die "ldap://$HOST:$PORT/ $@" if ++$count > 10;
/openbsd-current/share/snmp/
H A DMakefile10 FILES+= BRIDGE-MIB.txt HOST-RESOURCES-MIB.txt IANA-RTPROTO-MIB.txt
/openbsd-current/libexec/snmpd/snmpd_metrics/
H A Dmib.h21 /* HOST-RESOURCES-MIB */
22 #define HOST AGENTX_MIB2, 25 macro
23 #define HRSYSTEM HOST, 1
24 #define HRSTORAGE HOST, 2
25 #define HRDEVICE HOST, 3
26 #define HRSWRUN HOST, 4
27 #define HRSWRUNPERF HOST, 5
28 #define HRSWINSTALLED HOST, 6
29 #define HRMIBADMININFO HOST, 7
117 /* HOST
[all...]
/openbsd-current/sbin/dhcpleased/
H A Dparse.y111 %token DHCP_IFACE ERROR SEND VENDOR CLASS ID CLIENT IGNORE DNS ROUTES HOST NAME
278 | SEND HOST NAME STRING {
291 | SEND NO HOST NAME {
368 {"host", HOST},
/openbsd-current/lib/libpcap/
H A Dgrammar.y101 %token DST SRC HOST GATEWAY
241 aqual: HOST { $$ = Q_HOST; }
H A Dscanner.l197 host return HOST;
/openbsd-current/gnu/usr.bin/perl/t/run/
H A Dfresh_perl.t152 $Shells[$m2]{HOST} = $Host;
/openbsd-current/gnu/lib/libstdc++/
H A Dltconfig313 Usage: $progname [OPTION]... LTMAIN [HOST]
317 --build configure for building on BUILD [BUILD=HOST]
325 --no-verify do not verify that HOST is a valid host type
342 HOST is the canonical host system name [default=guessed].
/openbsd-current/gnu/usr.bin/binutils-2.17/
H A Dltconfig313 Usage: $progname [OPTION]... LTMAIN [HOST]
317 --build configure for building on BUILD [BUILD=HOST]
325 --no-verify do not verify that HOST is a valid host type
342 HOST is the canonical host system name [default=guessed].
/openbsd-current/gnu/usr.bin/binutils/
H A Dltconfig313 Usage: $progname [OPTION]... LTMAIN [HOST]
317 --build configure for building on BUILD [BUILD=HOST]
325 --no-verify do not verify that HOST is a valid host type
342 HOST is the canonical host system name [default=guessed].
/openbsd-current/gnu/share/
H A Dltconfig241 Usage: $progname [OPTION]... [HOST [LTMAIN]]
252 --no-verify do not verify that HOST is a valid host type
266 HOST is the canonical host system name [default=guessed].
H A Dconfigure412 # configure --host=HOST --target=TARGET UNDEFS
495 echo Usage: configure [OPTIONS] [HOST]
501 echo ' --build=BUILD configure for building on BUILD [BUILD=HOST]'
502 echo ' --host=HOST configure for HOST [determined via config.guess]'
509 echo ' --target=TARGET configure for TARGET [TARGET=HOST]'
517 echo 'Where HOST and TARGET are something like "sparc-sunos", "mips-sgi-irix5", etc.'
/openbsd-current/usr.sbin/smtpd/
H A Dparse.y174 %token HELO HELO_SRC HOST HOSTNAME HOSTNAMES
822 | HOST tables {
2681 { "host", HOST },
/openbsd-current/usr.sbin/relayd/
H A Dparse.y173 %token FILENAME FORWARD FROM HASH HEADER HEADERLEN HOST HTTP ICMP INCLUDE INET
256 | HOST STRING {
463 | HOST CHECKS { $$ = RELAYD_OPT_LOGHOSTCHECK; }
2433 { "host", HOST },
/openbsd-current/gnu/gcc/libssp/
H A Dconfigure829 --host=HOST cross-compile to build programs to run on HOST [BUILD]
830 --target=TARGET configure for building compilers for TARGET [HOST]
/openbsd-current/gnu/gcc/fixincludes/
H A Dconfigure836 --host=HOST cross-compile to build programs to run on HOST [BUILD]
837 --target=TARGET configure for building compilers for TARGET [HOST]
/openbsd-current/gnu/gcc/libmudflap/
H A Dconfigure829 --host=HOST cross-compile to build programs to run on HOST [BUILD]
830 --target=TARGET configure for building compilers for TARGET [HOST]
/openbsd-current/gnu/usr.bin/binutils-2.17/gprof/
H A Dconfigure841 --host=HOST cross-compile to build programs to run on HOST [BUILD]
842 --target=TARGET configure for building compilers for TARGET [HOST]
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Dconfigure841 --host=HOST cross-compile to build programs to run on HOST [BUILD]
842 --target=TARGET configure for building compilers for TARGET [HOST]
/openbsd-current/gnu/lib/libreadline/
H A Dconfigure662 --host=HOST build programs to run on HOST [BUILD]
/openbsd-current/gnu/lib/libiberty/src/
H A Dconfigure836 --host=HOST cross-compile to build programs to run on HOST [BUILD]
857 --with-cross-host=HOST Configuring with a cross compiler

Completed in 620 milliseconds

12