Home
last modified time | relevance | path

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

/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…
51 libc_hidden_proto(config_read)
52 #define config_read(parser, tokens, max, min, str, flags) \ macro
53 config_read(parser, tokens, ((flags) | (((min) & 0xFF) << 8) | ((max) & 0xFF)), str)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/
A Dparse_config.c31 while ((n = config_read(p, t, ntokens, mintokens, delims, flags)) != 0) { in parse_main()
178 #undef config_read
179 int FAST_FUNC config_read(parser_t *parser, char ***tokens, in config_read() function
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/
A Dsysconf.c53 while (config_read(p, &l, 2, 1, " ", 0)) in nprocessors_onln()
61 while (config_read(p, &l, 2, 2, "\0:", PARSE_NORMAL)) in nprocessors_onln()
67 while (config_read(p, &l, 2, 2, "\0:\t", PARSE_NORMAL)) in nprocessors_onln()
102 while (config_read(p, &l, 2, 2, "\0:", PARSE_NORMAL)) in nprocessors_conf()
A Dusershell.c55 while (config_read(shellp, &shell, 1, 1, "# \t", PARSE_NORMAL)) in libc_hidden_def()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dgetproto.c88 if (!config_read(protop, &tok, MAXTOKENS - 1, MINTOKENS, "# \t/", PARSE_NORMAL)) { in libc_hidden_def()
A Dgetservice.c90 if (!config_read(servp, &tok, MAXTOKENS - 1, MINTOKENS, "# \t/", PARSE_NORMAL)) { in libc_hidden_def()
A Dgetnet.c89 if (!config_read(netp, &tok, MAXTOKENS-1, MINTOKENS, "# \t/", PARSE_NORMAL)) { in libc_hidden_def()
A Dresolv.c1640 while (config_read(parser, &tok, MAXTOKENS, MINTOKENS, "# \t", PARSE_NORMAL)) { in __read_etc_hosts_r()

Completed in 15 milliseconds