Home
last modified time | relevance | path

Searched refs:bsde_get_rule_slots (Results 1 – 5 of 5) sorted by relevance

/freebsd/lib/libugidfw/
H A DMakefile14 MLINKS+= bsde_get_rule_count.3 bsde_get_rule_slots.3
H A Dugidfw.h48 int bsde_get_rule_slots(size_t buflen, char *errstr);
H A Dugidfw.c1163 bsde_get_rule_slots(size_t buflen, char *errstr) in bsde_get_rule_slots() function
1310 rule_slots = bsde_get_rule_slots(BUFSIZ, charstr); in bsde_add_rule()
/freebsd/tests/sys/mac/bsdextended/
H A Dugidfw_test.c243 slots = bsde_get_rule_slots(sizeof(errorstr), errorstr); in main()
/freebsd/usr.sbin/ugidfw/
H A Dugidfw.c101 rule_slots = bsde_get_rule_slots(BUFSIZ, errstr); in list_rules()