Home
last modified time | relevance | path

Searched refs:nints (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/lib/
Dcmdline.c67 char *get_options (char *str, int nints, int *ints) in get_options() argument
71 while (i < nints) { in get_options()
/linux-2.4.37.9/include/linux/
Dkernel.h89 extern char *get_options(char *str, int nints, int *ints);
/linux-2.4.37.9/drivers/s390/misc/
Dchandev.c2325 static char *chandev_get_options(char *str, int nints, chandev_int *ints) in chandev_get_options() argument
2329 while (i<nints) in chandev_get_options()