Searched refs:protvaritcpt (Results 1 – 4 of 4) sorted by relevance
39 const char *protvaritcpt = __FILE__; variable45 return &protvaritcpt; in getvaritcpt3()
96 const char *protvaritcpt = __FILE__; variable102 return &protvaritcpt; in getvaritcpt1()
42 extern const char *protvaritcpt;214 if (&protvaritcpt == getvaritcpt1 ()) in do_test()219 if (&protvaritcpt == getvaritcpt2 ()) in do_test()224 if (&protvaritcpt != getvaritcpt3 ()) in do_test()227 &protvaritcpt, getvaritcpt3 ()); in do_test()236 if (strcmp (protvaritcpt, "vismod3.c") != 0) in do_test()
97 const char *protvaritcpt = __FILE__; variable103 return &protvaritcpt; in getvaritcpt2()
Completed in 5 milliseconds