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

/macosx-10.9.5/crontabs-51/newsyslog/
H A Dnewsyslog.c1638 int errsav, zstatus; local
1640 int errsav, fcount, zstatus; local
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, zwork->zw_fname);
1693 errsav = errno;
1695 if (errsav != EAGAIN || fcount > 5)

Completed in 122 milliseconds