Home
last modified time | relevance | path

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

/freebsd/contrib/blocklist/bin/
H A Drun.h38 int run_change(const char *, const struct conf *, char *, size_t);
H A Dblacklistd.c239 int res = run_change("add", &c, in process()
323 run_change("rem", &c, dbi.id, 0); in update()
405 (void)run_change("add", &c, dbi.id, sizeof(dbi.id)); in rules_restore()
H A Drun.c117 run_change(const char *how, const struct conf *c, char *id, size_t len) in run_change() function