Lines Matching refs:dbg
76 # define dbg(...) bb_error_msg(__VA_ARGS__)
78 # define dbg(...) ((void)0) macro
246 dbg("Looking for cdf_offset starting from 0x%"OFF_FMT"x", end); in find_cdf_offset()
266 dbg("cde.this_disk_no:%d", cde.fmt.this_disk_no ); in find_cdf_offset()
267 dbg("cde.disk_with_cdf_no:%d", cde.fmt.disk_with_cdf_no ); in find_cdf_offset()
268 dbg("cde.cdf_entries_on_this_disk:%d", cde.fmt.cdf_entries_on_this_disk); in find_cdf_offset()
269 dbg("cde.cdf_entries_total:%d", cde.fmt.cdf_entries_total ); in find_cdf_offset()
270 dbg("cde.cdf_size:%d", cde.fmt.cdf_size ); in find_cdf_offset()
271 dbg("cde.cdf_offset:%x", cde.fmt.cdf_offset ); in find_cdf_offset()
280 dbg("Possible cdf_offset:0x%x at 0x%"OFF_FMT"x", in find_cdf_offset()
282 dbg(" cdf_offset+cdf_size:0x%x", in find_cdf_offset()
293 dbg("Found cdf_offset:0x%x", (unsigned)found); in find_cdf_offset()
304 dbg("Reading CDF at 0x%x", (unsigned)cdf_offset); in read_next_cdf()
311 dbg("got ZIP_CDE_MAGIC"); in read_next_cdf()
315 dbg("got ZIP64_CDE_MAGIC"); in read_next_cdf()
321 dbg(" magic:%08x filename_len:%u extra_len:%u file_comment_length:%u", in read_next_cdf()
334 dbg("Next cdf_offset 0x%x", cdf_offset); in read_next_cdf()
751 dbg("got ZIP_CDF_MAGIC"); in unzip_main()
756 dbg("got ZIP_DD_MAGIC"); in unzip_main()
763 dbg("got ZIP_FILEHEADER_MAGIC"); in unzip_main()
830 dbg("File cmpsize:0x%x extra_len:0x%x ucmpsize:0x%x", in unzip_main()