Searched refs:printable (Results 26 - 50 of 75) sorted by relevance

123

/macosx-10.10.1/OpenSSL098-52/src/crypto/asn1/
H A Dasn1_par.c260 int i,printable=1; local
268 * printable */
277 printable=0;
281 if (printable)
282 /* printable string */
291 /* not printable => print octet string
/macosx-10.10.1/CPANInternal-159.1/Heap-0.80/lib/Heap/Elem/
H A DRef.pm50 # assume that myObject object have a method I<printable>
51 print "Smallest is ", $elem->val->printable, "\n";
H A DRefRev.pm50 # assume that myObject object have a method I<printable>
51 print "Largest is ", $elem->val->printable, "\n";
/macosx-10.10.1/bind9-45.101/bind9/lib/isccc/
H A Dsexpr.c155 printable(isccc_region_t *r) function
208 if (printable(&sexpr->value.as_region)) {
/macosx-10.10.1/curl-83.1.2/curl/tests/server/
H A Dfake_ntlm.c47 * Returns an allocated buffer with printable representation of input
50 static char *printable(char *inbuf, size_t inlength) function
266 msgbuf = printable(buf, 0);
/macosx-10.10.1/python_modules-40/Modules/xattr-0.5/
H A Drtool.py72 printable = s.translate(_FILTER)
73 result.append("%08X %-*s |%s|" % (i, length*3, hexa, printable))
/macosx-10.10.1/Security-57031.1.35/SecurityTests/cspxutils/dbTool/
H A DdbTool.cpp132 /* See if a blob is printable. Used for BLOB and UINT32 types, the latter of
137 bool printable = true; local
143 printable = false;
149 printable = false;
154 return printable;
198 /* see if it happens to be a printable string */
/macosx-10.10.1/cups-408/cups/templates/
H A DMakefile47 help-printable.tmpl \
/macosx-10.10.1/postfix-255/postfix/src/smtpd/
H A Dsmtpd_sasl_proto.c251 printable(state->sasl_sender, '?');
/macosx-10.10.1/cups-408/cups/cgi-bin/
H A DMakefile193 --css ../doc/cups-printable.css \
203 --css ../doc/cups-printable.css \
/macosx-10.10.1/cups-408/cups/doc/
H A DMakefile25 cups-printable.css \
256 cp cups-printable.css ../org.cups.docset/Contents/Resources/Documentation
/macosx-10.10.1/libresolv-57/
H A Dns_name.c79 static int printable(int);
92 * Convert an encoded domain name to printable ascii as per RFC1035.
158 } else if (!printable(c)) {
702 * printable(ch)
709 printable(int ch) { function
/macosx-10.10.1/cups-408/cups/ppdc/
H A DMakefile219 --css ../doc/cups-printable.css \
230 --css ../doc/cups-printable.css \
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Dcpu-ns32k.c28 #define N(machine, printable, d, next) \
29 { 32, 32, 8, bfd_arch_ns32k, machine, "ns32k",printable,3,d,bfd_default_compatible,bfd_default_scan, next, }
/macosx-10.10.1/postfix-255/postfix/src/xsasl/
H A Dxsasl_dovecot_server.c531 printable(server->username, '?');
534 printable(line + 7, '?');
/macosx-10.10.1/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.pm96 Binary UUIDs can be converted to printable strings using following methods:
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dresrc.c1924 int printable;
1933 printable = 1;
1938 printable = 0;
1943 if (! printable)
1921 int printable; local
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Danvil_clnt.c152 printable(concatenate(service, ":", addr, (char *) 0), '?')
H A Dbounce_log.c195 cp = printable(STR(bp->buf), '?');
/macosx-10.10.1/postfix-255/postfix/src/trivial-rewrite/
H A Dtrivial-rewrite.c490 msg_warn("bad command %.30s", printable(vstring_str(command), '?'));
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict_sockmap.c282 printable(reply_payload, '?') : "");
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_peg_from_peg.tcl312 return [pt::pe printable]
H A Dpt_pexpression.tcl21 epsilon dot alnum alpha ascii digit graph lower printable \
226 proc ::pt::pe::printable {} { return print }
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/mime/
H A Dmime.tcl29 # Fall-back to tcl-based procedures of base64 and quoted-printable encoders
44 proc quoted-printable {-mode what -- chunk} {
468 7bit - 8bit - binary - quoted-printable - base64 {
1555 quoted-printable {
1625 quoted-printable/0 {
1836 quoted-printable {
2077 quoted-printable {
2232 # or quoted-printable).
2317 return quoted-printable
2458 # Tcl version of quote-printable encod
[all...]
/macosx-10.10.1/cups-408/cups/scheduler/
H A DMakefile359 --css ../doc/cups-printable.css \
369 --css ../doc/cups-printable.css \

Completed in 413 milliseconds

123