Searched refs:tokens (Results 1 – 7 of 7) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/ |
A D | getsubopt.c | 31 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 D | parse_config.c | 179 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 D | parse_config.h | 50 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 D | strtok_r.c | 27 Parse S into tokens separated by characters in DELIM.
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/ |
A D | zconf.tab.c_shipped | 134 /* 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 D | zconf.lex.c_shipped | 258 * still have a bunch of tokens to match, though, because of
|
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/Configs/ |
A D | Config.in | 2368 For now these debugging tokens are available:
|
Completed in 11 milliseconds