HomeSort by: relevance | last modified time | path
    Searched refs:stripprog (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/librumpuser/build-aux/
install-sh 69 stripprog=${STRIPPROG-strip}
122 -s $stripprog installed files.
128 RMPROG STRIPPROG
156 -s) stripcmd=$stripprog;;
  /src/sys/external/isc/libsodium/dist/build-aux/
install-sh 65 stripprog=${STRIPPROG-strip}
107 -s $stripprog installed files.
113 RMPROG STRIPPROG
140 -s) stripcmd=$stripprog;;
  /src/sys/external/isc/libsodium/dist/
install-sh 69 stripprog=${STRIPPROG-strip}
122 -s $stripprog installed files.
128 RMPROG STRIPPROG
156 -s) stripcmd=$stripprog;;
  /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 28 milliseconds