Lines Matching refs:RCAST
611 strlcpy(RCAST(char *, *newch), z.msg ? z.msg : zError(rc), bytes_max); in uncompresszlib()
612 *n = strlen(RCAST(char *, *newch)); in uncompresszlib()
633 bz.next_in = CCAST(char *, RCAST(const char *, old)); in uncompressbzlib()
635 bz.next_out = RCAST(char *, *newch); in uncompressbzlib()
654 snprintf(RCAST(char *, *newch), bytes_max, "bunzip error %d", rc); in uncompressbzlib()
655 *n = strlen(RCAST(char *, *newch)); in uncompressbzlib()
678 xz.next_out = RCAST(uint8_t *, *newch); in uncompressxzlib()
694 snprintf(RCAST(char *, *newch), bytes_max, "unxz error %d", rc); in uncompressxzlib()
695 *n = strlen(RCAST(char *, *newch)); in uncompressxzlib()
716 *buf = RCAST(unsigned char *, msg); in makeerror()
744 posix_spawn_file_actions_t *fa = RCAST(posix_spawn_file_actions_t *, v); in movedesc()
760 posix_spawn_file_actions_t *fa = RCAST(posix_spawn_file_actions_t *, v); in closedesc()
828 buf = RCAST(char *, ubuf); in filter_error()
936 args = RCAST(char *const *, RCAST(intptr_t, compr[method].argv)); in uncompressbuf()