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

/freebsd-9.3-release/usr.sbin/newsyslog/
H A Dnewsyslog.c1987 const char *pgm_name, *pgm_path; local
1994 pgm_path = NULL;
2000 pgm_path = compress_type[c].path;
2006 if (pgm_path == NULL) {
2010 pgm_name = strrchr(pgm_path, '/');
2012 pgm_name = pgm_path;
2048 execl(pgm_path, pgm_path, "-f", zwork->zw_fname, (char *)0);
2049 err(1, "execl(`%s -f %s')", pgm_path, zwork->zw_fname);
2055 warn("%s: waitpid(%d)", pgm_path, pidzi
[all...]

Completed in 48 milliseconds