Home
last modified time | relevance | path

Searched refs:prot_str (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H A Dhugemmap23.c110 static int test_prot(void *p, int prot, char *prot_str) in test_prot() argument
121 tst_res(TFAIL, "read failed on mmap(prot %s)", prot_str); in test_prot()
126 tst_res(TFAIL, "read succeeded on mmap(prot %s)", prot_str); in test_prot()
134 tst_res(TFAIL, "write failed on mmap(prot %s)", prot_str); in test_prot()
139 tst_res(TFAIL, "write mismatch on mmap(prot %s)", prot_str); in test_prot()
150 tst_res(TFAIL, "write succeeded on mmap(prot %s)", prot_str); in test_prot()
153 tst_res(TFAIL, "write mismatch on mmap(prot %s)", prot_str); in test_prot()
/third_party/curl/tests/server/
H A Drtspd.c212 static char prot_str[5]; in ProcessRequest() local
226 prot_str, in ProcessRequest()
232 if(!strcmp(prot_str, "HTTP")) { in ProcessRequest()
235 else if(!strcmp(prot_str, "RTSP")) { in ProcessRequest()
240 logmsg("got unknown protocol %s", prot_str); in ProcessRequest()
254 request, doc, prot_str, prot_major, prot_minor); in ProcessRequest()
257 prot_str, prot_major, prot_minor); in ProcessRequest()

Completed in 2 milliseconds