Searched refs:counterp (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/libpcap/tests/
H A Dnonblocktest.c145 int *counterp = (int *)user; local
147 (*counterp)++;
H A Dselpolltest.c269 int *counterp = (int *)user; local
271 (*counterp)++;
/freebsd-10.0-release/contrib/gcc/
H A Ddbxout.c501 dbxout_stab_value_internal_label (const char *stem, int *counterp)
504 int counter = counterp ? (*counterp)++ : 0;
515 dbxout_stab_value_internal_label_diff (const char *stem, int *counterp,
519 int counter = counterp ? (*counterp)++ : 0;
498 dbxout_stab_value_internal_label(const char *stem, int *counterp) argument
512 dbxout_stab_value_internal_label_diff(const char *stem, int *counterp, const char *base) argument

Completed in 65 milliseconds