Lines Matching refs:RCAST
597 strlcpy(RCAST(char *, *newch), z.msg ? z.msg : zError(rc), bytes_max); in uncompresszlib()
598 *n = strlen(RCAST(char *, *newch)); in uncompresszlib()
619 bz.next_in = CCAST(char *, RCAST(const char *, old)); in uncompressbzlib()
621 bz.next_out = RCAST(char *, *newch); in uncompressbzlib()
640 snprintf(RCAST(char *, *newch), bytes_max, "bunzip error %d", rc); in uncompressbzlib()
641 *n = strlen(RCAST(char *, *newch)); in uncompressbzlib()
664 xz.next_out = RCAST(uint8_t *, *newch); in uncompressxzlib()
680 snprintf(RCAST(char *, *newch), bytes_max, "unxz error %d", rc); in uncompressxzlib()
681 *n = strlen(RCAST(char *, *newch)); in uncompressxzlib()
702 *buf = RCAST(unsigned char *, msg); in makeerror()
769 buf = RCAST(char *, ubuf); in filter_error()
913 RCAST(char *const *, RCAST(intptr_t, compr[method].argv))); in uncompressbuf()