HomeSort by relevance Sort by last modified time
    Searched refs:nerrors (Results 1 - 10 of 10) sorted by null

  /external/ping/
ping_common.h 86 extern long nerrors; /* icmp errors */
162 return (diff<=0x7FFF) ? diff : ntransmitted-nreceived-nerrors;
ping.c 89 long nerrors; /* icmp errors */ variable
589 if (npackets && nreceived + nerrors >= npackets)
591 if (deadline && nerrors)
862 if (nerrors)
863 printf(", +%ld errors", nerrors);
1013 nerrors++;
1040 nerrors++;
1204 nerrors+=error_pkt;
    [all...]
  /external/icu4c/test/cintltst/
cintltst.c 71 int nerrors = 0; local
201 nerrors = runTestRequest(root, argc, argv);
215 nerrors++;
226 nerrors++;
236 return nerrors ? 1 : 0;
  /external/chromium/third_party/icu/source/test/cintltst/
cintltst.c 68 int nerrors = 0; local
195 nerrors = runTestRequest(root, argc, argv);
212 nerrors++;
222 return nerrors ? 1 : 0;
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_i.h 69 int nerrors; member in struct:advertisement_state_machine
wps_upnp_event.c 440 int nerrors = 0; local
459 nerrors++;
465 if (nerrors) {
  /external/chromium/third_party/icu/source/test/iotest/
iotest.cpp 803 int32_t nerrors = 0; local
    [all...]
  /external/icu4c/test/iotest/
iotest.cpp 809 int32_t nerrors = 0; local
    [all...]
  /external/chromium/third_party/icu/source/test/letest/
letest.cpp 1063 int32_t nerrors = 0; local
    [all...]
  /external/icu4c/test/letest/
letest.cpp 1063 int32_t nerrors = 0; local
    [all...]

Completed in 2281 milliseconds