HomeSort by relevance Sort by last modified time
    Searched defs:testno (Results 51 - 60 of 60) sorted by null

1 23

  /external/ltp/testcases/kernel/syscalls/recvfrom/
recvfrom01.c 59 int testno; variable
148 for (testno = 0; testno < TST_TOTAL; ++testno) {
150 && (tdat[testno].flags & MSG_ERRQUEUE)
151 && (tdat[testno].type & SOCK_STREAM)) {
157 tdat[testno].setup();
158 TEST(recvfrom(s, tdat[testno].buf, tdat[testno].buflen,
159 tdat[testno].flags, tdat[testno].from
    [all...]
  /external/ltp/testcases/kernel/syscalls/send/
send01.c 48 int testno; variable
267 for (testno = 0; testno < TST_TOTAL; ++testno) {
268 tdat[testno].setup();
270 TEST(send(s, tdat[testno].buf, tdat[testno].buflen,
271 tdat[testno].flags));
278 if (TEST_ERRNO != tdat[testno].experrno) {
281 " %d)", tdat[testno].desc
    [all...]
  /external/ltp/testcases/kernel/syscalls/sendmsg/
sendmsg01.c 54 int testno; variable
380 for (testno = 0; testno < TST_TOTAL; ++testno) {
381 tdat[testno].setup();
383 iov[0].iov_base = tdat[testno].buf;
384 iov[0].iov_len = tdat[testno].buflen;
385 if (tdat[testno].type != SOCK_STREAM) {
386 msgdat.msg_name = tdat[testno].to;
387 msgdat.msg_namelen = tdat[testno].tolen
    [all...]
  /external/ltp/testcases/kernel/syscalls/sendto/
sendto01.c 47 int testno; variable
336 for (testno = 0; testno < TST_TOTAL; ++testno) {
337 tdat[testno].setup();
339 TEST(sendto(s, tdat[testno].buf, tdat[testno].buflen,
340 tdat[testno].flags,
341 (const struct sockaddr *)tdat[testno].to,
342 tdat[testno].tolen))
    [all...]
  /external/ltp/testcases/kernel/syscalls/recvmsg/
recvmsg01.c 62 int testno; variable
203 for (testno = 0; testno < TST_TOTAL; ++testno) {
205 && (tdat[testno].flags & MSG_ERRQUEUE)
206 && (tdat[testno].type & SOCK_STREAM)) {
212 tdat[testno].setup();
215 iov[0].iov_base = tdat[testno].buf;
216 iov[0].iov_len = tdat[testno].buflen;
217 msgdat.msg_name = tdat[testno].from
    [all...]
  /external/curl/tests/server/
rtspd.c 80 testno+partno request shows up again */
101 long testno; /* test number found in the request */ member in struct:httprequest
349 logmsg("ProcessRequest() called with testno %ld and line [%s]",
350 req->testno, line);
354 if((req->testno == DOCNUMBER_NOTHING) &&
396 req->testno = DOCNUMBER_WERULEZ;
402 req->testno = DOCNUMBER_QUIT;
412 req->testno = strtol(ptr, &ptr, 10);
414 if(req->testno > 10000) {
415 req->partno = req->testno % 10000
    [all...]
tftpd.c 110 long testno; /* test case number */ member in struct:testcase
572 snprintf(outfile, sizeof(outfile), "log/upload.%ld", test->testno);
1068 /* Based on the testno, parse the correct server commands. */
1075 filename = test2file(req->testno);
1082 logmsg(" Couldn't open test file %ld", req->testno);
1141 long testno, partno; local
1173 testno = strtol(ptr, &ptr, 10);
1175 if(testno > 10000) {
1176 partno = testno % 10000;
1177 testno /= 10000
    [all...]
sws.c 91 testno+partno request shows up again */
103 long testno; /* test number found in the request */ member in struct:httprequest
356 /* based on the testno, parse the correct server commands */
363 filename = test2file(req->testno);
370 logmsg(" Couldn't open test file %ld", req->testno);
479 (req->testno == DOCNUMBER_NOTHING) &&
482 req->testno = DOCNUMBER_WERULEZ;
486 else if((req->testno == DOCNUMBER_NOTHING) &&
512 req->testno = DOCNUMBER_WERULEZ;
518 req->testno = DOCNUMBER_QUIT
609 char *testno = strstr(line, "\\nTestno: "); local
    [all...]
  /prebuilts/go/darwin-x86/src/regexp/testdata/
testregex.c 1234 int testno; local
1352 testno = state.errors = state.ignored = state.lineno = state.passed =
    [all...]
  /prebuilts/go/linux-x86/src/regexp/testdata/
testregex.c 1234 int testno; local
1352 testno = state.errors = state.ignored = state.lineno = state.passed =
    [all...]

Completed in 386 milliseconds

1 23