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

/freebsd-10.1-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.1-release/lib/libc/nameser/
H A Dns_print.c58 static int charstr(const u_char *rdata, const u_char *edata,
181 T(len = charstr(rdata, edata, &buf, &buflen));
192 T(len = charstr(rdata, edata, &buf, &buflen));
305 T(len = charstr(rdata, edata, &buf, &buflen));
314 T(len = charstr(rdata, edata, &buf, &buflen));
361 T(len = charstr(rdata, edata, &buf, &buflen));
368 T(len = charstr(rdata, edata, &buf, &buflen));
375 T(len = charstr(rdata, edata, &buf, &buflen));
1127 * charstr(rdata, edata, buf, buflen)
1137 charstr(cons function
[all...]
/freebsd-10.1-release/lib/libugidfw/
H A Dugidfw.c1284 char charstr[BUFSIZ]; local
1300 rule_slots = bsde_get_rule_slots(BUFSIZ, charstr);

Completed in 112 milliseconds