Searched refs:npath_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
192 npath_ptr = npath;
196 *npath_ptr++ = *ir_ptr++; /* copy it */
204 if (*(npath_ptr - 1) == '/')
205 npath_ptr--;
208 (void) strcpy(npath_ptr, path);
237 register char *npath_ptr, *ir_ptr; local
244 npath_ptr = npath;
248 *npath_ptr++ = *ir_ptr++; /* copy it */
256 if (*(npath_ptr
[all...]

Completed in 44 milliseconds