Home
last modified time | relevance | path

Searched refs:strip_program (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dinstall.c102 static char const *strip_program = "strip"; variable
507 execlp (strip_program, strip_program, safe_name, nullptr); in strip()
509 quoteaf (strip_program)); in strip()
837 strip_program = xstrdup (optarg); in main()