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

12345678910

/netbsd-current/external/bsd/flex/dist/examples/manual/
H A Dmyname.lex10 %HOST { printf("%s",getenv("HOST")); }
H A Dmyname2.lex17 %HOST { printf("%s",getenv("HOST")); }
/netbsd-current/external/bsd/ntp/dist/sntp/tests/
H A DkodDatabase.c32 const char HOST[] = "192.0.2.5"; local
35 add_entry(HOST, REASON);
39 TEST_ASSERT_EQUAL(1, search_entry(HOST, &result));
40 TEST_ASSERT_EQUAL_STRING(HOST, result->hostname);
95 const char HOST[] = "192.0.2.3"; local
99 add_entry(HOST, REASON1);
101 TEST_ASSERT_EQUAL(1, search_entry(HOST, &result1));
109 add_entry(HOST, REASON2);
111 TEST_ASSERT_EQUAL(1, search_entry(HOST, &result2));
/netbsd-current/external/bsd/ntp/dist/scripts/deprecated/
H A Dntp-status25 for HOST in $*
27 HOSTNAME=`$NSLOOKUP $HOST | $EGREP "Name:" | $AWK '{print $2}'`
30 $NTPDATE -d $HOST 2>/dev/null | $EGREP '^stratum|^delay|^offset|^originate' > $FILE
/netbsd-current/usr.bin/skey/
H A Dskeyaudit.sh17 HOST=`/bin/hostname`
52 $ECHO "on system $HOST."
/netbsd-current/external/ibm-public/postfix/dist/src/tls/
H A Dtls_dane.sh6 HOST=mail.${DOMAIN}
143 genss "$HOST" sskey sscert
166 genee "$HOST" eekey eecert cacert2 cakey2
172 checkpass "OOB root TA" 2 "$s" 0 rootcert "" chain1 "$HOST"
173 checkpass "OOB TA" 2 "$s" 0 cacert2 "" eecert "$HOST"
174 checkpass "in-chain root TA" 2 "$s" 1 rootcert "" chain "$HOST"
178 checkpass "valid TA" 2 "$s" "$m" rootcert "" chain "$HOST"
180 checkpass "valid TA" 2 "$s" "$m" "$ca" "" chain "$HOST"
181 checkpass "valid TA" 2 "$s" "$m" "$ca" "" chain1 "$HOST"
182 checkpass "valid TA+CA" 2 "$s" "$m" "$ca" rootcert chain1 "$HOST"
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddict_pgsql.c127 } HOST; typedef in typeref:struct:__anon7
131 HOST **db_hosts; /* hosts on which databases reside */
148 HOST *active_host;
160 static void plpgsql_close_host(HOST *);
161 static void plpgsql_down_host(HOST *);
162 static void plpgsql_connect_single(HOST *, char *, char *, char *, char *);
166 static HOST *host_init(const char *);
173 HOST *active_host = dict_pgsql->active_host;
367 static int dict_pgsql_check_stat(HOST *host, unsigned stat, unsigned type,
381 static HOST *dict_pgsql_find_hos
[all...]
H A Ddict_mysql.c132 } HOST; typedef in typeref:struct:__anon4
136 HOST **db_hosts; /* the hosts on which the databases
155 HOST *active_host;
183 static void plmysql_close_host(HOST *);
184 static void plmysql_down_host(HOST *);
185 static void plmysql_connect_single(DICT_MYSQL *, HOST *);
190 static HOST *host_init(const char *);
340 static int dict_mysql_check_stat(HOST *host, unsigned stat, unsigned type,
354 static HOST *dict_mysql_find_host(PLMYSQL *PLDB, unsigned stat, unsigned type)
382 static HOST *dict_mysql_get_activ
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/tsiggss/
H A Dsetup.sh20 key=$($KEYGEN -Cq -K ns1 -a $DEFAULT_ALGORITHM -b $DEFAULT_BITS -n HOST -T KEY key.example.nil.)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/host/
H A Dtests.sh25 $HOST -p ${PORT} a-only.example.net 10.53.0.1 2>host.err${n} >host.out${n} || ret=1
39 $HOST -p ${PORT} aaaa-only.example.net 10.53.0.1 2>host.err${n} >host.out${n} || ret=1
53 $HOST -p ${PORT} dual.example.net 10.53.0.1 2>host.err${n} >host.out${n} || ret=1
68 $HOST -p ${PORT} cname-a-only.example.net 10.53.0.1 2>host.err${n} >host.out${n} || ret=1
84 $HOST -p ${PORT} cname-aaaa-only.example.net 10.53.0.1 2>host.err${n} >host.out${n} || ret=1
100 $HOST -p ${PORT} cname-dual.example.net 10.53.0.1 2>host.err${n} >host.out${n} || ret=1
117 $HOST -p ${PORT} -t ANY example.net 10.53.0.1 2>host.err${n} >host.out${n} || ret=1
/netbsd-current/external/mpl/bind/dist/bin/tests/system/upforwd/
H A Dsetup.sh37 keyname=$($KEYGEN -q -n HOST -a ${DEFAULT_ALGORITHM} -b 1024 -T KEY sig0.example2 2>keyname.err)
/netbsd-current/usr.bin/tip/aculib/
H A Dbiz31.c65 logent(value(HOST), "", "biz", "out of sync");
/netbsd-current/usr.bin/tip/
H A Dacu.c129 if (strcmp(string, value(HOST)))
H A Dtip.h202 #define HOST 10 macro
/netbsd-current/external/mpl/dhcp/dist/keama/
H A Ddhctoken.h65 HOST = 256, enumerator in enum:dhcp_token
66 FIRST_TOKEN = HOST,
/netbsd-current/external/mpl/dhcp/dist/includes/
H A Ddhctoken.h61 HOST = 256, enumerator in enum:dhcp_token
62 FIRST_TOKEN = HOST,
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dconf.sh.in42 export HOST=$TOP_BUILDDIR/bin/dig/host
/netbsd-current/external/gpl3/gdb.old/dist/sim/
H A DMakefile.in248 host=$(HOST) ; \
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bfin/
H A Drun-tests.sh97 if [ "${name}" = "HOST" -a ! -f $x ] ; then
114 elif [ "${name}" = "HOST" ] ; then
217 ${run_host} && testit HOST ${s}.X dorsh
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bfin/
H A Drun-tests.sh97 if [ "${name}" = "HOST" -a ! -f $x ] ; then
114 elif [ "${name}" = "HOST" ] ; then
217 ${run_host} && testit HOST ${s}.X dorsh
/netbsd-current/external/mpl/bind/dist/bin/tests/system/rpz/
H A Dtests.sh261 HOST=$1
265 $RNDCCMD $HOST stats
279 HOST=$1
284 $RNDCCMD $HOST stats
/netbsd-current/tests/net/route/
H A Dt_route.sh237 flags: 0x40045<UP,HOST,DONE,LOCAL>
312 flags: 0x40045<UP,HOST,DONE,LOCAL>
/netbsd-current/external/bsd/libpcap/dist/
H A Dscanner.l316 host return HOST;
/netbsd-current/external/bsd/nvi/dist/dist/
H A Dltconfig239 Usage: $progname [OPTION]... [HOST [LTMAIN]]
250 --no-verify do not verify that HOST is a valid host type
264 HOST is the canonical host system name [default=guessed].
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/mips64el-elf/
H A Dconfigure1244 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1245 --target=TARGET configure for building compilers for TARGET [HOST]

Completed in 378 milliseconds

12345678910