/freebsd/usr.bin/tip/tip/ |
H A D | acu.c | 69 logent(value(HOST), "", DV, "call completed"); in con() 82 logent(value(HOST), "", "", "call aborted"); in con() 108 logent(value(HOST), phnum, acu->acu_name, "call failed"); in con() 121 if (strcmp(string, value(HOST)) != 0) in con() 135 logent(value(HOST), phnum, acu->acu_name, "call failed"); in con() 143 logent(value(HOST), phnum, acu->acu_name, "call completed"); in con() 146 logent(value(HOST), "", acu->acu_name, "missing phone number"); in con() 158 logent(value(HOST), "", DV, "call terminated"); in disconnect() 162 logent(value(HOST), "", acu->acu_name, "call terminated"); in disconnect() 166 logent(value(HOST), "", acu->acu_name, reason); in disconnect()
|
/freebsd/contrib/ntp/sntp/tests/ |
H A D | kodDatabase.c | 30 const char HOST[] = "192.0.2.5"; in test_SingleEntryHandling() local 33 add_entry(HOST, REASON); in test_SingleEntryHandling() 37 TEST_ASSERT_EQUAL(1, search_entry(HOST, &result)); in test_SingleEntryHandling() 38 TEST_ASSERT_EQUAL_STRING(HOST, result->hostname); in test_SingleEntryHandling() 93 const char HOST[] = "192.0.2.3"; in test_AddDuplicate() local 97 add_entry(HOST, REASON1); in test_AddDuplicate() 99 TEST_ASSERT_EQUAL(1, search_entry(HOST, &result1)); in test_AddDuplicate() 107 add_entry(HOST, REASON2); in test_AddDuplicate() 109 TEST_ASSERT_EQUAL(1, search_entry(HOST, &result2)); in test_AddDuplicate()
|
/freebsd/usr.sbin/ypserv/ |
H A D | ypinit.sh | 106 HOST=`${HOSTNAME}` 107 if [ -z "${HOST}" ]; then 249 echo "${HOST} has been setup as an YP slave server with errors. " 1>&2 252 echo "${HOST} has been setup as an YP slave server without any errors. " 265 HOST_LIST="${HOST}" 268 echo "${HOST} is already known as master server." 271 echo " master server : ${HOST}" 276 HOST_LIST="${HOST}" 279 SHORT_HOST=`echo ${HOST} | cut -d. -f1` 304 echo " master server : ${HOST}" [all …]
|
/freebsd/contrib/openresolv/ |
H A D | configure | 7 HOST= 33 --host) HOST=$var;; 55 : ${HOST:=$BUILD} 58 echo "Deriving operating system from ... $HOST" 60 CPU=${HOST%%-*} 61 REST=${HOST#*-}
|
/freebsd/usr.bin/tip/libacu/ |
H A D | v3451.c | 67 logent(value(HOST), num, "vadic", "can't synch up"); in v3451_dialer() 79 logent(value(HOST), num, "vadic", "will not accept dial"); in v3451_dialer() 88 logent(value(HOST), num, "vadic", "will not accept number"); in v3451_dialer() 103 logent(value(HOST), num, "vadic", "failed to dial"); in v3451_dialer() 114 logent(value(HOST), num, "vadic", "call failed"); in v3451_dialer()
|
H A D | biz31.c | 62 logent(value(HOST), "", "biz", "out of sync"); in biz_dialer() 93 logent(value(HOST), num, "biz", line); in biz_dialer()
|
H A D | ventel.c | 77 logent(value(HOST), num, "ventel", "can't synch up"); in ven_dialer() 102 logent(value(HOST), num, "ventel", line); in ven_dialer()
|
H A D | courier.c | 81 logent(value(HOST), num, "courier", "can't synch up"); in cour_dialer() 107 logent(value(HOST), num, "cour", line); in cour_dialer()
|
H A D | t3000.c | 82 logent(value(HOST), num, "t3000", "can't synch up"); in t3000_dialer() 108 logent(value(HOST), num, "t3000", line); in t3000_dialer()
|
/freebsd/contrib/ntp/scripts/deprecated/ |
H A D | ntp-status | 25 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/crypto/openssh/regress/ |
H A D | ssh2putty.sh | 9 HOST=$1 35 echo "rsa2@$PORT:$HOST $public_exponent,$modulus"
|
H A D | percent.sh | 8 HOST=`hostname | cut -f1 -d.` 87 trial $i '%L' $HOST 99 out="%/$USERID/127.0.0.1/$HOME/$HOST/$HOSTNAME/somehost/$PORT/$REMUSER/$USER"
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | cdns-usb3.txt | 6 - HOST registers area 10 "xhci" - for HOST registers space 39 reg = <0xf3000000 0x10000>, /* memory area for HOST registers */
|
/freebsd/sbin/dhclient/ |
H A D | dhctoken.h | 53 #define FIRST_TOKEN HOST 54 #define HOST 256 macro
|
/freebsd/contrib/bmake/ |
H A D | os.sh | 221 *.*) HOST=`IFS=.; set -- $HOSTNAME; echo $1`;; 222 *) HOST=$HOSTNAME;; 263 export HOSTNAME HOST
|
/freebsd/contrib/sendmail/contrib/ |
H A D | expn.pl | 147 HOST: label 161 next HOST if &mxredirect($server,*users); 170 next HOST; 187 next HOST; 207 next HOST; 219 next HOST; 1194 next HOST;
|
/freebsd/sys/dev/isp/ |
H A D | Hardware.txt | 214 HOST 223 HOST 239 HOST 253 HOST 262 HOST | | 281 HOST 290 HOST | |
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | phy-stm32-usbphyc.txt | 5 selects either OTG or HOST controller for the second PHY port. It also sets 11 |_ PHY port#1 _________________ HOST controller
|
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/ |
H A D | BEGEMOT-HOSTRES-MIB.txt | 29 -- Additional stuff for the HOST-RESOURCES MIB. 54 "The MIB for additional HOST-RESOURCES data."
|
H A D | hostres_tree.def | 29 # This is the .def file for both HOST-RESOURCES-MIB and HOST-RESOURCES-TYPES
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | token.l | 64 host { DP; return HOST; }
|
H A D | parse.y | 82 %token HOST 577 sender_host_statement: HOST host_start OB sender_host_entries CB 585 receiver_host_statement: HOST host_start OB receiver_host_entries CB
|
/freebsd/contrib/bmake/mk/ |
H A D | whats.mk | 43 SB_LOCATION ?= ${HOST}:${SB}
|
H A D | sys.clean-env.mk | 43 HOST \
|
/freebsd/sys/contrib/device-tree/src/arm64/amlogic/ |
H A D | meson-gxl-s905x-khadas-vim.dts | 199 "WIFI Power Enable", "WIFI WAKE HOST", 205 "Bluetooth WAKE HOST",
|