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

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dfixpath.c180 register char *npath_ptr, *ir_ptr; local
193 ir_ptr = get_inst_root();
195 while (*ir_ptr) /* for every char in install_root */
196 *npath_ptr++ = *ir_ptr++; /* copy it */
237 register char *npath_ptr, *ir_ptr; local
245 ir_ptr = get_inst_root();
247 while (*ir_ptr) /* for every char in install_root */
248 *npath_ptr++ = *ir_ptr++; /* copy it */

Completed in 78 milliseconds