Home
last modified time | relevance | path

Searched defs:ntp (Results 1 – 3 of 3) sorted by relevance

/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dnetent.cpp12 struct netent *ntp = getnetent(); in test1() local
26 struct netent *ntp = getnetbyname("loopback"); in test2() local
40 struct netent *ntp = getnetbyaddr(127, 2); in test3() local
56 struct netent *ntp = getnetent(); in test4() local
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dnetent.cpp20 struct netent *ntp = getnetent(); in test1() local
33 struct netent *ntp = getnetbyname(LOOPBACK); in test2() local
48 struct netent *ntp = getnetbyaddr(lb->n_net, lb->n_addrtype); in test3() local
63 struct netent *ntp = getnetent(); in test4() local
/llvm-project/clang/test/SemaTemplate/
H A Dnested-implicit-deduction-guides.cpp33 non_type_param<int>::B ntp = 5; variable