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

/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c1636 const char *pgm_name, *pgm_path; local
1645 pgm_path = NULL;
1649 pgm_path = _PATH_GZIP;
1652 pgm_path = _PATH_BZIP2;
1656 if (pgm_path == NULL) {
1660 pgm_name = strrchr(pgm_path, '/');
1662 pgm_name = pgm_path;
1682 const char *args[] = { pgm_path, "-f", zwork->zw_fname, NULL };
1683 if ((errsav = posix_spawn(&pidzip, pgm_path, NULL, NULL, (char * const *)args, environ)) != 0)
1684 errc(1, errsav, "posix_spawn(`%s -f %s')", pgm_path, zwor
[all...]

Completed in 159 milliseconds