Searched refs:foo_protected (Results 1 – 5 of 5) sorted by relevance
15 extern int foo_protected (void);22 foo_p foo_procted_ptr = foo_protected;44 foo_protected (void) in foo_protected() function59 if (foo_procted_ptr != foo_protected) in main()79 if (p == foo_protected) in main()81 if (foo_protected () != -40) in main()
15 extern int foo_protected (void);22 foo_p foo_procted_ptr = foo_protected;40 if (foo_procted_ptr != foo_protected) in main()42 if (foo_protected () != 0) in main()58 if (p != foo_protected) in main()
6 extern int foo_protected (void);21 return foo_protected; in get_foo_protected()
73 extern int foo_protected (void);98 ret_foo_protected = foo_protected (); in get_foo_protected_p()99 return foo_protected; in get_foo_protected_p()
30 foo_protected (void) in foo_protected() function115 if (p == foo_protected) in main()117 if (foo_protected () != -40) in main()
Completed in 4 milliseconds