HomeSort by relevance Sort by last modified time
    Searched defs:ntries (Results 1 - 4 of 4) sorted by null

  /external/ltp/testcases/misc/crash/
crash01.c 86 int ntries = 100; variable
122 printf(" -n x ntries\n");
127 * crashme [+]<nbytes>[.inc] <srand> <ntries> [nsub] [verbose]"
129 * crashme <-b [+]<nbytes>[.inc]> <-s srand> <-n ntries> [-v verbose]"
160 ntries = atoi(n_copt);
186 ntries);
228 sleep(ntries * MAX_TRY_TIME + 10);
242 alarm(ntries * MAX_TRY_TIME);
317 for (i = 0; i < ntries; ++i) {
crash02.c 86 int ntries = 100; variable
118 printf(" -n x ntries\n");
149 ntries = atoi(n_copt);
164 tst_resm(TINFO, "crashme02 %d %d %d", sysno_max, nseed, ntries);
208 sleep(ntries * MAX_TRY_TIME + 10);
219 alarm(ntries * MAX_TRY_TIME);
285 for (i = 0; i < ntries; ++i) {
  /external/mdnsresponder/mDNSShared/
dnsextd.c 298 int ntries = 0, retry = 0; local
310 if (++ntries < 10)
318 else { Log("ConnectToServer - %d failed attempts. Aborting.", ntries); return NULL; }
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 1569 mDNSs16 ntries; \/\/ for UDP: the number of packets sent for this LLQ state member in struct:DNSQuestion_struct
    [all...]

Completed in 118 milliseconds