Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dpmake.cc85 int local_host_wslen; in read_make_machines() local
193 local_host_wslen = wcslen(local_host); in read_make_machines()
251 if (wcslen(mp) == local_host_wslen && in read_make_machines()
252 IS_WEQUALN(mp, local_host, local_host_wslen)) { in read_make_machines()