| /onnv/onnv-gate/usr/src/cmd/sgs/lex/common/ |
| llib-ll | 33 extern int printable(int);
|
| sub1.c | 179 printable(int c) function
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/t/ |
| hash.t | 111 my $printable = join ',', map {ord} split //, $key; 119 &$test_sub (\%hash, $key, $printable, $message, @other); 120 &$test_sub (\%tiehash, $key, $printable, "$message tie", @other); 124 my ($hash, $key, $printable, $message) = @_; 126 ok (exists $hash->{$key}, "hv_exists_ent present$message $printable"); 128 "hv_exists present$message $printable"); 132 my ($hash, $key, $printable, $message) = @_; 134 ok (!exists $hash->{$key}, "hv_exists_ent absent$message $printable"); 136 "hv_exists absent$message $printable"); 140 my ($hash, $key, $printable, $message) = @_ [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| snoop_http.c | 50 * 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
|
| snoop_rport.c | 473 int printable = 0; local 489 printable++; 508 return (printable > dlen / 2 ? tbuff : "");
|
| snoop_dhcp.c | 704 int printable; local 718 for (printable = 1, tmp = (char *)(*opt), ap = buffer; 724 printable = 0; 729 if (!printable) {
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/PerlIO/via/ |
| QuotedPrint.pm | 56 PerlIO::via::QuotedPrint - PerlIO layer for quoted-printable strings 71 quoted-printable format. It will decode from quoted-printable while reading 72 from a handle, and it will encode as quoted-printable while writing to a handle.
|
| /onnv/onnv-gate/usr/src/lib/libidmap/common/ |
| directory_error.c | 84 * 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...] |
| /onnv/onnv-gate/usr/src/lib/libparted/common/lib/ |
| quotearg.c | 393 bool printable; local 398 printable = isprint (c) != 0; 406 printable = true; 419 printable = false; 424 printable = false; 451 printable = false; 458 if (1 < m || (backslash_escapes && ! printable)) 466 if (backslash_escapes && ! printable)
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/MIME/Base64/ |
| QuotedPrint.pm | 25 MIME::QuotedPrint - Encoding and decoding of quoted-printable strings 37 quoted-printable encoding specified in RFC 2045 - I<MIME (Multipurpose 38 Internet Mail Extensions)>. The quoted-printable encoding is intended 40 printable characters in the ASCII character set. Each non-printable 84 Such strings cannot be encoded directly, as the quoted-printable
|
| Base64.pm | 42 enabling 6 bits to be represented per printable character.
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/nsgmls/ |
| RastEventHandler.h | 152 static const RastPrintable printable; 154 static RastPrintable printable; member in class:SP_NAMESPACE::RastEventHandler
|
| RastEventHandler.cxx | 61 RastPrintable RastEventHandler::printable; member in class:SP_NAMESPACE::RastEventHandler 588 if (printable(*p)) { 611 if (!printable(*p)) { 653 // printable characters precede non-printable; 654 // characters printable characters are in ASCII order 655 // non-printable characters are in document character 657 int a1 = printable(*p1); 658 int a2 = printable(*p2);
|
| /onnv/onnv-gate/usr/src/common/openssl/crypto/asn1/ |
| asn1_par.c | 255 int i,printable=1; local 263 * printable */ 272 printable=0; 276 if (printable) 277 /* printable string */ 286 /* not printable => print octet string
|
| /onnv/onnv-gate/usr/src/lib/libresolv2/common/nameser/ |
| ns_name.c | 73 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
|
| /onnv/onnv-gate/usr/src/cmd/praudit/ |
| format.c | 1806 int i, printable, eos; local 2706 int len, printable; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/ |
| s2p.PL | 329 Print the contents of the pattern space: non-printable characters are 334 octal number for all other non-printable characters. [all...] |
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| perl5db.pl | [all...] |