Home
last modified time | relevance | path

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

/DragonStub/apps/lib/
H A Dcmdline.c105 char *get_options(const char *str, int nints, int *ints) in get_options() argument
107 bool validate = (nints == 0); in get_options()
110 while (i < nints || validate) { in get_options()
117 int n = validate ? 0 : nints - i; in get_options()