Searched refs:nerrors (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/sys/kern/
H A Dgenlintstub.awk90 nerrors = 0;
95 ++nerrors;
99 if (nerrors > 0)
H A Dkern_event.c1816 int nerrors, error; local
1838 nerrors = 0;
1861 eventlist, nerrors, 1);
1865 nerrors++;
1870 if (nerrors) {
1871 *retval = nerrors;
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsgcmp.c288 int *nerrors)
305 (*nerrors)++;
311 (*nerrors)++;
323 (*nerrors)++;
348 int nerrors; local
397 nerrors = 0;
409 match_domain (fn1, fn2, defmlp, refmlp, &nerrors);
423 match_domain (fn1, fn2, defmlp, refmlp, &nerrors);
445 if (nerrors > 0)
447 ngettext ("found %d fatal error", "found %d fatal errors", nerrors),
286 match_domain(const char *fn1, const char *fn2, message_list_ty *defmlp, message_list_ty *refmlp, int *nerrors) argument
[all...]
H A Dmsgfmt.c530 int nerrors = 0; local
533 nerrors +=
540 if (nerrors > 0)
544 nerrors),
545 nerrors);
/netbsd-current/usr.bin/error/
H A Dmain.c62 int nerrors = 0; variable
162 eaterrors(&nerrors, &errors);
164 printerrors(true, nerrors, errors);
165 qsort(errors, nerrors, sizeof(Eptr), errorsort);
167 printerrors(false, nerrors, errors);
168 findfiles(nerrors, errors, &nfiles, &files);
H A Dinput.c111 printf("%d errorentrys\n", nerrors);
159 newerror->error_no = nerrors++;
H A Derror.h184 extern int nerrors;
H A Dtouch.c171 ECITERATE(ei, errorp, 0, errors, nerrors) {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstaticcond.c64 unsigned nerrors = global.errors; local
75 if (nerrors != global.errors ||
/netbsd-current/external/bsd/pcc/dist/pcc/cc/cxxcom/
H A Dmain.c69 nerrors ? "" : "major ", ftitle, lineno);
312 if (!nerrors)
320 ejobcode( nerrors ? 1 : 0 );
337 return(nerrors?1:0);
H A Dpass1.h180 extern int lineno, nerrors;
H A Dinline.c405 if (is == NULL || nerrors) {
H A Dinit.c657 if (nerrors)
/netbsd-current/external/bsd/pcc/dist/pcc/cc/ccom/
H A Dmain.c70 nerrors ? "" : "major ", ftitle, lineno);
334 if (!nerrors) {
347 ejobcode( nerrors ? 1 : 0 );
365 return(nerrors?1:0);
H A Dinline.c485 if (is == NULL || nerrors) {
498 n = nerrors;
501 nerrors = n;
H A Dpass1.h176 extern int lineno, nerrors, issyshdr;
H A Dinit.c678 if (nerrors)
H A Dpftn.c543 if (retlab != NOLAB && nerrors == 0) { /* inside a real function */
559 if (nerrors == 0) {
/netbsd-current/external/bsd/wpa/dist/src/wps/
H A Dwps_upnp_event.c317 int nerrors = 0; local
325 nerrors++;
329 if (nerrors) {
H A Dwps_upnp_i.h55 int nerrors; member in struct:advertisement_state_machine
/netbsd-current/external/bsd/pcc/dist/pcc/mip/
H A Dcommon.c75 int nerrors = 0; /* number of errors */ variable
89 if (++nerrors > 30)
123 if (nerrors && nerrors <= 30) {
393 if (nerrors)
H A Dmanifest.h384 extern int nerrors; /* number of errors seen so far */
H A Dreader.c1538 if (nerrors) {
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstaticcond.d89 const uint nerrors = global.errors;
101 if (nerrors != global.errors ||
/netbsd-current/external/bsd/pcc/dist/pcc/arch/pdp10/
H A Dlocal.c661 if(!nerrors)

Completed in 280 milliseconds

12