Lines Matching refs:ebcdic
42 # If the first and only argument is "ebcdic", the script runs the special
43 # EBCDIC test that can be useful for checking certain EBCDIC features, even
44 # when run in an ASCII environment. PCRE2 must be built with EBCDIC support for
174 # ------ Special EBCDIC Test -------
176 if [ $# -eq 1 -a "$1" = "ebcdic" ]; then
177 $valgrind ./pcre2test -C ebcdic >/dev/null
178 ebcdic=$?
179 if [ $ebcdic -ne 1 ] ; then
180 echo "Cannot run EBCDIC tests: EBCDIC support not compiled"