Searched refs:charstr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/usr.sbin/ugidfw/ |
| HD | ugidfw.c | 74 char errstr[BUFSIZ], charstr[BUFSIZ]; in add_rule() local 89 if (bsde_rule_to_string(&rule, charstr, BUFSIZ) == -1) in add_rule() 92 printf("%d %s\n", rulenum, charstr); in add_rule() 98 char errstr[BUFSIZ], charstr[BUFSIZ]; in list_rules() local 127 if (bsde_rule_to_string(&rule, charstr, BUFSIZ) == -1) in list_rules() 130 printf("%d %s\n", i, charstr); in list_rules()
|
| /freebsd-14-stable/lib/libc/nameser/ |
| HD | ns_print.c | 57 static int charstr(const u_char *rdata, const u_char *edata, 180 T(len = charstr(rdata, edata, &buf, &buflen)); in ns_sprintrrf() 191 T(len = charstr(rdata, edata, &buf, &buflen)); in ns_sprintrrf() 304 T(len = charstr(rdata, edata, &buf, &buflen)); in ns_sprintrrf() 313 T(len = charstr(rdata, edata, &buf, &buflen)); in ns_sprintrrf() 360 T(len = charstr(rdata, edata, &buf, &buflen)); in ns_sprintrrf() 367 T(len = charstr(rdata, edata, &buf, &buflen)); in ns_sprintrrf() 374 T(len = charstr(rdata, edata, &buf, &buflen)); in ns_sprintrrf() 1136 charstr(const u_char *rdata, const u_char *edata, char **buf, size_t *buflen) { in charstr() function
|
| /freebsd-14-stable/lib/libugidfw/ |
| HD | ugidfw.c | 1294 char charstr[BUFSIZ]; in bsde_add_rule() local 1310 rule_slots = bsde_get_rule_slots(BUFSIZ, charstr); in bsde_add_rule()
|