Searched refs:stripbin (Results 1 – 2 of 2) sorted by relevance
1276 const char *stripbin; in strip() local1283 stripbin = getenv("STRIPBIN"); in strip()1284 if (stripbin == NULL) in strip()1285 stripbin = "strip"; in strip()1286 args[0] = stripbin; in strip()1304 error = posix_spawnp(&pid, stripbin, NULL, NULL, in strip()1309 EX_TEMPFAIL : EX_OSERR, error, "spawn %s", stripbin); in strip()1323 stripbin, to_name); in strip()
202 cat <<\STRIPBIN >stripbin209 echo $cmd '<"$1" >"$1.new" && mv -- "$1.new" "$dst"' >>stripbin210 chmod 755 stripbin