Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Darchive.c1457 const char *pathp; in adjust_relative_path() local
1470 pathp = lpath == NULL ? path : lpath; in adjust_relative_path()
1478 const char *e1 = pathp; in adjust_relative_path()
1485 if (*e1 == '\0' || *e2 == '\0' || e1 - pathp != e2 - refp in adjust_relative_path()
1486 || filename_ncmp (pathp, refp, e1 - pathp) != 0) in adjust_relative_path()
1488 pathp = e1 + 1; in adjust_relative_path()
1492 len = strlen (pathp) + 1; in adjust_relative_path()
1549 sprintf (newp, "%s/%s", down, pathp); in adjust_relative_path()
1551 strcpy (newp, pathp); in adjust_relative_path()