HomeSort by: relevance | last modified time | path
    Searched refs:current_hostname (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mpl/dhcp/dist/client/scripts/
nextstep 16 current_hostname=`hostname`
17 if [ x$current_hostname = x ] || \
18 [ x$current_hostname = x$old_host_name ]; then
19 if [ x$current_hostname = x ] || \
solaris 102 current_hostname=`hostname`
103 if [ x$current_hostname = x ] || \
104 [ x$current_hostname = x$old_host_name ]; then
105 if [ x$current_hostname = x ] || \
linux 113 local current_hostname
116 current_hostname=$(hostname)
119 if [ -z "$current_hostname" ] ||
120 [ "$current_hostname" = '(none)' ] ||
121 [ "$current_hostname" = 'localhost' ] ||
122 [ "$current_hostname" = "$old_host_name" ]; then
bsdos 116 current_hostname=`hostname`
117 if [ x$current_hostname = x ] || \
118 [ x$current_hostname = x$old_host_name ]; then
119 if [ x$current_hostname = x ] || \
openwrt 110 current_hostname=`hostname`
111 if [ x$current_hostname = x ] || \
112 [ x$current_hostname = x$old_host_name ]; then
113 if [ x$current_hostname = x ] || \
netbsd 161 current_hostname=`hostname`
162 if [ x$current_hostname = x ] || \
163 [ x$current_hostname = x$old_host_name ]; then
164 if [ x$current_hostname = x ] || \
openbsd 157 current_hostname=`hostname`
158 if [ x$current_hostname = x ] || \
159 [ x$current_hostname = x$old_host_name ]; then
160 if [ x$current_hostname = x ] || \
freebsd 205 current_hostname=`/bin/hostname`
206 if [ x$current_hostname = x ] || \
207 [ x$current_hostname = x$old_host_name ]; then
208 if [ x$current_hostname = x ] || \
  /src/usr.sbin/bootp/common/
readfile.c 149 PRIVATE char *current_hostname; /* Name of the current entry. */
656 current_hostname = host->hostname->string;
699 current_hostname, current_tagname, msg);
148 PRIVATE char *current_hostname; \/* Name of the current entry. *\/ variable

Completed in 17 milliseconds