Home
last modified time | relevance | path

Searched refs:MINTOKENS (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/
A Dgetproto.c30 #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 Dgetservice.c31 #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 Dgetnet.c30 #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 Dresolv.c1593 #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