Searched refs:ntokens (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/libbb/
H A Dparse_config.c19 int mintokens = 0, ntokens = 128; local
22 getopt32(argv, "n:m:d:f:", &ntokens, &mintokens, &delims, &flags);
29 char **t = xmalloc(sizeof(char *) * ntokens);
30 while ((n = config_read(p, t, ntokens, mintokens, delims, flags)) != 0) {
128 int ntokens, mintokens; local
131 ntokens = (uint8_t)flags;
138 memset(tokens, 0, sizeof(tokens[0]) * ntokens);
168 if ((t != (ntokens-1)) || !(flags & PARSE_GREEDY)) {
210 } while (*line && *line != delims[0] && t < ntokens);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/libbb/
H A Dparse_config.c19 int mintokens = 0, ntokens = 128; local
22 getopt32(argv, "n:m:d:f:", &ntokens, &mintokens, &delims, &flags);
29 char **t = xmalloc(sizeof(char *) * ntokens);
30 while ((n = config_read(p, t, ntokens, mintokens, delims, flags)) != 0) {
128 int ntokens, mintokens; local
131 ntokens = (uint8_t)flags;
138 memset(tokens, 0, sizeof(tokens[0]) * ntokens);
168 if ((t != (ntokens-1)) || !(flags & PARSE_GREEDY)) {
210 } while (*line && *line != delims[0] && t < ntokens);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/libbb/
H A Dparse_config.c19 int mintokens = 0, ntokens = 128; local
22 getopt32(argv, "n:m:d:f:", &ntokens, &mintokens, &delims, &flags);
29 char **t = xmalloc(sizeof(char *) * ntokens);
30 while ((n = config_read(p, t, ntokens, mintokens, delims, flags)) != 0) {
128 int ntokens, mintokens; local
131 ntokens = (uint8_t)flags;
138 memset(tokens, 0, sizeof(tokens[0]) * ntokens);
168 if ((t != (ntokens-1)) || !(flags & PARSE_GREEDY)) {
210 } while (*line && *line != delims[0] && t < ntokens);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/mailutils/
H A Dmime.c222 int ntokens; local
244 ntokens = 0;
245 tokens[ntokens] = NULL;
247 tokens[ntokens] = s;
248 if (ntokens < ARRAY_SIZE(tokens) - 1)
249 ntokens++;
250 //bb_info_msg("L[%d][%s]", ntokens, s);
252 tokens[ntokens] = NULL;
253 //bb_info_msg("N[%d]", ntokens);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/mailutils/
H A Dmime.c222 int ntokens; local
244 ntokens = 0;
245 tokens[ntokens] = NULL;
247 tokens[ntokens] = s;
248 if (ntokens < ARRAY_SIZE(tokens) - 1)
249 ntokens++;
250 //bb_info_msg("L[%d][%s]", ntokens, s);
252 tokens[ntokens] = NULL;
253 //bb_info_msg("N[%d]", ntokens);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/mailutils/
H A Dmime.c222 int ntokens; local
244 ntokens = 0;
245 tokens[ntokens] = NULL;
247 tokens[ntokens] = s;
248 if (ntokens < ARRAY_SIZE(tokens) - 1)
249 ntokens++;
250 //bb_info_msg("L[%d][%s]", ntokens, s);
252 tokens[ntokens] = NULL;
253 //bb_info_msg("N[%d]", ntokens);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/lib/
H A Dts_fsm.c38 unsigned int ntokens; member in struct:ts_fsm
169 for (tok_idx = 0; tok_idx < fsm->ntokens; tok_idx++) {
172 if (likely(tok_idx < (fsm->ntokens - 1)))
266 unsigned int ntokens = len / sizeof(*tokens); local
269 if (len % sizeof(struct ts_fsm_token) || ntokens < 1)
275 for (i = 0; i < ntokens; i++) {
282 (i != 0 || i == (ntokens - 1)))
292 fsm->ntokens = ntokens;
295 for (i = 0; i < fsm->ntokens;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/lib/
H A Dts_fsm.c38 unsigned int ntokens; member in struct:ts_fsm
169 for (tok_idx = 0; tok_idx < fsm->ntokens; tok_idx++) {
172 if (likely(tok_idx < (fsm->ntokens - 1)))
266 unsigned int ntokens = len / sizeof(*tokens); local
269 if (len % sizeof(struct ts_fsm_token) || ntokens < 1)
275 for (i = 0; i < ntokens; i++) {
282 (i != 0 || i == (ntokens - 1)))
292 fsm->ntokens = ntokens;
295 for (i = 0; i < fsm->ntokens;
[all...]

Completed in 82 milliseconds