Searched refs:PARSE_NORMAL (Results 1 – 8 of 8) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/ |
A D | sysconf.c | 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 D | usershell.c | 55 while (config_read(shellp, &shell, 1, 1, "# \t", PARSE_NORMAL)) in libc_hidden_def()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/internal/ |
A D | parse_config.h | 36 PARSE_NORMAL = PARSE_COLLAPSE | PARSE_TRIM | PARSE_GREEDY, enumerator
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | getproto.c | 88 if (!config_read(protop, &tok, MAXTOKENS - 1, MINTOKENS, "# \t/", PARSE_NORMAL)) { in libc_hidden_def()
|
A D | getservice.c | 90 if (!config_read(servp, &tok, MAXTOKENS - 1, MINTOKENS, "# \t/", PARSE_NORMAL)) { in libc_hidden_def()
|
A D | getnet.c | 89 if (!config_read(netp, &tok, MAXTOKENS-1, MINTOKENS, "# \t/", PARSE_NORMAL)) { in libc_hidden_def()
|
A D | resolv.c | 1640 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 D | parse_config.c | 19 unsigned flags = PARSE_NORMAL; in parse_main()
|
Completed in 15 milliseconds