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

/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck.c104 int saveError; local
109 saveError = errno;
112 (void) fprintf(stderr, strerror(saveError));
128 int saveError = errno; local
132 (void) fprintf(stderr, strerror(saveError));
H A Dclusters.c291 int saveError; local
296 saveError = errno;
300 (void) fprintf(stderr, strerror(saveError));
319 int saveError; local
348 saveError = errno;
350 (void) fprintf(stderr, strerror(saveError));

Completed in 62 milliseconds