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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgcmp.c291 int *nerrors)
308 (*nerrors)++;
314 (*nerrors)++;
326 (*nerrors)++;
351 int nerrors; local
400 nerrors = 0;
412 match_domain (fn1, fn2, defmlp, refmlp, &nerrors);
426 match_domain (fn1, fn2, defmlp, refmlp, &nerrors);
448 if (nerrors > 0)
450 ngettext ("found %d fatal error", "found %d fatal errors", nerrors),
289 match_domain(const char *fn1, const char *fn2, message_list_ty *defmlp, message_list_ty *refmlp, int *nerrors) argument
[all...]
H A Dmsgfmt.c528 int nerrors = 0; local
531 nerrors +=
538 if (nerrors > 0)
542 nerrors),
543 nerrors);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dping_common.h88 extern long nerrors; /* icmp errors */
164 return (diff<=0x7FFF) ? diff : ntransmitted-nreceived-nerrors;
H A Dping_common.c23 long nerrors; /* icmp errors */ variable
519 if (npackets && nreceived + nerrors >= npackets)
521 if (deadline && nerrors)
792 if (nerrors)
793 printf(", +%ld errors", nerrors);
H A Dping6.c600 nerrors++;
614 nerrors++;
759 nerrors++;
H A Dping.c574 nerrors++;
601 nerrors++;
765 nerrors+=error_pkt;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Dhub.c56 int nerrors; /* track consecutive errors */ member in struct:usb_hub
417 if ((++hub->nerrors < 10) || hub->error)
432 hub->nerrors = 0;
3281 hub->nerrors = 0;

Completed in 134 milliseconds