Searched defs:hn_len (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c149 static int hn_len; local
151 if (hn_len == 0) {
154 hn_len = strlen(host_name);
175 if (strncmp(source, host_name, hn_len) == 0 &&
176 *(source+hn_len) == ':' || is_local_host(source_host))

Completed in 46 milliseconds