Searched refs:stripbin (Results 1 – 1 of 1) sorted by relevance
1057 const char *stripbin; in strip() local1067 stripbin = getenv("STRIPBIN"); in strip()1068 if (stripbin == NULL) in strip()1069 stripbin = "strip"; in strip()1070 execlp(stripbin, stripbin, to_name, NULL); in strip()1071 err(EX_OSERR, "exec(%s)", stripbin); in strip()