HomeSort by: relevance | last modified time | path
    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