OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stripprog
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xinstall/
xinstall.c
1098
const char *
stripprog
;
local
1100
if ((
stripprog
= getenv("STRIP")) == NULL || *
stripprog
== '\0') {
1102
stripprog
= TARGET_STRIP;
1104
stripprog
= _PATH_STRIP;
1107
run(
stripprog
, stripArgs, to_name, 1);
xinstall.c
1098
const char *
stripprog
;
local
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 44 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026