Home
last modified time | relevance | path

Searched refs:EXIT_UNSQUASH (Results 1 – 6 of 6) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c179 EXIT_UNSQUASH("Out of memory in queue_init\n"); in queue_init()
183 EXIT_UNSQUASH("Size too large in queue_init\n"); in queue_init()
187 EXIT_UNSQUASH("Out of memory in queue_init\n"); in queue_init()
316 EXIT_UNSQUASH("Out of memory in cache_init\n"); in cache_init()
372 EXIT_UNSQUASH("Out of memory in cache_get\n"); in cache_get()
375 EXIT_UNSQUASH("Out of memory in cache_get\n"); in cache_get()
538 EXIT_UNSQUASH("snprintf failed in print_filename()\n"); in print_filename()
552 EXIT_UNSQUASH("snprintf failed in print_filename()\n"); in print_filename()
607 EXIT_UNSQUASH("Out of memory in add_entry\n"); in add_entry()
894 EXIT_UNSQUASH("write_block: failed to alloc " in write_block()
[all …]
Dunsquash-3.c48 EXIT_UNSQUASH("read_fragment_table: failed to allocate " in read_fragment_table_3()
126 EXIT_UNSQUASH("read_inode: inode table block %lld not found\n", in read_inode_3()
245 EXIT_UNSQUASH("read_inode: failed to malloc " in read_inode_3()
274 EXIT_UNSQUASH("Unknown inode type %d in read_inode!\n", in read_inode_3()
301 EXIT_UNSQUASH("squashfs_opendir: malloc failed!\n"); in squashfs_opendir_3()
325 EXIT_UNSQUASH("squashfs_opendir: directory block %d not " in squashfs_opendir_3()
373 EXIT_UNSQUASH("squashfs_opendir: " in squashfs_opendir_3()
Dunsquash-4.c49 EXIT_UNSQUASH("read_fragment_table: failed to allocate " in read_fragment_table_4()
108 EXIT_UNSQUASH("read_inode: inode table block %lld not found\n", in read_inode_4()
191 EXIT_UNSQUASH("read_inode: failed to malloc " in read_inode_4()
243 EXIT_UNSQUASH("Unknown inode type %d in read_inode!\n", in read_inode_4()
270 EXIT_UNSQUASH("squashfs_opendir: malloc failed!\n"); in squashfs_opendir_4()
294 EXIT_UNSQUASH("squashfs_opendir: directory block %d not " in squashfs_opendir_4()
331 EXIT_UNSQUASH("squashfs_opendir: " in squashfs_opendir_4()
Dunsquash-1.c68 EXIT_UNSQUASH("read_inode: inode table block %lld not found\n", in read_inode_1()
166 EXIT_UNSQUASH("read_inode: failed to malloc " in read_inode_1()
196 EXIT_UNSQUASH("Unknown inode type %d in " in read_inode_1()
224 EXIT_UNSQUASH("squashfs_opendir: malloc failed!\n"); in squashfs_opendir_1()
247 EXIT_UNSQUASH("squashfs_opendir: directory block %d not " in squashfs_opendir_1()
295 EXIT_UNSQUASH("squashfs_opendir: " in squashfs_opendir_1()
Dunsquash-2.c61 EXIT_UNSQUASH("read_fragment_table: failed to allocate " in read_fragment_table_2()
139 EXIT_UNSQUASH("read_inode: inode table block %lld not found\n", in read_inode_2()
236 EXIT_UNSQUASH("read_inode: failed to malloc " in read_inode_2()
265 EXIT_UNSQUASH("Unknown inode type %d in " in read_inode_2()
Derror.h82 #define EXIT_UNSQUASH(s, args...) BAD_ERROR(s, ##args) macro