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

  /external/strace/tests/
s390_sthyi.c 119 ebcdic2ascii(unsigned char *ebcdic, size_t size) function
132 error_msg_and_fail("ebcdic2ascii: EBCDIC string is too big: "
136 perror_msg_and_fail("ebcdic2ascii: unable to allocate a "
155 perror_msg_and_fail("ebcdic2ascii: ran out of "
158 perror_msg_and_fail("ebcdic2ascii: unexpected error");
166 error_msg_and_fail("ebcdic2ascii: ASCII string differs in size "
189 const char *ascii = ebcdic2ascii(addr + offs, size);
  /external/strace/tests-m32/
s390_sthyi.c 119 ebcdic2ascii(unsigned char *ebcdic, size_t size) function
132 error_msg_and_fail("ebcdic2ascii: EBCDIC string is too big: "
136 perror_msg_and_fail("ebcdic2ascii: unable to allocate a "
155 perror_msg_and_fail("ebcdic2ascii: ran out of "
158 perror_msg_and_fail("ebcdic2ascii: unexpected error");
166 error_msg_and_fail("ebcdic2ascii: ASCII string differs in size "
189 const char *ascii = ebcdic2ascii(addr + offs, size);
  /external/strace/tests-mx32/
s390_sthyi.c 119 ebcdic2ascii(unsigned char *ebcdic, size_t size) function
132 error_msg_and_fail("ebcdic2ascii: EBCDIC string is too big: "
136 perror_msg_and_fail("ebcdic2ascii: unable to allocate a "
155 perror_msg_and_fail("ebcdic2ascii: ran out of "
158 perror_msg_and_fail("ebcdic2ascii: unexpected error");
166 error_msg_and_fail("ebcdic2ascii: ASCII string differs in size "
189 const char *ascii = ebcdic2ascii(addr + offs, size);

Completed in 219 milliseconds