Searched refs:p_name (Results 1 – 7 of 7) sorted by relevance
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/ |
H A D | protoent.cpp | 12 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 D | protoent.cpp | 14 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 D | python.cc | 1118 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 D | sanitizer_platform_limits_freebsd.h | 118 char *p_name; member
|
H A D | sanitizer_platform_limits_posix.h | 765 char *p_name; 751 char *p_name; global() member
|
H A D | sanitizer_platform_limits_netbsd.h | 134 char *p_name; 133 char *p_name; global() member
|
H A D | sanitizer_common_interceptors.inc | 7776 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, p->p_name, internal_strlen(p->p_name) + 1);
|