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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c240 * This pulls the path out of a hostpath which may be of the form host:path
245 path_part(char *hostpath) argument
249 if ((host_end = strchr(hostpath, ':')) == NULL && hostpath[0] == '/')
250 return (hostpath); /* It's already legit. */

Completed in 74 milliseconds