Searched refs:pathp (Results 1 – 1 of 1) sorted by relevance
1419 const char *pathp; in adjust_relative_path() local1432 pathp = lpath == NULL ? path : lpath; in adjust_relative_path()1440 const char *e1 = pathp; in adjust_relative_path()1447 if (*e1 == '\0' || *e2 == '\0' || e1 - pathp != e2 - refp in adjust_relative_path()1448 || filename_ncmp (pathp, refp, e1 - pathp) != 0) in adjust_relative_path()1450 pathp = e1 + 1; in adjust_relative_path()1454 len = strlen (pathp) + 1; in adjust_relative_path()1511 sprintf (newp, "%s/%s", down, pathp); in adjust_relative_path()1513 strcpy (newp, pathp); in adjust_relative_path()