Lines Matching defs:maxkey
53 unsigned maxkey;
137 static const char Maxkey[] = "maxkey";
212 dhp->maxkey = 0;
293 dhp->maxkey = strtoul(rhsp, NULL, 0);
297 * require version 1, expected dict name, and maxkey values
303 dhp->maxkey == 0) {
307 "%sEINVAL ver %d name \"%s\" maxkey %d\n",
308 debugstr, prop_version, prop_name, dhp->maxkey);
370 (void) fprintf(stderr, "fm_dc_maxkey: dhp 0x%p: maxkey %d\n",
371 (void *)dhp, dhp->maxkey + 1);
372 return (dhp->maxkey + 1);
438 char *key[], int maxkey)
449 "fm_dc_code2key: dhp 0x%p code \"%s\" maxkey %d: ",
450 (void *)dhp, code, maxkey);
534 if (nel >= maxkey - 1) {
537 "%sENOMEM maxkey %d\n",
538 debugstr, maxkey);