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

1234

/freebsd-10-stable/crypto/openssh/regress/
H A Dssh2putty.sh9 HOST=$1
33 echo "rsa2@$PORT:$HOST $public_exponent,$modulus"
/freebsd-10-stable/usr.bin/tip/tip/
H A Dacu.c77 logent(value(HOST), "", DV, "call completed");
90 logent(value(HOST), "", "", "call aborted");
116 logent(value(HOST), phnum, acu->acu_name, "call failed");
129 if (strcmp(string, value(HOST)) != 0)
143 logent(value(HOST), phnum, acu->acu_name, "call failed");
151 logent(value(HOST), phnum, acu->acu_name, "call completed");
154 logent(value(HOST), "", acu->acu_name, "missing phone number");
166 logent(value(HOST), "", DV, "call terminated");
170 logent(value(HOST), "", acu->acu_name, "call terminated");
174 logent(value(HOST), "", ac
[all...]
/freebsd-10-stable/contrib/ntp/sntp/tests/
H A DkodDatabase.c30 const char HOST[] = "192.0.2.5"; local
33 add_entry(HOST, REASON);
37 TEST_ASSERT_EQUAL(1, search_entry(HOST, &result));
38 TEST_ASSERT_EQUAL_STRING(HOST, result->hostname);
93 const char HOST[] = "192.0.2.3"; local
97 add_entry(HOST, REASON1);
99 TEST_ASSERT_EQUAL(1, search_entry(HOST, &result1));
107 add_entry(HOST, REASON2);
109 TEST_ASSERT_EQUAL(1, search_entry(HOST, &result2));
/freebsd-10-stable/contrib/ntp/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
/freebsd-10-stable/usr.sbin/ypserv/
H A Dypinit.sh107 HOST=`${HOSTNAME}`
108 if [ -z "${HOST}" ]; then
250 echo "${HOST} has been setup as an YP slave server with errors. " 1>&2
253 echo "${HOST} has been setup as an YP slave server without any errors. "
266 HOST_LIST="${HOST}"
269 echo "${HOST} is already known as master server."
272 echo " master server : ${HOST}"
277 HOST_LIST="${HOST}"
280 SHORT_HOST=`echo ${HOST} | cut -d. -f1`
305 echo " master server : ${HOST}"
[all...]
/freebsd-10-stable/gnu/usr.bin/binutils/ld/
H A DMakefile.amd6411 ${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
28 ${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
H A DMakefile.powerpc6411 ${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
28 ${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
H A DMakefile.sparc6411 ${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
29 ${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
H A DMakefile.mips34 ${HOST} ${TARGET_TUPLE} ${TARGET_TUPLE} \
/freebsd-10-stable/usr.bin/tip/libacu/
H A Dv3451.c75 logent(value(HOST), num, "vadic", "can't synch up");
87 logent(value(HOST), num, "vadic", "will not accept dial");
96 logent(value(HOST), num, "vadic", "will not accept number");
111 logent(value(HOST), num, "vadic", "failed to dial");
122 logent(value(HOST), num, "vadic", "call failed");
H A Dbiz31.c70 logent(value(HOST), "", "biz", "out of sync");
101 logent(value(HOST), num, "biz", line);
H A Dventel.c85 logent(value(HOST), num, "ventel", "can't synch up");
110 logent(value(HOST), num, "ventel", line);
H A Dbiz22.c102 logent(value(HOST), num, "biz1022", line);
H A Dcourier.c89 logent(value(HOST), num, "courier", "can't synch up");
115 logent(value(HOST), num, "cour", line);
H A Dt3000.c90 logent(value(HOST), num, "t3000", "can't synch up");
116 logent(value(HOST), num, "t3000", line);
/freebsd-10-stable/contrib/openresolv/
H A Dconfigure7 HOST=
32 --host) HOST=$var;;
86 : ${HOST:=$BUILD}
89 echo "Deriving operating system from ... $HOST"
91 CPU=${HOST%%-*}
92 REST=${HOST#*-}
/freebsd-10-stable/sbin/dhclient/
H A Ddhctoken.h51 #define FIRST_TOKEN HOST
52 #define HOST 256 macro
/freebsd-10-stable/contrib/openbsm/bin/auditdistd/
H A Dtoken.l64 host { DP; return HOST; }
/freebsd-10-stable/contrib/apr-util/test/
H A Dtestmemcache.c30 #define HOST "localhost" macro
148 apr_memcache_server_create(pool, HOST, PORT + i, 0, 1, 1, 60, &server);
154 s = apr_memcache_find_server(memcache, HOST, port);
170 rv = apr_memcache_server_create(pool, HOST, PORT, 0, 1, 1, 60, &server);
224 rv = apr_memcache_server_create(pool, HOST, i, 0, 1, 1, 60, &ms);
255 rv = apr_memcache_server_create(pool, HOST, PORT, 0, 1, 1, 60, &server);
319 rv = apr_memcache_server_create(pool, HOST, PORT, 0, 1, 1, 60, &server);
378 rv = apr_memcache_server_create(pool, HOST, PORT, 0, 1, 1, 60, &server);
430 rv = apr_memcache_server_create(pool, HOST, PORT, 0, 1, 1, 60, &server);
498 rv = apr_memcache_server_create(pool, HOST, POR
[all...]
/freebsd-10-stable/contrib/serf/auth/
H A Dauth_spnego.c262 if (peer == HOST) {
331 if (peer == HOST) {
353 gss_info->header = (peer == HOST) ?
428 return do_auth(code == 401 ? HOST : PROXY,
448 gss_authn_info_t *gss_info = (peer == HOST) ? conn->authn_info.baton :
601 if (peer == HOST) {
H A Dauth_basic.c85 realm = serf__construct_realm(code == 401 ? HOST : PROXY,
163 if (peer == HOST) {
H A Dauth_digest.c315 realm = serf__construct_realm(code == 401 ? HOST : PROXY,
409 if (peer == HOST) {
439 digest_info->header = (peer == HOST) ? "Authorization" :
481 if (peer == HOST)
533 if (peer == HOST) {
/freebsd-10-stable/contrib/bmake/
H A Dos.sh203 *.*) HOST=`IFS=.; set -- $HOSTNAME; echo $1`;;
204 *) HOST=$HOSTNAME;;
237 export HOSTNAME HOST
/freebsd-10-stable/contrib/bmake/mk/
H A Dwhats.mk51 SB_LOCATION?= ${HOST}:${SB}
/freebsd-10-stable/contrib/amd/scripts/
H A Dexpn.1155 HOST:
169 next HOST if &mxredirect($server,*users);
178 next HOST;
197 next HOST;
217 next HOST;
229 next HOST;
1200 # the "next HOST" unwinds the stack!
1204 next HOST;

Completed in 120 milliseconds

1234