Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/newsyslog/
H A Dnewsyslog.c2025 const char *pgm_name, *pgm_path; in do_zipwork() local
2034 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()