Home
last modified time | relevance | path

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

/glibc-2.36/dlfcn/
Dtststatic4.c26 #define MAGIC3 0xff55aa00 macro
298 local_setfoo (MAGIC3); in do_test()
301 if (foo != MAGIC3) in do_test()
303 printf ("*foop [initial]: got %#x, expected %#x\n", foo, MAGIC3); in do_test()
308 if (foo != MAGIC3) in do_test()
310 printf ("*foop [global]: got %#x, expected %#x\n", foo, MAGIC3); in do_test()
315 if (foo != MAGIC3) in do_test()
317 printf ("*foop [local]: got %#x, expected %#x\n", foo, MAGIC3); in do_test()
322 if (foo != MAGIC3) in do_test()
324 printf ("getfoo [initial]: got %#x, expected %#x\n", foo, MAGIC3); in do_test()
[all …]