Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/
A Dparse_config.c20 int mintokens = 0, ntokens = 128; in parse_main() local
23 getopt32(argv, "n:m:d:f:", &ntokens, &mintokens, &delims, &flags); in parse_main()
31 while ((n = config_read(p, t, ntokens, mintokens, delims, flags)) != 0) { in parse_main()
183 int ntokens, mintokens; in config_read() local
190 mintokens = (flags & 0xFF00) >> 8; in config_read()
270 if (t < mintokens) { in config_read()
272 /*parser->lineno, */t, mintokens); in config_read()

Completed in 2 milliseconds