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

123

/macosx-10.10.1/postfix-255/postfix/src/postscreen/
H A Dpostscreen_smtpd.c952 printable(command, '?');
990 printable(command, '?');
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dprint-snmp.c781 register int printable = 1, first = 1; local
784 for (i = asnlen; printable && i-- > 0; p++)
785 printable = isprint(*p) || isspace(*p);
787 if (printable) {
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dpipe_command.c595 * replace other non-printable characters by underscore.
601 printable(log_buf, '_');
H A Dtok822_parse.c255 printable(vstring_str(vp) + start, '?'));
/macosx-10.10.1/postfix-255/postfix/src/xsasl/
H A Dxsasl_cyrus_server.c606 printable(server->username, '?');
/macosx-10.10.1/postfix-255/postfix/src/smtpd/
H A Dsmtpd.c1372 * This filter is applied after printable().
1577 state->helo_name = mystrdup(printable(argv[1].strval, '?'));
1663 state->helo_name = mystrdup(printable(argv[1].strval, '?'));
2141 printable(STR(arg->vstrval), '?'));
2168 printable(STR(arg->vstrval), '?'));
2827 * Use quoted-printable (like) encoding with spaces mapped to underscore.
2857 * we limit this information to printable ASCII text, and neutralize
3198 printable(STR(why), ' ');
3659 * For safety's sake mask non-printable characters. We'll do more
3662 printable(attr_valu
[all...]
H A Dsmtpd_proxy.c752 * Censor out non-printable characters in server responses and save
764 printable(STR(buffer), '?');
H A Dsmtpd_check.c891 printable(STR(error_text), ' ');
2809 * Log the peer CommonName when access is denied. Non-printable
2835 char *sane_username = printable(mystrdup(state->sasl_username), '_');
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_rdengine_oo.tcl453 my OkFail [pt::pe printable]
H A Dpt_rdengine_tcl.tcl1778 set ourmsg(print) [pt::pe printable]
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dmail.vim25 " According to RFC 2822 any printable ASCII character can appear in a field
H A Dsamba.vim59 syn keyword sambaKeyword contained printable printcap printer printers
H A Dhog.vim77 syn keyword hogSessionVal contained printable all skipwhite
/macosx-10.10.1/ntp-92/ntpq/
H A Dntpq-opts.def348 the data is to transform nonascii data into a printable (but barely
/macosx-10.10.1/postfix-255/postfix/src/smtpstone/
H A Dsmtp-sink.c1201 return (command_resp(state, cmdp, command, printable(ptr, '?')));
/macosx-10.10.1/CPANInternal-159.1/Mail-Sender-0.8.22/
H A DSender.pm728 very long lines you should use 'encoding => "Quoted-printable"' in the
1839 my $encoding = $encoding || ($ctype =~ m#^text/#i ? 'Quoted-printable' : 'Base64');
1940 Encodes the text using the selected encoding (none/Base64/Quoted-printable)
1988 Encodes the text using the selected encoding (none/Base64/Quoted-printable).
3309 Otherwise use SendEnc() instead of SendEx() and "quoted-printable" instead of "7bit".
3317 encoding => "quoted-printable"
3513 encoding => 'quoted-printable',
3518 b_encoding => 'quoted-printable',
3529 Outlook is. It has (had) a bug in its quoted printable decoding routines.
3530 This problem happens only in quoted-printable encode
[all...]
/macosx-10.10.1/postfix-255/postfix/src/cleanup/
H A Dcleanup_milter.c545 printable((__state)->reason, '_'); \
/macosx-10.10.1/emacs-93/emacs/etc/
H A Dgnus-refcard.tex678 W q & Treat {\bf quoted}-printable in the article.\\
/macosx-10.10.1/vim-55/runtime/
H A Doptwin.vim1139 call append("$", "isprint\tspecifies printable characters")
/macosx-10.10.1/CPANInternal-159.1/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm3831 in a hexadecimal and printable character format. This method is
/macosx-10.10.1/sudo-73/src/
H A Dpp6480 ReadMe.{rtf,html,rtfd,txt} - scrollable/printable, after Intro
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex5783 printable characters. For example, when the character ``N'' is read it represents the integer $23$. The first $16$ characters of the
5785 such that they are printable. While outputting as base64 may not be too helpful for human operators it does allow communication via non binary
/macosx-10.10.1/emacs-93/emacs/man/
H A Dtexinfo.tex8249 % Make non-ASCII characters printable again for compatibility with
/macosx-10.10.1/gnutar-453/gnutar/build-aux/
H A Dtexinfo.tex8251 % Make non-ASCII characters printable again for compatibility with
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dconfigure22916 known to be a printable character in that locale. */

Completed in 349 milliseconds

123