Searched refs:MAGIC0 (Results 1 – 2 of 2) sorted by relevance
/glibc-2.36/dlfcn/ |
D | tststatic4.c | 23 #define MAGIC0 0 macro 166 if (foo != MAGIC0) in do_test() 168 printf ("*foop [initial]: got %#x, expected %#x\n", foo, MAGIC0); in do_test() 173 if (foo != MAGIC0) in do_test() 175 printf ("*foop [global]: got %#x, expected %#x\n", foo, MAGIC0); in do_test() 180 if (foo != MAGIC0) in do_test() 182 printf ("*foop [local]: got %#x, expected %#x\n", foo, MAGIC0); in do_test() 187 if (foo != MAGIC0) in do_test() 189 printf ("getfoo [initial]: got %#x, expected %#x\n", foo, MAGIC0); in do_test() 194 if (foo != MAGIC0) in do_test() [all …]
|
D | tststatic3.c | 23 #define MAGIC0 0 macro 71 if (foo != MAGIC0) in do_test() 73 printf ("*foop: got %#x, expected %#x\n", foo, MAGIC0); in do_test() 78 if (foo != MAGIC0) in do_test() 80 printf ("getfoo: got %#x, expected %#x\n", foo, MAGIC0); in do_test()
|