Lines Matching refs:arg1
749 int testfunction (int arg1, int * arg2); /* check prototypes */
755 int testfunction (int arg1, int * arg2) /* check definitions */
756 { return arg2[arg1]; }
1055 void test3function (void_ptr arg1, void_func arg2)
1057 void test3function (arg1, arg2)
1058 void_ptr arg1;
1062 char * locptr = (char *) arg1; /* check casting to and from void * */
1063 arg1 = (void *) locptr;