Lines Matching defs:RPDB_ENTRIES
82 #define RPDB_ENTRIES 256
89 static struct arglist *rt_dsfield[RPDB_ENTRIES];
90 static struct arglist *rt_protos[RPDB_ENTRIES];
91 static struct arglist *rt_tables[RPDB_ENTRIES];
92 static struct arglist *rt_realms[RPDB_ENTRIES];
93 static struct arglist *rt_scope[RPDB_ENTRIES];
219 for (i = 0;i<RPDB_ENTRIES;i++) {
308 if (idx < 0 || idx >= RPDB_ENTRIES) {
309 snprintf(toybuf, RPDB_ENTRIES, "%u", idx);
317 if (whichDB == RPDB_rtdsfield) snprintf(toybuf, RPDB_ENTRIES, "0x%02x", idx);
318 else snprintf(toybuf, RPDB_ENTRIES, "%u", idx);
329 for (alist = getlist(whichDB); i < RPDB_ENTRIES; i++) {
343 if (!name) snprintf(toybuf, RPDB_ENTRIES, "%u", idx);