Searched defs:pint (Results 1 – 6 of 6) sorted by relevance
57 # define TEST_TAKES_INT_BY_PTR(cmd, pint) \ argument63 # define TEST_RETURNS_INT_BY_PTR(cmd, pint) \ argument72 int *const pint = tail_alloc(sizeof(*pint)); in main() local
5 typedef int *pint; typedef
4 int * pint; field
261 static void pint(const char *tag, int v) in pint() function