Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dpmake.cc87 int full_host_wslen = 0; in read_make_machines() local
201 full_host_wslen = wcslen(full_host); in read_make_machines()
259 } else if (wcslen(mp) == full_host_wslen && in read_make_machines()
260 IS_WEQUALN(mp, full_host, full_host_wslen)) { in read_make_machines()