Searched refs:get_system_hostname (Results 1 – 25 of 115) sorted by relevance
12345
/dports/sysutils/webmin/webmin-1.981/bind8/ |
H A D | master_form.cgi | 56 &get_system_hostname(), 30)."\n". 67 &to_ipaddress(&get_system_hostname()), 30), 3);
|
H A D | mass_create.cgi | 155 &get_system_hostname(); 294 $config{'this_ip'} || &to_ipaddress(&get_system_hostname()),
|
H A D | mass_form.cgi | 35 &to_ipaddress(&get_system_hostname()), 30));
|
/dports/sysutils/webmin/webmin-1.981/cluster-useradmin/ |
H A D | edit_group.cgi | 132 &ui_link("edit_host.cgi?id=$h->{'id'}",($s->{'host'} || &get_system_hostname())) : 133 ($s->{'host'} || &get_system_hostname());
|
H A D | index.cgi | 50 ($s->{'host'} || &get_system_hostname())) : 51 ($s->{'host'} || &get_system_hostname());
|
/dports/sysutils/webmin/webmin-1.981/net/ |
H A D | save_dns.cgi | 9 $old_fqdn = &get_system_hostname(); # Fully-Qualified Domain Name 10 $old_pqdn = &get_system_hostname(1); # Partially Qualified Domain Name (short name)
|
H A D | slackware-linux-lib.pl | 229 return &get_system_hostname(); 239 undef(@main::get_system_hostname); # clear cache
|
H A D | slackware-linux-9.1-ALL-lib.pl | 267 return &get_system_hostname(); 277 undef(@main::get_system_hostname); # clear cache
|
H A D | open-linux-lib.pl | 118 return &get_system_hostname(); 134 undef(@main::get_system_hostname); # clear cache
|
H A D | suse-linux-8.0-lib.pl | 123 return &get_system_hostname(); 139 undef(@main::get_system_hostname); # clear cache
|
H A D | cygwin-lib.pl | 367 return &get_system_hostname(); 374 undef(@main::get_system_hostname); # clear cache
|
H A D | suse-linux-8.2-lib.pl | 123 return &get_system_hostname(); 139 undef(@main::get_system_hostname); # clear cache
|
H A D | united-linux-lib.pl | 123 return &get_system_hostname(); 139 undef(@main::get_system_hostname); # clear cache
|
H A D | windows-lib.pl | 367 return &get_system_hostname(); 374 undef(@main::get_system_hostname); # clear cache
|
/dports/sysutils/webmin/webmin-1.981/pptp-client/ |
H A D | save.cgi | 14 $sec = &find_secret($name ? $name->{'value'} : &get_system_hostname(1), 151 $newname = $in{'login_def'} ? &get_system_hostname(1) : $in{'login'};
|
/dports/sysutils/usermin/usermin-1.830/plan/ |
H A D | index.cgi | 9 $host = &get_system_hostname();
|
/dports/sysutils/usermin/usermin-1.830/ |
H A D | feedback.cgi | 28 $email = $from = "feedback\@".&get_system_hostname(); 233 &smtp_command(MAIL, "helo ".&get_system_hostname()."\r\n") || return 0;
|
/dports/sysutils/webmin/webmin-1.981/ |
H A D | feedback.cgi | 28 $email = $from = "feedback\@".&get_system_hostname(); 233 &smtp_command(MAIL, "helo ".&get_system_hostname()."\r\n") || return 0;
|
/dports/sysutils/webmin/webmin-1.981/sendmail/ |
H A D | list_cws.cgi | 13 print &text('cws_desc1', "<tt>".&get_system_hostname()."</tt>"),"<p>\n";
|
/dports/sysutils/webmin/webmin-1.981/bacula-backup/ |
H A D | fixaddr.cgi | 9 $addr = &get_system_hostname();
|
/dports/sysutils/webmin/webmin-1.981/vgetty/ |
H A D | email.pl | 17 $host = &get_system_hostname();
|
/dports/sysutils/webmin/webmin-1.981/status/ |
H A D | monitor.pl | 48 $thishost = &get_system_hostname(); 404 encode_ip_address(&to_ipaddress(&get_system_hostname())), 516 'HOST' => $host || &get_system_hostname(),
|
/dports/sysutils/webmin/webmin-1.981/ldap-server/ |
H A D | edit_create.cgi | 14 $dom = &get_system_hostname();
|
/dports/sysutils/webmin/webmin-1.981/cluster-cron/ |
H A D | exec.cgi | 29 local $d = ($_[1]->{'host'} || &get_system_hostname()).
|
/dports/sysutils/webmin/webmin-1.981/system-status/ |
H A D | system_info.pl | 37 : &to_ipaddress(get_system_hostname()); 40 'value' => &get_system_hostname().$ip });
|
12345