Home
last modified time | relevance | path

Searched refs:conf_remove (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sbin/isakmpd/
H A Dconf.h100 extern int conf_remove(int, char *, char *);
H A Dui.c326 conf_remove(trans, section, tag); in ui_config()
336 conf_remove(trans, section, tag); in ui_config()
H A DDESIGN-NOTES332 int conf_remove (int transaction, char *section, char *tag);
339 non-zero otherwise. Note that the conf_remove* functions consider not
H A Dconf.c899 conf_remove(int transaction, char *section, char *tag) in conf_remove() function