Searched refs:pgm_path (Results 1 – 1 of 1) sorted by relevance
2025 const char *pgm_name, *pgm_path; in do_zipwork() local2034 pgm_path = NULL; in do_zipwork()2043 pgm_path = compress_type[c].path; in do_zipwork()2055 if (pgm_path == NULL) { in do_zipwork()2059 pgm_name = strrchr(pgm_path, '/'); in do_zipwork()2061 pgm_name = pgm_path; in do_zipwork()2081 strlcpy(command, pgm_path, sizeof(command)); in do_zipwork()2112 execv(pgm_path, (char *const*) args); in do_zipwork()2119 warn("%s: waitpid(%d)", pgm_path, pidzip); in do_zipwork()