Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/
A Dsysconf.c61 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/include/internal/
A Dparse_config.h36 PARSE_NORMAL = PARSE_COLLAPSE | PARSE_TRIM | PARSE_GREEDY, enumerator
/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()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/internals/
A Dparse_config.c19 unsigned flags = PARSE_NORMAL; in parse_main()

Completed in 16 milliseconds