Home | History | Annotate | Download | only in unittest

Lines Matching refs:write_to_p

5001 void write_to_p(char *p, int val) {
5008 write_to_p(some_stack, 1);
5016 write_to_p(some_stack, 2);
5017 write_to_p(some_more_stack, 2);