Searched refs:current_hostname (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/mpl/dhcp/dist/client/scripts/
H A Dnextstep16 current_hostname=`hostname`
17 if [ x$current_hostname = x ] || \
18 [ x$current_hostname = x$old_host_name ]; then
19 if [ x$current_hostname = x ] || \
H A Dsolaris102 current_hostname=`hostname`
103 if [ x$current_hostname = x ] || \
104 [ x$current_hostname = x$old_host_name ]; then
105 if [ x$current_hostname = x ] || \
H A Dlinux113 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
H A Dbsdos116 current_hostname=`hostname`
117 if [ x$current_hostname = x ] || \
118 [ x$current_hostname = x$old_host_name ]; then
119 if [ x$current_hostname = x ] || \
H A Dopenwrt110 current_hostname=`hostname`
111 if [ x$current_hostname = x ] || \
112 [ x$current_hostname = x$old_host_name ]; then
113 if [ x$current_hostname = x ] || \
H A Dnetbsd161 current_hostname=`hostname`
162 if [ x$current_hostname = x ] || \
163 [ x$current_hostname = x$old_host_name ]; then
164 if [ x$current_hostname = x ] || \
H A Dopenbsd157 current_hostname=`hostname`
158 if [ x$current_hostname = x ] || \
159 [ x$current_hostname = x$old_host_name ]; then
160 if [ x$current_hostname = x ] || \
H A Dfreebsd205 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 ] || \
/netbsd-current/usr.sbin/bootp/common/
H A Dreadfile.c149 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 201 milliseconds