Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/
A Dparse_config.c119 parser_t *parser; in config_open2() local
125 parser = calloc(1, sizeof(*parser)); in config_open2()
126 if (parser) { in config_open2()
127 parser->fp = fp; in config_open2()
129 return parser; in config_open2()
140 free(parser->data); in config_free_data()
141 parser->data = parser->line = NULL; in config_free_data()
147 if (parser) { in config_close()
151 free(parser); in config_close()
197 parser->data = malloc(parser->data_len + parser->line_len); in config_read()
[all …]
/l4re-core-master/ned/server/src/
A Dapp_model.cc142 _info.ldr_flags = parser.ldr_flags.data; in init_prog()
143 _info.l4re_dbg = parser.l4re_dbg.data; in init_prog()
145 if (parser.cpu_affinity.data != ~0UL || parser.base_prio.data != Default_base_prio in init_prog()
146 || parser.max_prio.data != Default_max_prio) in init_prog()
149 parser.base_prio.data, parser.max_prio.data); in init_prog()
150 _task->_sched.set_prio(parser.base_prio.data, parser.max_prio.data); in init_prog()
151 _task->_sched.restrict_cpus(parser.cpu_affinity.data); in init_prog()
/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)
54 void config_close(parser_t *parser) FAST_FUNC attribute_hidden;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/c++17/
A Dfs_path.cc648 _Parser parser(s); in _M_append() local
731 parser.origin = basepos; in _M_append()
742 auto cmpt = parser.next(); in _M_append()
748 cmpt = parser.next(); in _M_append()
756 _Parser parser2(parser); in _M_append()
812 cmpt = parser.next(); in _M_append()
1138 cmpt = parser.next(); in _M_concat()
1142 cmpt = parser.next(); in _M_concat()
1409 _Parser parser(s); in compare() local
1461 cmpt = parser.next(); in compare()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++17/
A Dfs_path.cc655 _Parser parser(s); in _M_append() local
738 parser.origin = basepos; in _M_append()
749 auto cmpt = parser.next(); in _M_append()
755 cmpt = parser.next(); in _M_append()
763 _Parser parser2(parser); in _M_append()
819 cmpt = parser.next(); in _M_append()
1145 cmpt = parser.next(); in _M_concat()
1149 cmpt = parser.next(); in _M_concat()
1416 _Parser parser(s); in compare() local
1468 cmpt = parser.next(); in compare()
[all …]
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++17/
A Dfs_path.cc655 _Parser parser(s); in _M_append() local
738 parser.origin = basepos; in _M_append()
749 auto cmpt = parser.next(); in _M_append()
755 cmpt = parser.next(); in _M_append()
763 _Parser parser2(parser); in _M_append()
819 cmpt = parser.next(); in _M_append()
1145 cmpt = parser.next(); in _M_concat()
1149 cmpt = parser.next(); in _M_concat()
1416 _Parser parser(s); in compare() local
1468 cmpt = parser.next(); in compare()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dresolv.c1584 parser_t *parser; in __open_etc_hosts() local
1585 parser = config_open("/etc/hosts"); in __open_etc_hosts()
1587 if (parser == NULL) in __open_etc_hosts()
1590 return parser; in __open_etc_hosts()
1599 parser_t * parser, in __read_etc_hosts_r() argument
1623 if (parser == NULL) in __read_etc_hosts_r()
1624 parser = __open_etc_hosts(); in __read_etc_hosts_r()
1625 if (parser == NULL) { in __read_etc_hosts_r()
1635 parser->data = buf; in __read_etc_hosts_r()
1636 parser->data_len = aliaslen; in __read_etc_hosts_r()
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dzconf.tab.c_shipped1 /* A Bison parser, made by GNU Bison 2.4.3. */
22 part or all of the Bison parser skeleton and distribute that work
24 parser generator using the skeleton or a modified version thereof
25 as a parser skeleton. Alternatively, if you modify or redistribute
26 the parser skeleton itself, you may (at your option) remove this
34 /* C LALR(1) parser skeleton written by Richard Stallman, by
35 simplifying the original so-called "semantic" parser. */
290 /* The parser invokes alloca or malloc; define the necessary symbols. */
1054 /* YYINITDEPTH -- initial size of the parser's stacks. */
1630 unconditionally makes the parser a bit smaller, and it avoids a
/l4re-core-master/uclibc/doc/
A Duclibc.cfg879 # which can be used by a validating XML parser to check the
885 # which can be used by a validating XML parser to check the
1004 # the parser if not removed.
/l4re-core-master/libsigma0/doc/
A Dlibsigma0.cfg701 # used for boiler-plate code, and will confuse the parser if not removed.
/l4re-core-master/l4util/doc/
A Dl4util.cfg761 # used for boiler-plate code, and will confuse the parser if not removed.

Completed in 36 milliseconds