Searched refs:setfoo (Results 1 – 2 of 2) sorted by relevance
34 void (*setfoo) (unsigned int); in do_test() local62 setfoo = dlsym (handle, "setfoo"); in do_test()63 if (setfoo == NULL) in do_test()85 setfoo (MAGIC1); in do_test()102 setfoo (MAGIC2); in do_test()120 setfoo = NULL; in do_test()
28 setfoo (unsigned int f) in setfoo() function
Completed in 5 milliseconds