Home
last modified time | relevance | path

Searched refs:unpack_bz2_data (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/miscutils/
Dbbconfig.c46 const char *outbuf = unpack_bz2_data(bbconfig_config_bz2, in bbconfig_main()
/busybox-1.35.0/libbb/
Dappletlib.c116 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/
Dbb_archive.h217 char *unpack_bz2_data(const char *packed, int packed_len, int unpacked_len) FAST_FUNC;
/busybox-1.35.0/archival/libarchive/
Ddecompress_bunzip2.c851 unpack_bz2_data(const char *packed, int packed_len, int unpacked_len) in unpack_bz2_data() function