Home
last modified time | relevance | path

Searched refs:nump (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/kernel/common/linux/
Dmoduleparam.h90 …_array_named(name, array, type, nump, perm) static struct kparam_array __param_arr_##name = { … argument
91 #define module_param_array(name, type, nump, perm) module_param_array_named(name, name, type, num… argument
/bionic/libc/tzcode/
Dlocaltime.c213 static const char * getnum P((const char * strp, int * nump, int min,
752 getnum(strp, nump, min, max) in getnum() argument
754 int * const nump;
772 *nump = num;