Lines Matching refs:npath
181 char *npath = NULL; in fixpath() local
185 if ((npath = in fixpath()
192 npath_ptr = npath; in fixpath()
214 npath = strdup(path); in fixpath()
222 npath = strdup(get_inst_root()); in fixpath()
224 return (npath); in fixpath()
238 char *npath = NULL; in fixpath_dup() local
242 npath = pathalloc(strlen(path) + install_root_len + 1); in fixpath_dup()
244 npath_ptr = npath; in fixpath_dup()
266 npath = pathdup(path); in fixpath_dup()
274 npath = pathdup(get_inst_root()); in fixpath_dup()
276 return (npath); in fixpath_dup()