Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dpmake.cc86 wchar_t full_host[MAXNETNAMELEN + 1]; in read_make_machines() local
200 MBSTOWCS(full_host, mbs_buffer2); in read_make_machines()
201 full_host_wslen = wcslen(full_host); in read_make_machines()
260 IS_WEQUALN(mp, full_host, full_host_wslen)) { in read_make_machines()