Searched refs:cs_c (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/blocklist/bin/ |
H A D | conf.c | 904 cs->cs_c = NULL; in confset_init() 915 tc = realloc(cs->cs_c, cs->cs_m * sizeof(*cs->cs_c)); in confset_grow() 920 cs->cs_c = tc; in confset_grow() 927 return &cs->cs_c[cs->cs_n]; in confset_get() 939 qsort(cs->cs_c, cs->cs_n, sizeof(*cs->cs_c), conf_sort); in confset_sort() 951 free(cs->cs_c); in confset_free() 975 &cs->cs_c[i])); in confset_list() 992 "check:\t", "", &cs->cs_c[i])); in confset_match() 993 if (conf_eq(c, &cs->cs_c[i])) { in confset_match() 997 "found:\t", "", &cs->cs_c[i])); in confset_match() [all …]
|
H A D | conf.h | 50 struct conf *cs_c; member
|
H A D | blacklistd.c | 386 uniqueadd(&list, &nlist, &mlist, &rconf.cs_c[i]); in rules_flush() 388 uniqueadd(&list, &nlist, &mlist, &lconf.cs_c[i]); in rules_flush()
|