Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/svr4pkg/libinst/
H A Dmntinfo.c249 path_part(char *hostpath) in path_part() argument
253 if ((host_end = strchr(hostpath, ':')) == NULL && hostpath[0] == '/') in path_part()
254 return (hostpath); /* It's already legit. */ in path_part()