Searched defs:printable (Results 1 - 5 of 5) sorted by relevance

/osnet-11/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...]
/osnet-11/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
/osnet-11/usr/src/lib/libparted/common/lib/
H A Dquotearg.c483 bool printable; local
488 printable = isprint (c) != 0;
496 printable = true;
509 printable = false;
514 printable = false;
542 printable = false;
549 if (1 < m || (backslash_escapes && ! printable))
557 if (backslash_escapes && ! printable)
/osnet-11/usr/src/lib/libcmd/common/
H A Dod.c46 "and NUL is written as `\\0'. Other non-printable characters are written "
80 "[m:map?\b--printable\b and \b--format=m\b bytes are converted from "
82 "{\fcodesets\f} [p:printable?Output the printable bytes (after \b--map\b "
83 "if specified), in the last data column. Non-printable byte values are "
251 int printable; member in struct:State_s
632 "\b--map\b mapped character or hexadecimal value if not printable",
652 "printable bytes",
773 state->printable = 1;
1051 if (state->printable
[all...]
H A Dls.c242 #define LS_PRINTABLE (LS_USER<<14) /* ? for non-printable chars */
298 #define PRINTABLE(s) ((state.lsflags&LS_PRINTABLE)?printable(s):(s))
404 printable(register char* s) function

Completed in 65 milliseconds