Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ugidfw/
H A Dugidfw.c88 if (bsde_rule_to_string(&rule, charstr, BUFSIZ) == -1) in add_rule()
126 if (bsde_rule_to_string(&rule, charstr, BUFSIZ) == -1) in list_rules()
/freebsd/lib/libugidfw/
H A DMakefile9 bsde_rule_to_string.3 libugidfw.3
H A Dugidfw.h38 int bsde_rule_to_string(struct mac_bsdextended_rule *rule, char *buf,
H A Dugidfw.c62 bsde_rule_to_string(struct mac_bsdextended_rule *rule, char *buf, size_t buflen) in bsde_rule_to_string() function
/freebsd/tests/sys/mac/bsdextended/
H A Dugidfw_test.c179 error = bsde_rule_to_string(&rule, rulestr, sizeof(rulestr)); in test_libugidfw_strings()