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

/freebsd-9.3-release/usr.bin/xinstall/
H A Dxinstall.c1221 const char *stripbin; local
1231 stripbin = getenv("STRIPBIN");
1232 if (stripbin == NULL)
1233 stripbin = "strip";
1234 execlp(stripbin, stripbin, to_name, (char *)NULL);
1235 err(EX_OSERR, "exec(%s)", stripbin);

Completed in 98 milliseconds