Searched refs:varp (Results 1 – 1 of 1) sorted by relevance
51 int *varp; in do_test() local56 if (varp == NULL) in do_test()63 *varp = 20000720; in do_test()75 if (*varp != 20000720) in do_test()105 int *varp; in do_test() local110 if (varp == NULL) in do_test()117 *varp = 42; in do_test()129 if (*varp != 42) in do_test()171 int *varp = fctp (); in do_test() local173 *varp = -1; in do_test()[all …]
Completed in 2 milliseconds