Searched refs:lzma_attribute (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/contrib/xz/src/xz/
H A 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__));
H A Dhardware.h37 extern void hardware_memlimit_show(void) lzma_attribute((__noreturn__));
H A 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)));
H A Dsignals.c189 signal_handler(DWORD type lzma_attribute((__unused__)))
H A Doptions.c153 const char *valuestr lzma_attribute((__unused__)))
197 const char *valuestr lzma_attribute((__unused__)))
244 static void lzma_attribute((__noreturn__))
152 set_delta(void *options, unsigned key, uint64_t value, const char *valuestr lzma_attribute((__unused__))) argument
196 set_bcj(void *options, unsigned key, uint64_t value, const char *valuestr lzma_attribute((__unused__))) argument
H A Dcoder.c126 static void lzma_attribute((__noreturn__))
H A Dmessage.c95 progress_signal_handler(int sig lzma_attribute((__unused__))) argument
/freebsd-13-stable/contrib/xz/src/liblzma/api/
H A Dlzma.h246 # ifndef lzma_attribute
247 # define lzma_attribute(attr) __attribute__(attr) macro
258 # ifndef lzma_attribute
259 # define lzma_attribute(attr) macro
265 # define lzma_attr_pure lzma_attribute((__pure__))
269 # define lzma_attr_const lzma_attribute((__const__))
274 lzma_attribute((__warn_unused_result__))
/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Dindex_encoder.c45 const lzma_allocator *allocator lzma_attribute((__unused__)),
46 const uint8_t *restrict in lzma_attribute((__unused__)),
47 size_t *restrict in_pos lzma_attribute((__unused__)),
48 size_t in_size lzma_attribute((__unused__)),
51 lzma_action action lzma_attribute((__unused__)))
44 index_encode(void *coder_ptr, const lzma_allocator *allocator lzma_attribute((__unused__)), const uint8_t *restrict in lzma_attribute((__unused__)), size_t *restrict in_pos lzma_attribute((__unused__)), size_t in_size lzma_attribute((__unused__)), uint8_t *restrict out, size_t *restrict out_pos, size_t out_size, lzma_action action lzma_attribute((__unused__))) argument
H A Dindex_decoder.c60 uint8_t *restrict out lzma_attribute((__unused__)),
61 size_t *restrict out_pos lzma_attribute((__unused__)),
62 size_t out_size lzma_attribute((__unused__)),
63 lzma_action action lzma_attribute((__unused__)))
57 index_decode(void *coder_ptr, const lzma_allocator *allocator, const uint8_t *restrict in, size_t *restrict in_pos, size_t in_size, uint8_t *restrict out lzma_attribute((__unused__)), size_t *restrict out_pos lzma_attribute((__unused__)), size_t out_size lzma_attribute((__unused__)), lzma_action action lzma_attribute((__unused__))) argument
H A Dcommon.h230 lzma_attribute((__malloc__)) lzma_attr_alloc_size(1);
235 extern void * lzma_attribute((__malloc__)) lzma_attr_alloc_size(1)
H A Dmemcmplen.h42 static inline uint32_t lzma_attribute((__always_inline__))
H A Dblock_encoder.c150 const lzma_filter *filters lzma_attribute((__unused__)),
149 block_encoder_update(void *coder_ptr, const lzma_allocator *allocator, const lzma_filter *filters lzma_attribute((__unused__)), const lzma_filter *reversed_filters) argument
H A Dcommon.c38 extern void * lzma_attribute((__malloc__)) lzma_attr_alloc_size(1)
56 extern void * lzma_attribute((__malloc__)) lzma_attr_alloc_size(1)
/freebsd-13-stable/contrib/xz/src/xzdec/
H A Dxzdec.c43 static void lzma_attribute((__format__(__printf__, 1, 2)))
60 static void lzma_attribute((__noreturn__))
84 static void lzma_attribute((__noreturn__))
/freebsd-13-stable/contrib/xz/src/liblzma/simple/
H A Darm.c18 arm_code(void *simple lzma_attribute((__unused__)), argument
H A Darmthumb.c18 armthumb_code(void *simple lzma_attribute((__unused__)), argument
H A Dpowerpc.c18 powerpc_code(void *simple lzma_attribute((__unused__)), argument
H A Dsparc.c18 sparc_code(void *simple lzma_attribute((__unused__)), argument
H A Dia64.c18 ia64_code(void *simple lzma_attribute((__unused__)), argument
H A Dsimple_coder.c223 const lzma_filter *filters_null lzma_attribute((__unused__)),
222 simple_coder_update(void *coder_ptr, const lzma_allocator *allocator, const lzma_filter *filters_null lzma_attribute((__unused__)), const lzma_filter *reversed_filters) argument
/freebsd-13-stable/contrib/xz/src/lzmainfo/
H A Dlzmainfo.c29 static void lzma_attribute((__noreturn__))
48 static void lzma_attribute((__noreturn__))
/freebsd-13-stable/contrib/xz/src/liblzma/delta/
H A Ddelta_encoder.c90 const lzma_filter *filters_null lzma_attribute((__unused__)),
89 delta_encoder_update(void *coder_ptr, const lzma_allocator *allocator, const lzma_filter *filters_null lzma_attribute((__unused__)), const lzma_filter *reversed_filters) argument
/freebsd-13-stable/contrib/xz/src/liblzma/lz/
H A Dlz_encoder.c508 const lzma_filter *filters_null lzma_attribute((__unused__)),
507 lz_encoder_update(void *coder_ptr, const lzma_allocator *allocator, const lzma_filter *filters_null lzma_attribute((__unused__)), const lzma_filter *reversed_filters) argument

Completed in 1027 milliseconds