Searched refs:charstr (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/ugidfw/
H A Dugidfw.c73 char errstr[BUFSIZ], charstr[BUFSIZ]; local
88 if (bsde_rule_to_string(&rule, charstr, BUFSIZ) == -1)
91 printf("%d %s\n", rulenum, charstr);
97 char errstr[BUFSIZ], charstr[BUFSIZ]; local
126 if (bsde_rule_to_string(&rule, charstr, BUFSIZ) == -1)
129 printf("%d %s\n", i, charstr);
/freebsd-current/lib/libc/nameser/
H A Dns_print.c54 static int charstr(const u_char *rdata, const u_char *edata,
177 T(len = charstr(rdata, edata, &buf, &buflen));
188 T(len = charstr(rdata, edata, &buf, &buflen));
301 T(len = charstr(rdata, edata, &buf, &buflen));
310 T(len = charstr(rdata, edata, &buf, &buflen));
357 T(len = charstr(rdata, edata, &buf, &buflen));
364 T(len = charstr(rdata, edata, &buf, &buflen));
371 T(len = charstr(rdata, edata, &buf, &buflen));
1123 * charstr(rdata, edata, buf, buflen)
1133 charstr(cons function
[all...]
/freebsd-current/lib/libugidfw/
H A Dugidfw.c1294 char charstr[BUFSIZ]; local
1310 rule_slots = bsde_get_rule_slots(BUFSIZ, charstr);

Completed in 172 milliseconds