Searched refs:nerror (Results 1 - 18 of 18) sorted by path

/freebsd-11-stable/gnu/usr.bin/rcs/ci/
H A Dci.c445 if (nerror) cleanup();
830 if (nerror) exitstatus = EXIT_FAILURE;
/freebsd-11-stable/gnu/usr.bin/rcs/co/
H A Dco.c331 if (nerror) cleanup();
516 if (nerror) exitstatus = EXIT_FAILURE;
822 nerror++;
/freebsd-11-stable/gnu/usr.bin/rcs/lib/
H A Drcsbase.h549 extern int nerror;
H A Drcsedit.c1892 if (changed && !nerror) {
H A Drcskeep.c207 else if (nerror)
391 return !nerror;
H A Drcslex.c189 int nerror; /*counter for errors */ variable
280 nerror = 0;
1204 nerror++;
/freebsd-11-stable/gnu/usr.bin/rcs/merge/
H A Dmerge.c99 if (nerror)
/freebsd-11-stable/gnu/usr.bin/rcs/rcs/
H A Drcs.c488 if (nerror) cleanup();
599 if (nerror)
647 if (nerror) exitstatus = EXIT_FAILURE;
/freebsd-11-stable/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c134 if (nerror)
242 if (nerror) exitstatus = EXIT_FAILURE;
/freebsd-11-stable/gnu/usr.bin/rcs/rcsdiff/
H A Drcsdiff.c308 if (nerror)
443 if (nerror) exitstatus = DIFF_TROUBLE;
/freebsd-11-stable/gnu/usr.bin/rcs/rcsmerge/
H A Drcsmerge.c209 if (!nerror) {
275 exitmain(nerror ? DIFF_TROUBLE : status);
/freebsd-11-stable/gnu/usr.bin/rcs/rlog/
H A Drlog.c356 if (nerror)
488 if (nerror) exitstatus = EXIT_FAILURE;
/freebsd-11-stable/usr.bin/truss/
H A Dsyscall.h111 int nerror; /* Number of calls that returned with error */ member in struct:syscall
H A Dsyscalls.c2569 sc->nerror++;
2614 int ncall, nerror; local
2618 ncall = nerror = 0;
2623 sc->time.tv_nsec, sc->ncalls, sc->nerror);
2626 nerror += sc->nerror;
2631 "", (intmax_t)total.tv_sec, total.tv_nsec, ncall, nerror);
/freebsd-11-stable/sys/geom/
H A Dgeom_ctl.c87 * Report an error back to the user in ascii format. Return nerror
88 * or EINVAL if nerror isn't specified.
100 if (!req->nerror)
101 req->nerror = EEXIST;
102 return (req->nerror);
104 if (!req->nerror)
105 req->nerror = EINVAL;
113 return (req->nerror);
126 req->nerror = copyin(uaddr, ptr, len);
127 if (!req->nerror)
467 int nerror; local
[all...]
H A Dgeom_ctl.h73 int nerror; member in struct:gctl_req
/freebsd-11-stable/sys/kern/
H A Dvfs_aio.c2137 int nagain, nerror; local
2208 nerror = 0;
2216 nerror++;
2260 if (nerror)
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_rawread.c267 int error, nerror; local
286 nerror = 0;
311 nerror = ffs_rawread_readahead(vp,
320 if (nerror) {
334 nerror = 0; /* Ignore possible beyond EOF error */
366 nerror = ffs_rawread_readahead(vp,
375 if (nerror != 0) {
381 } else if (nerror != 0) {/* Deferred Readahead error */
403 error = nerror;

Completed in 194 milliseconds