Home
last modified time | relevance | path

Searched refs: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; in is_remote_src() local
151 if (hn_len == 0) { in is_remote_src()
154 hn_len = strlen(host_name); in is_remote_src()
175 if (strncmp(source, host_name, hn_len) == 0 && in is_remote_src()
176 *(source+hn_len) == ':' || is_local_host(source_host)) in is_remote_src()