Searched refs:lzma_attribute (Results 1 – 25 of 27) sorted by relevance
12
| /NextBSD/contrib/xz/src/xz/ |
| HD | message.h | 48 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__));
|
| HD | util.h | 23 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)));
|
| HD | options.c | 153 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__))
|
| HD | hardware.h | 37 extern void hardware_memlimit_show(void) lzma_attribute((__noreturn__));
|
| HD | signals.c | 189 signal_handler(DWORD type lzma_attribute((__unused__))) in signal_handler()
|
| /NextBSD/contrib/xz/src/liblzma/api/ |
| HD | lzma.h | 241 # 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/ |
| HD | index_encoder.c | 45 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()
|
| HD | index_decoder.c | 60 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()
|
| HD | common.h | 234 lzma_attribute((__malloc__)) lzma_attr_alloc_size(1); 239 extern void * lzma_attribute((__malloc__)) lzma_attr_alloc_size(1)
|
| HD | memcmplen.h | 42 static inline uint32_t lzma_attribute((__always_inline__)) in uint32_t()
|
| HD | common.c | 38 extern void * lzma_attribute((__malloc__)) lzma_attr_alloc_size(1) 56 extern void * lzma_attribute((__malloc__)) lzma_attr_alloc_size(1)
|
| HD | alone_encoder.c | 35 const lzma_allocator *allocator lzma_attribute((__unused__)), in alone_encode()
|
| HD | block_encoder.c | 147 const lzma_filter *filters lzma_attribute((__unused__)), in block_encoder_update()
|
| HD | alone_decoder.c | 54 const lzma_allocator *allocator lzma_attribute((__unused__)), in alone_decode()
|
| /NextBSD/contrib/xz/src/xzdec/ |
| HD | xzdec.c | 43 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/ |
| HD | lzmainfo.c | 29 static void lzma_attribute((__noreturn__)) 48 static void lzma_attribute((__noreturn__))
|
| /NextBSD/contrib/xz/src/liblzma/simple/ |
| HD | arm.c | 18 arm_code(lzma_simple *simple lzma_attribute((__unused__)), in arm_code()
|
| HD | armthumb.c | 18 armthumb_code(lzma_simple *simple lzma_attribute((__unused__)), in armthumb_code()
|
| HD | powerpc.c | 18 powerpc_code(lzma_simple *simple lzma_attribute((__unused__)), in powerpc_code()
|
| HD | sparc.c | 18 sparc_code(lzma_simple *simple lzma_attribute((__unused__)), in sparc_code()
|
| HD | ia64.c | 18 ia64_code(lzma_simple *simple lzma_attribute((__unused__)), in ia64_code()
|
| HD | simple_coder.c | 212 const lzma_filter *filters_null lzma_attribute((__unused__)), in simple_coder_update()
|
| /NextBSD/contrib/xz/src/liblzma/delta/ |
| HD | delta_encoder.c | 88 const lzma_filter *filters_null lzma_attribute((__unused__)), in delta_encoder_update()
|
| /NextBSD/contrib/xz/src/liblzma/lz/ |
| HD | lz_decoder.c | 129 const lzma_allocator *allocator lzma_attribute((__unused__)), in lz_decode()
|
| HD | lz_encoder.c | 504 const lzma_filter *filters_null lzma_attribute((__unused__)), in lz_encoder_update()
|
12