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

/freebsd-10.0-release/usr.sbin/ugidfw/
H A Dugidfw.c74 char errstr[BUFSIZ], charstr[BUFSIZ]; local
89 if (bsde_rule_to_string(&rule, charstr, BUFSIZ) == -1)
92 printf("%d %s\n", rulenum, charstr);
98 char errstr[BUFSIZ], charstr[BUFSIZ]; local
127 if (bsde_rule_to_string(&rule, charstr, BUFSIZ) == -1)
130 printf("%d %s\n", i, charstr);
/freebsd-10.0-release/lib/libc/nameser/
H A Dns_print.c58 static int charstr(const u_char *rdata, const u_char *edata,
178 T(len = charstr(rdata, edata, &buf, &buflen));
189 T(len = charstr(rdata, edata, &buf, &buflen));
301 T(len = charstr(rdata, edata, &buf, &buflen));
309 T(len = charstr(rdata, edata, &buf, &buflen));
356 T(len = charstr(rdata, edata, &buf, &buflen));
363 T(len = charstr(rdata, edata, &buf, &buflen));
370 T(len = charstr(rdata, edata, &buf, &buflen));
781 * charstr(rdata, edata, buf, buflen)
791 charstr(cons function
[all...]
/freebsd-10.0-release/lib/libugidfw/
H A Dugidfw.c1284 char charstr[BUFSIZ]; local
1300 rule_slots = bsde_get_rule_slots(BUFSIZ, charstr);

Completed in 132 milliseconds