path_strip
fname = path_strip(g.gl_pathv[i], strip_path);
tmp = path_strip(tmp2, isabs ? NULL : remote_path);
tmp = path_strip(path, strip_path);
fname = path_strip(tmp, strip_path);
char * volatile path_strip;
if (issetugid() || (path_strip = getenv("STRIP")) == NULL)
path_strip = _PATH_STRIP;
execl(path_strip, "strip", "--", to_name, (char *)NULL);
warn("%s", path_strip);