Home
last modified time | relevance | path

Searched refs:hostsfile (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep.in46 my $hostsfile = shift;
56 @hosts = read_hosts($hostsfile) if $hostsfile;
83 my ($hostsfile) = @_;
86 open my $hosts, $hostsfile
87 or die "$program: FATAL: unable to read $hostsfile: $!\n";
/freebsd/contrib/unbound/contrib/
H A Dbuild-unbound-localzone-from-hosts.pl6 my $hostsfile = '/etc/hosts';
11 open( HOSTS,"<${hostsfile}" ) or die( "Could not open ${hostsfile}: $!" );
/freebsd/libexec/mknetid/
H A Dmknetid.c66 char *hostsfile = _PATH_HOSTS; variable
121 hostsfile = optarg; in main()
152 if ((hfp = fopen(hostsfile, "r")) == NULL) { in main()
153 err(1, "%s", hostsfile); in main()