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

1 23

  /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
346 logmsg("ProcessRequest() called with testno %ld and line [%s]",
347 req->testno, line);
351 if((req->testno == DOCNUMBER_NOTHING) &&
394 req->testno = DOCNUMBER_WERULEZ;
400 req->testno = DOCNUMBER_QUIT;
410 req->testno = strtol(ptr, &ptr, 10);
412 if(req->testno > 10000) {
413 req->partno = req->testno % 10000
    [all...]
tftpd.c 110 long testno; /* test case number */ member in struct:testcase
572 msnprintf(outfile, sizeof(outfile), "log/upload.%ld", test->testno);
1066 /* Based on the testno, parse the correct server commands. */
1073 filename = test2file(req->testno);
1080 logmsg(" Couldn't open test file %ld", req->testno);
1161 long testno; local
1171 testno = strtol(ptr, &ptr, 10);
1173 if(testno > 10000) {
1174 partno = testno % 10000;
1175 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
364 /* based on the testno, parse the correct server commands */
371 filename = test2file(req->testno);
378 logmsg(" Couldn't open test file %ld", req->testno);
491 (req->testno == DOCNUMBER_NOTHING) &&
494 req->testno = DOCNUMBER_WERULEZ;
498 else if((req->testno == DOCNUMBER_NOTHING) &&
524 req->testno = DOCNUMBER_WERULEZ;
530 req->testno = DOCNUMBER_QUIT
621 char *testno = strstr(line, "\\nTestno: "); local
    [all...]

Completed in 282 milliseconds

1 23