Searched refs:current_hostname (Results 1 – 9 of 9) sorted by relevance
16 current_hostname=`hostname`17 if [ x$current_hostname = x ] || \18 [ x$current_hostname = x$old_host_name ]; then19 if [ x$current_hostname = x ] || \
113 local current_hostname116 current_hostname=$(hostname)119 if [ -z "$current_hostname" ] ||120 [ "$current_hostname" = '(none)' ] ||121 [ "$current_hostname" = 'localhost' ] ||122 [ "$current_hostname" = "$old_host_name" ]; then
102 current_hostname=`hostname`103 if [ x$current_hostname = x ] || \104 [ x$current_hostname = x$old_host_name ]; then105 if [ x$current_hostname = x ] || \
110 current_hostname=`hostname`111 if [ x$current_hostname = x ] || \112 [ x$current_hostname = x$old_host_name ]; then113 if [ x$current_hostname = x ] || \
116 current_hostname=`hostname`117 if [ x$current_hostname = x ] || \118 [ x$current_hostname = x$old_host_name ]; then119 if [ x$current_hostname = x ] || \
157 current_hostname=`hostname`158 if [ x$current_hostname = x ] || \159 [ x$current_hostname = x$old_host_name ]; then160 if [ x$current_hostname = x ] || \
161 current_hostname=`hostname`162 if [ x$current_hostname = x ] || \163 [ x$current_hostname = x$old_host_name ]; then164 if [ x$current_hostname = x ] || \
205 current_hostname=`/bin/hostname`206 if [ x$current_hostname = x ] || \207 [ x$current_hostname = x$old_host_name ]; then208 if [ x$current_hostname = x ] || \
148 PRIVATE char *current_hostname; /* Name of the current entry. */ variable651 current_hostname = host->hostname->string; in process_entry()694 current_hostname, current_tagname, msg); in process_entry()