Searched refs:MINTOKENS (Results 1 – 4 of 4) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | getproto.c | 30 #define MINTOKENS 2 macro 32 #define MAXTOKENS (MINTOKENS + MAXALIASES + 1) 88 if (!config_read(protop, &tok, MAXTOKENS - 1, MINTOKENS, "# \t/", PARSE_NORMAL)) { in libc_hidden_def()
|
A D | getservice.c | 31 #define MINTOKENS 3 macro 33 #define MAXTOKENS (MINTOKENS + MAXALIASES + 1) 90 if (!config_read(servp, &tok, MAXTOKENS - 1, MINTOKENS, "# \t/", PARSE_NORMAL)) { in libc_hidden_def()
|
A D | getnet.c | 30 #define MINTOKENS 2 macro 32 #define MAXTOKENS (MINTOKENS + MAXALIASES + 1) 89 if (!config_read(netp, &tok, MAXTOKENS-1, MINTOKENS, "# \t/", PARSE_NORMAL)) { in libc_hidden_def()
|
A D | resolv.c | 1593 #define MINTOKENS 2 /* ip address + canonical name */ macro 1594 #define MAXTOKENS (MINTOKENS + MAXALIASES) 1640 while (config_read(parser, &tok, MAXTOKENS, MINTOKENS, "# \t", PARSE_NORMAL)) { in __read_etc_hosts_r()
|
Completed in 9 milliseconds