/freebsd/contrib/bmake/ |
H A D | os.sh | 218 HOSTNAME=${HOSTNAME:-`( hostname ) 2>/dev/null`} 219 HOSTNAME=${HOSTNAME:-`( uname -n ) 2>/dev/null`} 220 case "$HOSTNAME" in 221 *.*) HOST=`IFS=.; set -- $HOSTNAME; echo $1`;; 222 *) HOST=$HOSTNAME;; 263 export HOSTNAME HOST
|
/freebsd/contrib/ntp/scripts/deprecated/ |
H A D | ntp-status | 27 HOSTNAME=`$NSLOOKUP $HOST | $EGREP "Name:" | $AWK '{print $2}'` 28 if [ -n "$HOSTNAME" ] 37 echo "$HOSTNAME: stratum:$STRATUM delay:$DELAY offset:$OFFSET $TIMESTAMP" 39 echo $HOSTNAME: Not running NTP
|
/freebsd/usr.sbin/bsdinstall/scripts/ |
H A D | hostname | 41 : ${HOSTNAME=$( hostname )} 102 HOSTNAME=$( dialog_hostname "$HOSTNAME" ) 116 f_eval_catch "$pgm" hostname "$SET_HOSTNAME" "$HOSTNAME"
|
/freebsd/crypto/openssh/regress/ |
H A D | percent.sh | 9 HOSTNAME=`hostname` 80 HASH=`printf "${HOSTNAME}127.0.0.1${PORT}$REMUSER" | 88 trial $i '%l' $HOSTNAME 99 out="%/$USERID/127.0.0.1/$HOME/$HOST/$HOSTNAME/somehost/$PORT/$REMUSER/$USER"
|
/freebsd/sbin/dhclient/ |
H A D | dhclient-script | 22 HOSTNAME=/bin/hostname 38 current_hostname=`$HOSTNAME` 41 $HOSTNAME $new_host_name 45 $HOSTNAME $new_host_name
|
H A D | dhctoken.h | 126 #define HOSTNAME 328 macro
|
H A D | conflex.c | 411 return (HOSTNAME); in intern()
|
/freebsd/usr.sbin/crashinfo/ |
H A D | crashinfo.sh | 152 HOSTNAME=`hostname` 209 echo "$HOSTNAME dumped core - see $VMCORE" 213 echo "$ostype $HOSTNAME $osrelease $version $machine"
|
/freebsd/contrib/ntp/sntp/tests/ |
H A D | packetHandling.c | 272 static const char * HOSTNAME = "192.0.2.1"; in test_HandleKodDemobilize() 284 host.sa4.sin_addr.s_addr = inet_addr(HOSTNAME); in test_HandleKodRate() 289 TEST_ASSERT_EQUAL(1, handle_pkt(rpktl, &rpkt, &host, HOSTNAME)); 291 TEST_ASSERT_EQUAL(1, search_entry(HOSTNAME, &entry)); in test_HandleCorrectPacket() 252 static const char * HOSTNAME = "192.0.2.1"; test_HandleKodDemobilize() local
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.awk | 636 "hostname" | getline HOSTNAME 646 print "<!-- for " PERSONAL_NAME " (" USER "@" HOSTNAME ") -->" 656 print prefix(2) "<LINK REV=\"made\" HREF=\"mailto:" USER "@" HOSTNAME "\">"
|
/freebsd/usr.sbin/ypserv/ |
H A D | ypinit.sh | 7 HOSTNAME=/bin/hostname 106 HOST=`${HOSTNAME}`
|
/freebsd/stand/common/ |
H A D | newvers.sh | 46 u=${USER-root} h=${HOSTNAME-`hostname`}
|
/freebsd/usr.sbin/syslogd/tests/ |
H A D | syslogd_format_test_common.sh | 15 readonly HOSTNAME="example.test"
|
H A D | syslogd_basic_format_test.sh | 25 -H "${HOSTNAME}" "${MSG}"
|
H A D | syslogd_relayed_format_test.sh | 45 -P "${SERVER_3_PORT}" -H "${HOSTNAME}" "${MSG}"
|
H A D | syslogd_forwarded_format_test.sh | 38 -P "${SERVER_2_PORT}" -H "${HOSTNAME}" "${MSG}"
|
/freebsd/usr.sbin/bsdconfig/share/ |
H A D | mustberoot.subr | 241 local HOSTNAME displaynum 242 HOSTNAME=$(hostname) 244 xauth -f ~/.Xauthority extract - $HOSTNAME/unix:$displaynum \ 245 $HOSTNAME:$displaynum | sudo sh -c 'xauth -ivf \
|
H A D | dialog.subr | 2276 HOSTNAME=$( hostname ) 2279 \"\$HOSTNAME/unix:\$displaynum\" \ 2280 \"\$HOSTNAME:\$displaynum\" | sudo sh -c 'xauth -ivf \
|
/freebsd/tests/sys/cddl/zfs/tests/history/ |
H A D | history_common.kshlib | 76 hn=$($HOSTNAME)
|
/freebsd/usr.sbin/rrenumd/ |
H A D | parser.y | 101 %token <cs> NAME HOSTNAME QSTRING DECSTRING 183 | HOSTNAME
|
/freebsd/contrib/netbsd-tests/ipf/input/ |
H A D | ni13 | 11 …RQ PROTO_VER(1.0) FRAME_CAP(A) BEARER_CAP(A) MAX_CHAN(0) FIRM_REV(2600) HOSTNAME() VENDOR(Microsof… 27 …LT_CODE(1) ERR_CODE(0) FRAME_CAP() BEARER_CAP() MAX_CHAN(1) FIRM_REV(1) HOSTNAME(local) VENDOR(lin…
|
H A D | ni14 | 13 …RQ PROTO_VER(1.0) FRAME_CAP(A) BEARER_CAP(A) MAX_CHAN(0) FIRM_REV(2600) HOSTNAME() VENDOR(Microsof… 29 …LT_CODE(1) ERR_CODE(0) FRAME_CAP() BEARER_CAP() MAX_CHAN(1) FIRM_REV(1) HOSTNAME(local) VENDOR(lin…
|
H A D | ni15 | 13 …RQ PROTO_VER(1.0) FRAME_CAP(A) BEARER_CAP(A) MAX_CHAN(0) FIRM_REV(2600) HOSTNAME() VENDOR(Microsof… 29 …LT_CODE(1) ERR_CODE(0) FRAME_CAP() BEARER_CAP() MAX_CHAN(1) FIRM_REV(1) HOSTNAME(local) VENDOR(lin…
|
H A D | ni16 | 13 …RQ PROTO_VER(1.0) FRAME_CAP(A) BEARER_CAP(A) MAX_CHAN(0) FIRM_REV(2600) HOSTNAME() VENDOR(Microsof… 29 …LT_CODE(1) ERR_CODE(0) FRAME_CAP() BEARER_CAP() MAX_CHAN(1) FIRM_REV(1) HOSTNAME(local) VENDOR(lin…
|
/freebsd/libexec/bootpd/ |
H A D | Problems | 9 Bootpd complains that it "can not get IP addr for HOSTNAME"
|