Searched refs:printable (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dllib-ll33 extern int printable(int);
H A Dsub1.c179 printable(int c) function
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_http.c50 * printable characters will not be printed. MAXCHARS is the maximum
60 static int printable(const char *line, const char *endp);
72 c = printable(line, endp - 1);
88 c = printable(p, endp - 1);
110 /* truncate lines containing non-printable characters */
128 * ending with "endp" (inclusively) consisting only of printable
133 printable(const char *startp, const char *endp) function
H A Dsnoop_dhcp.c700 int printable; local
714 for (printable = 1, tmp = (char *)(*opt), ap = buffer;
720 printable = 0;
725 if (!printable) {
H A Dsnoop_display.c800 int printable = 0; local
816 printable++;
835 return (printable > dlen / 2 ? tbuff : "");
/illumos-gate/usr/src/lib/libidmap/common/
H A Ddirectory_error.c84 * Cached printable form (that is, with params[] interpolated into
87 char *printable; member in struct:directory_error
133 /* Free cached printable */
134 free(de->printable);
135 de->printable = NULL;
374 * Returns a printable version of this directory_error_t, suitable for
386 if (de->printable != NULL)
387 return (de->printable);
410 de->printable = s;
412 return (de->printable);
[all...]
/illumos-gate/usr/src/cmd/od/
H A Dod.c209 static int printable = 0; local
225 if (printable) {
264 printable = 1;
267 printable = 0;
/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_name.c73 static int printable(int);
87 * Convert an encoded domain name to printable ascii as per RFC1035.
155 } else if (!printable(c)) {
894 printable(int ch) { function
/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c1722 pa_putstr_xml(pr_context_t *context, int printable, char *str, size_t len) argument
1726 if (!printable) {
1739 /* printable characters */
1782 pa_putstr(pr_context_t *context, int printable, char *str, size_t len) argument
1787 return (pa_putstr_xml(context, printable, str, len));
1789 if (!printable) {
1806 int i, printable, eos; local
1824 printable = isprint((unsigned char)c);
1825 wstat = pa_putstr(context, printable, &c, 1);
1849 printable
2706 int len, printable; local
[all...]

Completed in 160 milliseconds