Lines Matching refs:oops
173 int oops; local
178 oops = got = 0;
185 if (oops == 0 && (got = read(fd, buf, (unsigned int) chunk)) < 0) {
186 oops = -1;
191 if (oops == 0) {
192 oops = -1;
531 char *oops; local
538 oops = (char *)NULL;
542 if (oops == (char *)NULL && (sparse = ar_write(fd, buf, chunk)) < 0) {
543 oops = strerror();
550 if (oops) {
551 warn(name, oops);