Home
last modified time | relevance | path

Searched defs:ptp (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dprotoent.cpp11 struct protoent *ptp = getprotoent(); in test1() local
18 struct protoent *ptp = getprotobyname("tcp"); in test2() local
25 struct protoent *ptp = getprotobynumber(1); in test3() local
33 struct protoent *ptp = getprotobynumber(1); in test4() local
/llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dprotoent.cpp10 struct protoent *ptp = getprotoent(); in test1() local
22 struct protoent *ptp = getprotobyname("icmp"); in test2() local
34 struct protoent *ptp = getprotobynumber(1); in test3() local
47 struct protoent *ptp = getprotobynumber(1); in test4() local
61 struct protoent *ptp = getprotobyname("ttp"); in test5() local