Searched refs:MAXALIASES (Results 1 – 5 of 5) sorted by relevance
54 #define MAXALIASES 35 macro55 char *rpc_aliases[MAXALIASES];236 if (q < &(d->rpc_aliases[MAXALIASES - 1])) in interpret()
31 #define MAXALIASES 8 /* will probably never be more than one */ macro32 #define MAXTOKENS (MINTOKENS + MAXALIASES + 1)
32 #define MAXALIASES 8 /* we seldomly need more than 1 alias */ macro33 #define MAXTOKENS (MINTOKENS + MAXALIASES + 1)
31 #define MAXALIASES 8 macro32 #define MAXTOKENS (MINTOKENS + MAXALIASES + 1)
338 #define MAXALIASES (4) macro1594 #define MAXTOKENS (MINTOKENS + MAXALIASES)1652 while (aliases < MAXALIASES) { in __read_etc_hosts_r()
Completed in 10 milliseconds