Lines Matching refs:npath_ptr
180 register char *npath_ptr, *ir_ptr;
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;
244 npath_ptr = npath;
248 *npath_ptr++ = *ir_ptr++; /* copy it */
256 if (*(npath_ptr - 1) == '/')
257 npath_ptr--;
260 (void) strcpy(npath_ptr, path);