HomeSort by: relevance | last modified time | path
    Searched defs:printable (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/nameser/
ns_name.c 81 static int printable(int);
95 * Convert an encoded domain name to printable ascii as per RFC1035.
163 } else if (!printable(c)) {
912 printable(int ch) { function in typeref:typename:int
  /src/sbin/ifconfig/
ieee80211.c 1160 * ssid is entirely printable then just copy intact. Otherwise convert
1168 int printable; local in function:copy_essid
1175 /* determine printable or not */
1176 printable = 1;
1179 printable = 0;
1183 if (!printable) { /* not printable, print as hex */
1195 /* printable, truncate as needed */

Completed in 13 milliseconds