Home | History | Annotate | Download | only in xinstall

Lines Matching defs:strip

172 static void	strip(const char *);
321 /* strip and link options make no sense when creating directories */
325 /* strip and flags make no sense with links */
761 strip(to_name);
764 * Re-open our fd on the target, in case we used a strip
765 * that does not work in-place -- like gnu binutils strip.
1092 * strip --
1093 * use strip(1) to strip the target file
1096 strip(const char *to_name)
1100 if ((stripprog = getenv("STRIP")) == NULL || *stripprog == '\0') {