Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/
A Dgetsubopt.c31 getsubopt (char **optionp, char *const *tokens, char **valuep) in getsubopt() argument
49 for (cnt = 0; tokens[cnt] != NULL; ++cnt) in getsubopt()
50 if (strncmp (*optionp, tokens[cnt], vstart - *optionp) == 0 in getsubopt()
51 && tokens[cnt][vstart - *optionp] == '\0') in getsubopt()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/
A Dparse_config.c179 int FAST_FUNC config_read(parser_t *parser, char ***tokens, in config_read() argument
218 *tokens = (char **) parser->data; in config_read()
219 memset(*tokens, 0, sizeof(*tokens[0]) * ntokens); in config_read()
224 *(*tokens + t) = line; in config_read()
252 from = to = tokens[t]; in config_read()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/internal/
A Dparse_config.h50 int config_read(parser_t *parser, char ***tokens, unsigned flags, const char *delims) FAST_FUNC att…
52 #define config_read(parser, tokens, max, min, str, flags) \ argument
53 config_read(parser, tokens, ((flags) | (((min) & 0xFF) << 8) | ((max) & 0xFF)), str)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/generic/
A Dstrtok_r.c27 Parse S into tokens separated by characters in DELIM.
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dzconf.tab.c_shipped134 /* Put the tokens into the symbol table, so that GDB and other debuggers
1400 /* Number of tokens to shift before error messages enabled. */
1590 /* Count tokens shifted since error; after three, turn off error
A Dzconf.lex.c_shipped258 * still have a bunch of tokens to match, though, because of
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/
A DConfig.in2368 For now these debugging tokens are available:

Completed in 11 milliseconds