Home
last modified time | relevance | path

Searched defs:UNUSED (Results 1 – 25 of 44) sorted by relevance

12

/freebsd-12-stable/contrib/libxo/xo/
Dxo.c22 #define UNUSED __attribute__ ((__unused__)) macro
80 checkpoint (xo_handle_t *xop UNUSED, va_list vap UNUSED, int restore) in checkpoint()
95 const char *fmt, va_list vap UNUSED) in formatter()
97 int lflag UNUSED = 0; /* Parse long flag, though currently ignored */ in formatter() local
250 main (int argc UNUSED, char **argv) in main()
/freebsd-12-stable/contrib/gcc/
Dgthr-gnat.c36 #define UNUSED(x) macro
38 #define UNUSED(x) x __attribute__((unused)) macro
Dgthr-single.h40 #define UNUSED(x) macro
42 #define UNUSED(x) x __attribute__((unused)) macro
Dgthr-solaris.h43 #define UNUSED(x) macro
45 #define UNUSED(x) x __attribute__((unused)) macro
/freebsd-12-stable/contrib/apr/strings/
Dapr_strnatcmp.c29 # define UNUSED __attribute__((__unused__)) macro
31 # define UNUSED macro
/freebsd-12-stable/contrib/libxo/libxo/
Dxo_syslog.c107 #define UNUSED __attribute__ ((__unused__)) macro
117 static pthread_mutex_t xo_syslog_mutex UNUSED = PTHREAD_MUTEX_INITIALIZER; variable
472 xo_syslog_handle_close (void *opaque UNUSED) in xo_syslog_handle_close()
477 xo_syslog_handle_flush (void *opaque UNUSED) in xo_syslog_handle_flush()
609 char *buf UNUSED = NULL; in xo_vsyslog() local
Dlibxo.c135 #define UNUSED __attribute__ ((__unused__)) macro
499 xo_style (xo_handle_t *xop UNUSED) in xo_style()
821 xo_escape_json (xo_buffer_t *xbp, ssize_t len, xo_xff_flags_t flags UNUSED) in xo_escape_json()
869 xo_escape_sdparams (xo_buffer_t *xbp, ssize_t len, xo_xff_flags_t flags UNUSED) in xo_escape_sdparams()
1328 xo_retain_clear (const char *fmt UNUSED) in xo_retain_clear()
1333 xo_retain_add (const char *fmt UNUSED, xo_field_info_t *fields UNUSED, in xo_retain_add()
1334 unsigned num_fields UNUSED) in xo_retain_add()
1340 xo_retain_find (const char *fmt UNUSED, xo_field_info_t **valp UNUSED, in xo_retain_find()
1341 unsigned *nump UNUSED) in xo_retain_find()
2598 xo_line_ensure_open (xo_handle_t *xop, xo_xff_flags_t flags UNUSED) in xo_line_ensure_open()
[all …]
/freebsd-12-stable/share/examples/ses/
DMakefile37 UNUSED = getobjmap getnobj getobjstat macro
/freebsd-12-stable/contrib/libxo/xopo/
Dxopo.c25 #define UNUSED __attribute__ ((__unused__)) macro
115 main (int argc UNUSED, char **argv) in main()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/builtins/
Dint_lib.h41 #define UNUSED macro
46 #define UNUSED __attribute__((unused)) macro
/freebsd-12-stable/contrib/byacc/test/
Dcalc2.y91 #define UNUSED(x) ((void)(x)) macro
Dcalc3.y94 #define UNUSED(x) ((void)(x)) macro
Derr_syntax27.y94 #define UNUSED(x) ((void)(x)) macro
/freebsd-12-stable/lib/libc/include/
Dport_before.h21 #define UNUSED(x) (void)(x) macro
/freebsd-12-stable/sbin/routed/
Dtrace.c390 sigtrace_on(int s UNUSED) in sigtrace_on()
399 sigtrace_off(int s UNUSED) in sigtrace_off()
840 struct walkarg *w UNUSED) in walk_trace()
Dtable.c1418 struct walkarg *argp UNUSED) in walk_kern()
1988 struct walkarg *argp UNUSED) in walk_bad()
2031 struct walkarg *argp UNUSED) in walk_age()
Doutput.c444 struct walkarg *argp UNUSED) in walk_supply()
Dmain.c551 sigalrm(int s UNUSED) in sigalrm()
/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
Djemalloc_internal_macros.h13 #define UNUSED JEMALLOC_ATTR(unused) macro
/freebsd-12-stable/usr.bin/m4/
Dmdef.h42 # define UNUSED __attribute__((__unused__)) macro
44 # define UNUSED macro
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DCuda.h42 UNUSED, enumerator
/freebsd-12-stable/usr.sbin/acpi/acpidump/
Dacpidump.h96 UNUSED, enumerator
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_internal_defs.h240 # define UNUSED __attribute__((unused)) macro
243 # define UNUSED macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dinternal_defs.h47 #define UNUSED __attribute__((unused)) macro
/freebsd-12-stable/contrib/ntp/libntp/lib/isc/include/isc/
Dutil.h49 #define UNUSED(x) (void)(x) macro

12