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

/freebsd-10.1-release/lib/libugidfw/
H A DMakefile16 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.c1150 bsde_get_rule_slots(size_t buflen, char *errstr) function
1300 rule_slots = bsde_get_rule_slots(BUFSIZ, charstr);
/freebsd-10.1-release/tools/regression/mac/mac_bsdextended/
H A Dtest_ugidfw.c233 slots = bsde_get_rule_slots(sizeof(errorstr), errorstr);
235 errx(-1, "bsde_get_rule_slots: %s", errorstr);
/freebsd-10.1-release/usr.sbin/ugidfw/
H A Dugidfw.c102 rule_slots = bsde_get_rule_slots(BUFSIZ, errstr);
106 errx(1, "bsde_get_rule_slots: %s", errstr);

Completed in 171 milliseconds