Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dpmake.cc84 char local_host_mb[MAX_HOSTNAMELEN + 1] = ""; in read_make_machines() local
191 strcpy(local_host_mb, &uts_info.nodename[0]); in read_make_machines()
192 MBSTOWCS(local_host, local_host_mb); in read_make_machines()