Home
last modified time | relevance | path

Searched refs:get_system_hostname (Results 1 – 25 of 115) sorted by relevance

12345

/dports/sysutils/webmin/webmin-1.981/bind8/
H A Dmaster_form.cgi56 &get_system_hostname(), 30)."\n".
67 &to_ipaddress(&get_system_hostname()), 30), 3);
H A Dmass_create.cgi155 &get_system_hostname();
294 $config{'this_ip'} || &to_ipaddress(&get_system_hostname()),
H A Dmass_form.cgi35 &to_ipaddress(&get_system_hostname()), 30));
/dports/sysutils/webmin/webmin-1.981/cluster-useradmin/
H A Dedit_group.cgi132 &ui_link("edit_host.cgi?id=$h->{'id'}",($s->{'host'} || &get_system_hostname())) :
133 ($s->{'host'} || &get_system_hostname());
H A Dindex.cgi50 ($s->{'host'} || &get_system_hostname())) :
51 ($s->{'host'} || &get_system_hostname());
/dports/sysutils/webmin/webmin-1.981/net/
H A Dsave_dns.cgi9 $old_fqdn = &get_system_hostname(); # Fully-Qualified Domain Name
10 $old_pqdn = &get_system_hostname(1); # Partially Qualified Domain Name (short name)
H A Dslackware-linux-lib.pl229 return &get_system_hostname();
239 undef(@main::get_system_hostname); # clear cache
H A Dslackware-linux-9.1-ALL-lib.pl267 return &get_system_hostname();
277 undef(@main::get_system_hostname); # clear cache
H A Dopen-linux-lib.pl118 return &get_system_hostname();
134 undef(@main::get_system_hostname); # clear cache
H A Dsuse-linux-8.0-lib.pl123 return &get_system_hostname();
139 undef(@main::get_system_hostname); # clear cache
H A Dcygwin-lib.pl367 return &get_system_hostname();
374 undef(@main::get_system_hostname); # clear cache
H A Dsuse-linux-8.2-lib.pl123 return &get_system_hostname();
139 undef(@main::get_system_hostname); # clear cache
H A Dunited-linux-lib.pl123 return &get_system_hostname();
139 undef(@main::get_system_hostname); # clear cache
H A Dwindows-lib.pl367 return &get_system_hostname();
374 undef(@main::get_system_hostname); # clear cache
/dports/sysutils/webmin/webmin-1.981/pptp-client/
H A Dsave.cgi14 $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 Dindex.cgi9 $host = &get_system_hostname();
/dports/sysutils/usermin/usermin-1.830/
H A Dfeedback.cgi28 $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 Dfeedback.cgi28 $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 Dlist_cws.cgi13 print &text('cws_desc1', "<tt>".&get_system_hostname()."</tt>"),"<p>\n";
/dports/sysutils/webmin/webmin-1.981/bacula-backup/
H A Dfixaddr.cgi9 $addr = &get_system_hostname();
/dports/sysutils/webmin/webmin-1.981/vgetty/
H A Demail.pl17 $host = &get_system_hostname();
/dports/sysutils/webmin/webmin-1.981/status/
H A Dmonitor.pl48 $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 Dedit_create.cgi14 $dom = &get_system_hostname();
/dports/sysutils/webmin/webmin-1.981/cluster-cron/
H A Dexec.cgi29 local $d = ($_[1]->{'host'} || &get_system_hostname()).
/dports/sysutils/webmin/webmin-1.981/system-status/
H A Dsystem_info.pl37 : &to_ipaddress(get_system_hostname());
40 'value' => &get_system_hostname().$ip });

12345