Home
last modified time | relevance | path

Searched refs:hostfile (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/ypcmd/mknetid/
H A Dmknetid.c100 static char *hostfile = HOSTS; /* hosts file */ variable
142 hf = openfile(hostfile);
151 dohostfile(hostfile, hf);
280 dohostfile(hostfile, hf) in dohostfile() argument
281 char *hostfile; in dohostfile()
289 curfile = hostfile;
511 { 'h', HOSTS, &hostfile }
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.c788 char hostfile[PATH_MAX + 1]; in dhcp_add_hostname_opt() local
790 (void) snprintf(hostfile, sizeof (hostfile), in dhcp_add_hostname_opt()
792 reqhost = iffile_to_hostname(hostfile); in dhcp_add_hostname_opt()