Searched refs:at (Results 1 – 3 of 3) sorted by relevance
51 const struct a64l_test *at; in do_test() local56 for (at = tests; at->base64 != NULL; ++at) in do_test()58 printf ("a64l (\"%s\")", at->base64); in do_test()59 l = a64l (at->base64); in do_test()60 if (l == at->value) in do_test()64 printf ("\tBAD\n returns %ld, expected %ld\n", l, at->value); in do_test()67 printf ("l64a (%ld)", at->value); in do_test()68 s = l64a (at->value); in do_test()69 if (strcmp (s, at->base64) == 0) in do_test()73 printf ("\tBAD\n returns \"%s\", expected \"%s\"\n", s, at->base64); in do_test()
41 void (*at) (void); member
93 atfct = f->func.at; in __run_exit_handlers()
Completed in 8 milliseconds