Lines Matching defs:strip
158 static int strip(const char *, int, const char *, char **);
295 warnx("DONTSTRIP set - will not strip installed binaries");
852 /* If we don't strip, we can compare first. */
875 stripped = strip(tempfile, to_fd, from_name,
887 (void)strip(tempfile, to_fd, NULL, &digestresult);
891 * we did not strip in-place.
1266 * strip --
1267 * Use strip(1) to strip the target file.
1268 * Just invoke strip(1) on to_name if from_name is NULL, else try
1269 * to run "strip -o to_name from_name" and return 0 on failure.
1274 strip(const char *to_name, int to_fd, const char *from_name, char **dresp)
1285 stripbin = "strip";
1322 errx(EX_SOFTWARE, "strip command %s failed on %s",