Searched refs:unpack_bz2_data (Results 1 – 4 of 4) sorted by relevance
/busybox-1.35.0/miscutils/ |
D | bbconfig.c | 46 const char *outbuf = unpack_bz2_data(bbconfig_config_bz2, in bbconfig_main()
|
/busybox-1.35.0/libbb/ |
D | appletlib.c | 116 unpack_bz2_data(packed_usage, sizeof(packed_usage), sizeof(UNPACKED_USAGE)) 740 char *t = unpack_bz2_data(packed_scripts, sizeof(packed_scripts), in get_script_content() 1018 char *t = unpack_bz2_data(packed_scripts, sizeof(packed_scripts), in get_script_content()
|
/busybox-1.35.0/include/ |
D | bb_archive.h | 217 char *unpack_bz2_data(const char *packed, int packed_len, int unpacked_len) FAST_FUNC;
|
/busybox-1.35.0/archival/libarchive/ |
D | decompress_bunzip2.c | 851 unpack_bz2_data(const char *packed, int packed_len, int unpacked_len) in unpack_bz2_data() function
|