Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dmake-relative-prefix.c249 char *startp, *endp, *nstore; in make_relative_prefix_1() local
259 nstore = (char *) alloca (len); in make_relative_prefix_1()
268 nstore[0] = '.'; in make_relative_prefix_1()
269 nstore[1] = DIR_SEPARATOR; in make_relative_prefix_1()
270 nstore[2] = '\0'; 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()
283 strcat (nstore, progname); in make_relative_prefix_1()
[all …]
DChangeLog591 if nstore is a regular file.