Home
last modified time | relevance | path

Searched refs:p_name (Results 1 – 7 of 7) sorted by relevance

/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
H A Dprotoent.cpp12 printf("%s ", STRING_OR_NULL(ptp->p_name)); in test1()
24 printf("%s ", STRING_OR_NULL(ptp->p_name)); in test2()
36 printf("%s ", STRING_OR_NULL(ptp->p_name)); in test3()
51 printf("%s ", STRING_OR_NULL(ptp->p_name)); in test4()
63 printf("%s ", STRING_OR_NULL(ptp->p_name)); in test5()
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dprotoent.cpp14 assert(ptp && ptp->p_name); in test1()
26 assert(ptp && ptp->p_name); in test2()
38 assert(ptp && ptp->p_name); in test3()
53 assert(ptp && ptp->p_name); in test4()
/llvm-project/polly/lib/External/isl/interface/
H A Dpython.cc1118 string p_name = type2python(clazz.subclass_name); in print() local
1130 print_class_header(clazz, p_name, super); in print()
1147 print_new(clazz, p_name); in print()
1148 print_representation(clazz, p_name); in print()
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h118 char *p_name; member
H A Dsanitizer_platform_limits_posix.h765 char *p_name;
751 char *p_name; global() member
H A Dsanitizer_platform_limits_netbsd.h134 char *p_name;
133 char *p_name; global() member
H A Dsanitizer_common_interceptors.inc7776 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, p->p_name, internal_strlen(p->p_name) + 1);