Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c245 path_part(char *hostpath) in path_part() argument
249 if ((host_end = strchr(hostpath, ':')) == NULL && hostpath[0] == '/') in path_part()
250 return (hostpath); /* It's already legit. */ in path_part()