HomeSort by relevance Sort by last modified time
    Searched refs:ebcdic (Results 1 - 16 of 16) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
Makefile 18 codecs: misc windows iso apple ebcdic custom-mappings cjk
71 ebcdic: build/
72 $(PYTHON) gencodec.py MAPPINGS/VENDORS/MICSFT/EBCDIC/ build/
  /external/python/cpython2/Tools/unicode/
Makefile 18 codecs: misc windows iso apple ebcdic custom-mappings cjk
71 ebcdic: build/
72 $(PYTHON) gencodec.py MAPPINGS/VENDORS/MICSFT/EBCDIC/ build/
  /external/python/cpython3/Tools/unicode/
Makefile 18 codecs: misc windows iso apple ebcdic custom-mappings cjk
71 ebcdic: build/
72 $(PYTHON) gencodec.py MAPPINGS/VENDORS/MICSFT/EBCDIC/ build/
  /external/libxml2/os400/
make-src.sh 65 make_module --ebcdic DLFCN "${SCRIPTDIR}/dlfcn/dlfcn.c"
66 make_module --ebcdic ICONV "${SCRIPTDIR}/iconv/iconv.c"
67 make_module --ebcdic WRAPPERS "${SCRIPTDIR}/wrappers.c"
246 make_module --ebcdic --sysiconv LIBXMLMAIN "${SCRIPTDIR}/libxmlmain.c"
278 then make_module --ebcdic XMLLINTCL "${SCRIPTDIR}/xmllintcl.c"
332 then make_module --ebcdic XMLCATLGCL "${SCRIPTDIR}/xmlcatlgcl.c"
initscript.sh 175 # --ebcdic
182 EBCDIC=
190 --ebcdic)
191 EBCDIC=yes
211 if [ -z "${EBCDIC}" ]
226 if [ -z "${EBCDIC}" ]
  /external/icu/icu4c/source/data/mappings/
ucmebcdic.mk 5 # A list of EBCDIC UCM's to build
8 UCM_SOURCE_EBCDIC = ebcdic-xml-us.ucm\
  /external/pcre/dist2/
RunTest 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
    [all...]
configure     [all...]
  /device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
Install.sh 10 cp crypto/ebcdic.h include/openssl
OpensslLib.inf 40 $(OPENSSL_PATH)/crypto/ebcdic.c
  /external/strace/tests/
s390_sthyi.c 119 ebcdic2ascii(unsigned char *ebcdic, size_t size)
123 char *ebcdic_pos = (char *) ebcdic;
132 error_msg_and_fail("ebcdic2ascii: EBCDIC string is too big: "
138 "EBCDIC to ASCII");
167 "from EBCDIC");
  /external/strace/tests-m32/
s390_sthyi.c 119 ebcdic2ascii(unsigned char *ebcdic, size_t size)
123 char *ebcdic_pos = (char *) ebcdic;
132 error_msg_and_fail("ebcdic2ascii: EBCDIC string is too big: "
138 "EBCDIC to ASCII");
167 "from EBCDIC");
  /external/strace/tests-mx32/
s390_sthyi.c 119 ebcdic2ascii(unsigned char *ebcdic, size_t size)
123 char *ebcdic_pos = (char *) ebcdic;
132 error_msg_and_fail("ebcdic2ascii: EBCDIC string is too big: "
138 "EBCDIC to ASCII");
167 "from EBCDIC");
  /external/strace/
s390.c 138 char infmname[8]; /**< EBCDIC Machine Name */
139 char infmtype[4]; /**< EBCDIC Type */
140 char infmmanu[16]; /**< EBCDIC Manufacturer */
141 char infmseq[16]; /**< EBCDIC Sequence Code */
142 char infmpman[4]; /**< EBCDIC Plant of Manufacture */
221 * an LPAR group. EBCDIC and padded with blanks on the right when in a
319 char infgusid[8]; /**< EBCDIC Userid */
373 * EBCDIC CPU Pool Name. This field will be blanks if the guest is not
394 decode_ebcdic(const char *ebcdic, char *ascii, size_t size)
397 * This is mostly Linux's EBCDIC-ASCII conversion table, except fo
    [all...]
  /external/mksh/src/
Build.sh 58 # EBCDIC build system
509 ebcdic=false
534 ebcdic=true
620 if $ebcdic; then
948 oswarn='; EBCDIC support is incomplete'
    [all...]
  /external/icu/icu4c/source/data/
Makefile.in     [all...]

Completed in 334 milliseconds