Home | History | Annotate | Download | only in libiberty

Lines Matching refs:endp

249 	  char *startp, *endp, *nstore;
261 startp = endp = temp;
264 if (*endp == PATH_SEPARATOR || *endp == 0)
266 if (endp == startp)
274 memcpy (nstore, startp, endp - startp);
275 if (! IS_DIR_SEPARATOR (endp[-1]))
277 nstore[endp - startp] = DIR_SEPARATOR;
278 nstore[endp - startp + 1] = 0;
281 nstore[endp - startp] = 0;
300 if (*endp == 0)
302 endp = startp = endp + 1;
305 endp++;