Searched refs:__unused__ (Results 51 - 75 of 79) sorted by relevance

1234

/freebsd-10.2-release/contrib/llvm/include/llvm/Support/
H A DCompiler.h197 #define LLVM_ATTRIBUTE_UNUSED __attribute__((__unused__))
/freebsd-10.2-release/contrib/xz/src/liblzma/lz/
H A Dlz_decoder.c129 lzma_allocator *allocator lzma_attribute((__unused__)),
H A Dlz_encoder.c483 const lzma_filter *filters_null lzma_attribute((__unused__)),
/freebsd-10.2-release/contrib/xz/src/liblzma/simple/
H A Dsimple_coder.c212 const lzma_filter *filters_null lzma_attribute((__unused__)),
/freebsd-10.2-release/contrib/bmake/
H A Dmake.h110 #define MAKE_ATTR_UNUSED __attribute__((__unused__))
/freebsd-10.2-release/contrib/gcc/
H A Dlibgcc2.c696 __udiv_w_sdiv (UWtype *rp __attribute__ ((__unused__)),
697 UWtype a1 __attribute__ ((__unused__)),
698 UWtype a0 __attribute__ ((__unused__)),
699 UWtype d __attribute__ ((__unused__)))
2042 __clear_cache (void *beg __attribute__((__unused__)),
2043 void *end __attribute__((__unused__)))
2060 __enable_execute_stack (void *addr __attribute__((__unused__)))
681 __udiv_w_sdiv(UWtype *rp __attribute__ ((__unused__)), UWtype a1 __attribute__ ((__unused__)), UWtype a0 __attribute__ ((__unused__)), UWtype d __attribute__ ((__unused__))) argument
/freebsd-10.2-release/contrib/libucl/uthash/
H A Dutstring.h32 #define _UNUSED_ __attribute__ ((__unused__))
/freebsd-10.2-release/contrib/netcat/
H A Dsocks.c127 struct addrinfo hints __attribute__ ((__unused__)),
126 socks_connect(const char *host, const char *port, struct addrinfo hints __attribute__ ((__unused__)), const char *proxyhost, const char *proxyport, struct addrinfo proxyhints, int socksv, const char *proxyuser) argument
/freebsd-10.2-release/contrib/libstdc++/src/
H A Ddebug.cc530 int __n __attribute__ ((__unused__)),
529 _M_format_word(char* __buf, int __n __attribute__ ((__unused__)), const char* __fmt, _Tp __s) const argument
/freebsd-10.2-release/contrib/file/src/
H A Dcompress.c186 sread(int fd, void *buf, size_t n, int canbepipe __attribute__((__unused__)))
H A Dmagic.c158 LPVOID lpvReserved __attribute__((__unused__)))
H A Dfuncs.c175 file_buffer(struct magic_set *ms, int fd, const char *inname __attribute__ ((__unused__)), argument
H A Dreadelf.c487 int swap __attribute__((__unused__)), uint32_t namesz, uint32_t descsz,
/freebsd-10.2-release/sys/arm/include/
H A Dcpufunc.h581 static __inline u_int32_t __set_cpsr_c(u_int bic, u_int eor) __attribute__((__unused__));
/freebsd-10.2-release/crypto/openssh/openbsd-compat/
H A Dsys-tree.h386 RB_PROTOTYPE_INTERNAL(name, type, field, cmp, __attribute__((__unused__)) static)
405 RB_GENERATE_INTERNAL(name, type, field, cmp, __attribute__((__unused__)) static)
/freebsd-10.2-release/contrib/xz/src/xz/
H A Dmessage.c97 progress_signal_handler(int sig lzma_attribute((__unused__)))
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dada-exp.c2214 __attribute__ ((__unused__))
H A Dm2-exp.c2055 __attribute__ ((__unused__))
H A Df-exp.c1926 __attribute__ ((__unused__))
H A Djv-exp.c1965 __attribute__ ((__unused__))
H A Dc-exp.c2585 __attribute__ ((__unused__))
/freebsd-10.2-release/contrib/libstdc++/include/bits/
H A Dboost_concept_check.h55 #define _IsUnused __attribute__ ((__unused__))
/freebsd-10.2-release/contrib/ntp/ntpd/
H A Dntp_parser.c643 # define YY_ATTRIBUTE_UNUSED YY_ATTRIBUTE ((__unused__))
/freebsd-10.2-release/tests/sys/file/
H A Dflock_helper.c62 #define __unused __attribute__((__unused__))
/freebsd-10.2-release/usr.bin/csup/
H A Dstream.c61 #define __unused __attribute__((__unused__))

Completed in 407 milliseconds

1234