Home
last modified time | relevance | path

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

/lib/
Dcmdline.c107 char *get_options(const char *str, int nints, int *ints) in get_options() argument
109 bool validate = (nints == 0); in get_options()
112 while (i < nints || validate) { in get_options()
119 int n = validate ? 0 : nints - i; in get_options()