Searched refs:valp (Results 26 - 27 of 27) sorted by relevance

12

/external/libpcap/
H A Doptimize.c610 vstore(s, valp, newval, alter)
612 int *valp;
616 if (alter && *valp == newval)
619 *valp = newval;
/external/mksh/src/
H A Dvar.c142 * true if this is an array, sets *valp to the array index, returns
146 array_index_calc(const char *n, bool *arrayp, uint32_t *valp) argument
191 *valp = (uint32_t)rval;

Completed in 70 milliseconds

12