Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dip.c78 #define RPDB_ENTRIES 256 macro
85 static struct arglist *rt_dsfield[RPDB_ENTRIES];
86 static struct arglist *rt_protos[RPDB_ENTRIES];
87 static struct arglist *rt_tables[RPDB_ENTRIES];
88 static struct arglist *rt_realms[RPDB_ENTRIES];
89 static struct arglist *rt_scope[RPDB_ENTRIES];
197 for (i = 0;i<RPDB_ENTRIES;i++) { in free_alist()
286 if (idx < 0 || idx >= RPDB_ENTRIES) { in namefromRPDB()
287 snprintf(toybuf, RPDB_ENTRIES, "%u", idx); in namefromRPDB()
295 if (whichDB == RPDB_rtdsfield) snprintf(toybuf, RPDB_ENTRIES, "0x%02x", idx); in namefromRPDB()
[all …]