Home
last modified time | relevance | path

Searched refs:nerror (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/compat/linux/common/
H A Dlinux_sysctl.c167 int error, nerror, name[CTL_MAXNAME]; in linux_sys___sysctl() local
213 nerror = copyout(&oldlen, ls.oldlenp, sizeof(oldlen)); in linux_sys___sysctl()
215 error = nerror; in linux_sys___sysctl()
/netbsd-src/sys/compat/linux32/common/
H A Dlinux32_sysctl.c232 int nerror; in linux32_sys___sysctl() local
234 nerror = copyout(&oldlen32, in linux32_sys___sysctl()
238 error = nerror; in linux32_sys___sysctl()
/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_sysctl.c205 int name[CTL_MAXNAME], error, nerror, *namep; in netbsd32___sysctl() local
254 nerror = copyout(&netbsd32_oldlen, oldlenp, in netbsd32___sysctl()
257 error = nerror; in netbsd32___sysctl()
/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsmerge.c212 if (!nerror) {
278 exitmain(nerror ? DIFF_TROUBLE : status);
H A Drcsclean.c136 if (nerror)
244 if (nerror) exitstatus = EXIT_FAILURE; in cleanup()
H A Drcskeep.c212 else if (nerror)
396 return !nerror;
H A Dco.c334 if (nerror) cleanup();
519 if (nerror) exitstatus = EXIT_FAILURE; in cleanup()
825 nerror++;
H A Drcsdiff.c311 if (nerror)
447 if (nerror) exitstatus = DIFF_TROUBLE; in cleanup()
H A Dmerge.c101 if (nerror)
H A Drcslex.c192 int nerror; /*counter for errors */ variable
283 nerror = 0; in Lexinit()
1207 nerror++;
H A Drcs.c491 if (nerror) cleanup();
602 if (nerror)
650 if (nerror) exitstatus = EXIT_FAILURE; in cleanup()
H A Dci.c448 if (nerror) cleanup();
833 if (nerror) exitstatus = EXIT_FAILURE; in cleanup()
H A Drlog.c355 if (nerror)
480 if (nerror) exitstatus = EXIT_FAILURE; in cleanup()
H A Drcsbase.h550 extern int nerror;
H A Drcsedit.c1902 if (changed && !nerror) {
/netbsd-src/usr.sbin/sysinst/
H A Dutil.c87 int nerror; member
1073 tarstats.nerror++; in extract_file_to()
1449 olderror = tarstats.nerror; in get_and_unpack_sets()
1493 tarstats.nerror = olderror; in get_and_unpack_sets()
1501 if (tarstats.nerror == 0 && tarstats.nsuccess == tarstats.nselected) { in get_and_unpack_sets()
1509 tarstats.nfound, tarstats.nsuccess, tarstats.nerror); in get_and_unpack_sets()
/netbsd-src/sys/kern/
H A Dkern_sysctl.c284 int error, nerror, name[CTL_MAXNAME]; in sys___sysctl() local
333 nerror = copyout(&oldlen, oldlenp, sizeof(oldlen)); in sys___sysctl()
335 error = nerror; in sys___sysctl()