Home
last modified time | relevance | path

Searched refs:startp (Results 1 – 1 of 1) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dmake-relative-prefix.c249 char *startp, *endp, *nstore; in make_relative_prefix_1() local
261 startp = endp = temp; in make_relative_prefix_1()
266 if (endp == startp) in make_relative_prefix_1()
274 memcpy (nstore, startp, endp - startp); in make_relative_prefix_1()
277 nstore[endp - startp] = DIR_SEPARATOR; in make_relative_prefix_1()
278 nstore[endp - startp + 1] = 0; in make_relative_prefix_1()
281 nstore[endp - startp] = 0; in make_relative_prefix_1()
302 endp = startp = endp + 1; in make_relative_prefix_1()