Home
last modified time | relevance | path

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

/freebsd/usr.bin/xinstall/
H A Dxinstall.c1276 const char *stripbin; in strip() local
1283 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()
/freebsd/usr.bin/xinstall/tests/
H A Dinstall_test.sh202 cat <<\STRIPBIN >stripbin
209 echo $cmd '<"$1" >"$1.new" && mv -- "$1.new" "$dst"' >>stripbin
210 chmod 755 stripbin