Home
last modified time | relevance | path

Searched refs:lzma_attribute (Results 1 – 25 of 27) sorted by relevance

12

/netbsd/src/external/public-domain/xz/dist/src/xz/
Dmessage.h48 lzma_attribute((__format__(__printf__, 2, 3)));
56 lzma_attribute((__format__(__printf__, 1, 2)));
64 lzma_attribute((__format__(__printf__, 1, 2)));
71 lzma_attribute((__format__(__printf__, 1, 2)))
72 lzma_attribute((__noreturn__));
77 extern void message_bug(void) lzma_attribute((__noreturn__));
82 extern void message_signal_handler(void) lzma_attribute((__noreturn__));
119 extern void message_version(void) lzma_attribute((__noreturn__));
123 extern void message_help(bool long_help) lzma_attribute((__noreturn__));
Dutil.h23 lzma_attribute((__malloc__)) lzma_attr_alloc_size(2);
27 extern char *xstrdup(const char *src) lzma_attribute((__malloc__));
105 lzma_attribute((__format__(__printf__, 3, 4)));
Doptions.c153 const char *valuestr lzma_attribute((__unused__))) in set_delta()
197 const char *valuestr lzma_attribute((__unused__))) in set_bcj()
244 static void lzma_attribute((__noreturn__))
Dhardware.h37 extern void hardware_memlimit_show(void) lzma_attribute((__noreturn__));
Dsignals.c189 signal_handler(DWORD type lzma_attribute((__unused__))) in signal_handler()
Dcoder.c126 static void lzma_attribute((__noreturn__))
/netbsd/src/external/public-domain/xz/dist/src/liblzma/api/
Dlzma.h245 # ifndef lzma_attribute
246 # define lzma_attribute(attr) __attribute__(attr) macro
257 # ifndef lzma_attribute
258 # define lzma_attribute(attr) macro
264 # define lzma_attr_pure lzma_attribute((__pure__))
268 # define lzma_attr_const lzma_attribute((__const__))
273 lzma_attribute((__warn_unused_result__))
/netbsd/src/external/public-domain/xz/dist/src/liblzma/common/
Dindex_encoder.c45 const lzma_allocator *allocator lzma_attribute((__unused__)), in index_encode()
46 const uint8_t *restrict in lzma_attribute((__unused__)), in index_encode()
47 size_t *restrict in_pos lzma_attribute((__unused__)), in index_encode()
48 size_t in_size lzma_attribute((__unused__)), in index_encode()
51 lzma_action action lzma_attribute((__unused__))) in index_encode()
Dindex_decoder.c60 uint8_t *restrict out lzma_attribute((__unused__)), in index_decode()
61 size_t *restrict out_pos lzma_attribute((__unused__)), in index_decode()
62 size_t out_size lzma_attribute((__unused__)), in index_decode()
63 lzma_action action lzma_attribute((__unused__))) in index_decode()
Dcommon.h230 lzma_attribute((__malloc__)) lzma_attr_alloc_size(1);
235 extern void * lzma_attribute((__malloc__)) lzma_attr_alloc_size(1)
Dcommon.c38 extern void * lzma_attribute((__malloc__)) lzma_attr_alloc_size(1)
56 extern void * lzma_attribute((__malloc__)) lzma_attr_alloc_size(1)
Dmemcmplen.h42 static inline uint32_t lzma_attribute((__always_inline__)) in uint32_t()
Dalone_encoder.c35 const lzma_allocator *allocator lzma_attribute((__unused__)), in alone_encode()
Dalone_decoder.c54 const lzma_allocator *allocator lzma_attribute((__unused__)), in alone_decode()
Dblock_encoder.c150 const lzma_filter *filters lzma_attribute((__unused__)), in block_encoder_update()
/netbsd/src/external/public-domain/xz/dist/src/xzdec/
Dxzdec.c43 static void lzma_attribute((__format__(__printf__, 1, 2)))
60 static void lzma_attribute((__noreturn__))
84 static void lzma_attribute((__noreturn__))
/netbsd/src/external/public-domain/xz/dist/src/lzmainfo/
Dlzmainfo.c29 static void lzma_attribute((__noreturn__))
48 static void lzma_attribute((__noreturn__))
/netbsd/src/external/public-domain/xz/dist/src/liblzma/simple/
Darm.c18 arm_code(void *simple lzma_attribute((__unused__)), in arm_code()
Dpowerpc.c18 powerpc_code(void *simple lzma_attribute((__unused__)), in powerpc_code()
Darmthumb.c18 armthumb_code(void *simple lzma_attribute((__unused__)), in armthumb_code()
Dsparc.c18 sparc_code(void *simple lzma_attribute((__unused__)), in sparc_code()
Dia64.c18 ia64_code(void *simple lzma_attribute((__unused__)), in ia64_code()
Dsimple_coder.c215 const lzma_filter *filters_null lzma_attribute((__unused__)), in simple_coder_update()
/netbsd/src/external/public-domain/xz/dist/src/liblzma/delta/
Ddelta_encoder.c90 const lzma_filter *filters_null lzma_attribute((__unused__)), in delta_encoder_update()
/netbsd/src/external/public-domain/xz/dist/src/liblzma/lz/
Dlz_decoder.c129 const lzma_allocator *allocator lzma_attribute((__unused__)), in lz_decode()

12