Home
last modified time | relevance | path

Searched refs:PRINTABLE (Results 1 – 4 of 4) sorted by relevance

/PHP-7.0/ext/pcre/pcrelib/
H A Dpcre_printint.c94 #define PRINTABLE(c) ((c) >= 64 && (c) < 255) macro
96 #define PRINTABLE(c) ((c) >= 32 && (c) < 127) macro
123 if (PRINTABLE(c)) fprintf(f, "%c", (char)c); in print_char()
134 if (PRINTABLE(c)) fprintf(f, "%c", (char)c); in print_char()
170 if (PRINTABLE(c)) fprintf(f, "%c", (char)c); in print_char()
196 if (PRINTABLE(c)) fprintf(f, "%c", (char)c); in print_char()
225 if (PRINTABLE(c)) fprintf(f, "%c", c); else fprintf(f, "\\x{%x}", c); in print_puchar()
688 if (PRINTABLE(i)) fprintf(f, "%c", i); in pcre_printint()
694 if (PRINTABLE(j)) fprintf(f, "%c", j); in pcre_printint()
H A Dpcre_compile.c9678 if (PRINTABLE(ch)) printf("First char = %c%s\n", ch, caseless); in pcre_compile2()
9687 if (PRINTABLE(ch)) printf("Req char = %c%s\n", ch, caseless); in pcre_compile2()
/PHP-7.0/ext/imap/tests/
H A Dbug35669.phpt58 Content-Transfer-Encoding: QUOTED-PRINTABLE
64 Content-Transfer-Encoding: QUOTED-PRINTABLE
H A Dbug31142_2.phpt28 Content-Transfer-Encoding: QUOTED-PRINTABLE

Completed in 30 milliseconds