Searched refs:numsets (Results 1 – 2 of 2) sorted by relevance
513 int numsets = 0; in cfg_lookup() local515 numsets = cfg_get_num_entries(cfg, "sndr"); in cfg_lookup()516 for (setnum = 1; setnum <= numsets; setnum++) { in cfg_lookup()
679 int numsets; in read_libcfg() local703 if ((numsets = cfg_get_num_entries(cfg, "sndr")) < 0) in read_libcfg()706 no_id = (int *)calloc(numsets + 1, sizeof (int)); in read_libcfg()