Searched refs:pint (Results 1 – 3 of 3) sorted by relevance
34 int get_option (char **str, int *pint) in get_option() argument40 *pint = simple_strtol (cur, str, 0); in get_option()
88 extern int get_option(char **str, int *pint);
2309 static chandev_int chandev_get_option(char **str,chandev_int *pint) in chandev_get_option() argument2314 *pint = simple_strtol(cur,str,0); in chandev_get_option()