OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stripprog
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/xinstall/
xinstall.c
1098
const char *
stripprog
;
local in function:strip
1100
if ((
stripprog
= getenv("STRIP")) == NULL || *
stripprog
== '\0') {
1102
stripprog
= TARGET_STRIP;
1104
stripprog
= _PATH_STRIP;
1107
run(
stripprog
, stripArgs, to_name, 1);
Completed in 11 milliseconds
Indexes created Thu Oct 30 23:09:54 GMT 2025