Home
last modified time | relevance | path

Searched refs:STRING_OR_NULL (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/NetBSD/
Dttyent.cpp7 #define STRING_OR_NULL(x) ((x) ? (x) : "null") macro
12 printf("%s %s %s %d %s %s %s\n", STRING_OR_NULL(typ->ty_name), in test1()
13 STRING_OR_NULL(typ->ty_getty), STRING_OR_NULL(typ->ty_type), in test1()
14 typ->ty_status, STRING_OR_NULL(typ->ty_window), in test1()
15 STRING_OR_NULL(typ->ty_comment), STRING_OR_NULL(typ->ty_class)); in test1()
23 printf("%s %s %s %d %s %s %s\n", STRING_OR_NULL(typ->ty_name), in test2()
24 STRING_OR_NULL(typ->ty_getty), STRING_OR_NULL(typ->ty_type), in test2()
25 typ->ty_status, STRING_OR_NULL(typ->ty_window), in test2()
26 STRING_OR_NULL(typ->ty_comment), STRING_OR_NULL(typ->ty_class)); in test2()
37 printf("%s %s %s %d %s %s %s\n", STRING_OR_NULL(typ->ty_name), in test3()
[all …]
Dprotoent.cpp7 #define STRING_OR_NULL(x) ((x) ? (x) : "null") macro
12 printf("%s ", STRING_OR_NULL(ptp->p_name)); in test1()
15 printf("%s ", STRING_OR_NULL(*cp)); in test1()
24 printf("%s ", STRING_OR_NULL(ptp->p_name)); in test2()
27 printf("%s ", STRING_OR_NULL(*cp)); in test2()
36 printf("%s ", STRING_OR_NULL(ptp->p_name)); in test3()
39 printf("%s ", STRING_OR_NULL(*cp)); in test3()
51 printf("%s ", STRING_OR_NULL(ptp->p_name)); in test4()
54 printf("%s ", STRING_OR_NULL(*cp)); in test4()
63 printf("%s ", STRING_OR_NULL(ptp->p_name)); in test5()
[all …]
Dnetent.cpp9 #define STRING_OR_NULL(x) ((x) ? (x) : "null") macro
17 printf("%s ", STRING_OR_NULL(*cp)); in test1()
31 printf("%s ", STRING_OR_NULL(*cp)); in test2()
45 printf("%s ", STRING_OR_NULL(*cp)); in test3()
61 printf("%s ", STRING_OR_NULL(*cp)); in test4()