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

/haiku-fatelf/src/bin/coreutils/src/
H A Dinstall.c130 static char const *strip_program = "strip"; variable
487 strip_program = xstrdup (optarg);
854 execlp (strip_program, strip_program, name, NULL);
855 error (EXIT_FAILURE, errno, _("cannot run %s"), strip_program);

Completed in 36 milliseconds