Home
last modified time | relevance | path

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

12

/NextBSD/contrib/xz/src/xz/
HDmessage.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__));
HDutil.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)));
HDoptions.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__))
HDhardware.h37 extern void hardware_memlimit_show(void) lzma_attribute((__noreturn__));
HDsignals.c189 signal_handler(DWORD type lzma_attribute((__unused__))) in signal_handler()
/NextBSD/contrib/xz/src/liblzma/api/
HDlzma.h241 # ifndef lzma_attribute
242 # define lzma_attribute(attr) __attribute__(attr) macro
253 # ifndef lzma_attribute
254 # define lzma_attribute(attr) macro
260 # define lzma_attr_pure lzma_attribute((__pure__))
264 # define lzma_attr_const lzma_attribute((__const__))
269 lzma_attribute((__warn_unused_result__))
/NextBSD/contrib/xz/src/liblzma/common/
HDindex_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()
HDindex_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()
HDcommon.h234 lzma_attribute((__malloc__)) lzma_attr_alloc_size(1);
239 extern void * lzma_attribute((__malloc__)) lzma_attr_alloc_size(1)
HDmemcmplen.h42 static inline uint32_t lzma_attribute((__always_inline__)) in uint32_t()
HDcommon.c38 extern void * lzma_attribute((__malloc__)) lzma_attr_alloc_size(1)
56 extern void * lzma_attribute((__malloc__)) lzma_attr_alloc_size(1)
HDalone_encoder.c35 const lzma_allocator *allocator lzma_attribute((__unused__)), in alone_encode()
HDblock_encoder.c147 const lzma_filter *filters lzma_attribute((__unused__)), in block_encoder_update()
HDalone_decoder.c54 const lzma_allocator *allocator lzma_attribute((__unused__)), in alone_decode()
/NextBSD/contrib/xz/src/xzdec/
HDxzdec.c43 static void lzma_attribute((__format__(__printf__, 1, 2)))
60 static void lzma_attribute((__noreturn__))
84 static void lzma_attribute((__noreturn__))
/NextBSD/contrib/xz/src/lzmainfo/
HDlzmainfo.c29 static void lzma_attribute((__noreturn__))
48 static void lzma_attribute((__noreturn__))
/NextBSD/contrib/xz/src/liblzma/simple/
HDarm.c18 arm_code(lzma_simple *simple lzma_attribute((__unused__)), in arm_code()
HDarmthumb.c18 armthumb_code(lzma_simple *simple lzma_attribute((__unused__)), in armthumb_code()
HDpowerpc.c18 powerpc_code(lzma_simple *simple lzma_attribute((__unused__)), in powerpc_code()
HDsparc.c18 sparc_code(lzma_simple *simple lzma_attribute((__unused__)), in sparc_code()
HDia64.c18 ia64_code(lzma_simple *simple lzma_attribute((__unused__)), in ia64_code()
HDsimple_coder.c212 const lzma_filter *filters_null lzma_attribute((__unused__)), in simple_coder_update()
/NextBSD/contrib/xz/src/liblzma/delta/
HDdelta_encoder.c88 const lzma_filter *filters_null lzma_attribute((__unused__)), in delta_encoder_update()
/NextBSD/contrib/xz/src/liblzma/lz/
HDlz_decoder.c129 const lzma_allocator *allocator lzma_attribute((__unused__)), in lz_decode()
HDlz_encoder.c504 const lzma_filter *filters_null lzma_attribute((__unused__)), in lz_encoder_update()

12