/freebsd/contrib/libxo/encoder/csv/ |
H A D | enc_csv.c | 65 #define UNUSED __attribute__ ((__unused__)) macro 164 csv_dbg (xo_handle_t *xop UNUSED, csv_private_t *csv UNUSED, in csv_dbg() 205 csv_destroy (xo_handle_t *xop UNUSED, csv_private_t *csv) in csv_destroy() 243 csv_stack_push (csv_private_t *csv UNUSED, const char *name UNUSED) in csv_stack_push() 254 csv_stack_pop (csv_private_t *csv UNUSED, const char *name UNUSED) in csv_stack_pop() 271 csv_quote_flags (xo_handle_t *xop UNUSED, csv_private_t *csv UNUSED, in csv_quote_flags() 421 csv_open_level (xo_handle_t *xop UNUSED, csv_private_t *csv, in csv_open_level() 463 csv_close_level (xo_handle_t *xop UNUSED, csv_private_t *csv, const char *name) in csv_close_level() 493 csv_leaf_num (xo_handle_t *xop UNUSED, csv_private_t *csv, in csv_leaf_num() 555 csv_leaf_set (xo_handle_t *xop UNUSED, csv_private_t *csv, leaf_t *lp, in csv_leaf_set() [all …]
|
/freebsd/contrib/libxo/xo/ |
H A D | xo.c | 23 #define UNUSED __attribute__ ((__unused__)) macro 81 checkpoint (xo_handle_t *xop UNUSED, va_list vap UNUSED, int restore) in checkpoint() 96 const char *fmt, va_list vap UNUSED) in formatter() 98 int lflag UNUSED = 0; /* Parse long flag, though currently ignored */ in formatter() local 271 main (int argc UNUSED, char **argv) in main()
|
/freebsd/contrib/libcbor/examples/ |
H A D | streaming_parser.c | 13 #define UNUSED(x) __attribute__((__unused__)) x macro 15 #define UNUSED(x) x macro
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_syslog.c | 107 #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
|
H A D | libxo.c | 136 #define UNUSED __attribute__ ((__unused__)) macro 434 xo_style (xo_handle_t *xop UNUSED) in xo_style() 797 xo_escape_json (xo_buffer_t *xbp, ssize_t len, xo_xff_flags_t flags UNUSED) in xo_escape_json() 845 xo_escape_sdparams (xo_buffer_t *xbp, ssize_t len, xo_xff_flags_t flags UNUSED) in xo_escape_sdparams() 1304 xo_retain_clear (const char *fmt UNUSED) in xo_retain_clear() 1309 xo_retain_add (const char *fmt UNUSED, xo_field_info_t *fields UNUSED, in xo_retain_add() 1310 unsigned num_fields UNUSED) in xo_retain_add() 1316 xo_retain_find (const char *fmt UNUSED, xo_field_info_t **valp UNUSED, in xo_retain_find() 1317 unsigned *nump UNUSED) in xo_retain_find() 2596 xo_line_ensure_open (xo_handle_t *xop, xo_xff_flags_t flags UNUSED) in xo_line_ensure_open() [all …]
|
/freebsd/share/examples/ses/ |
H A D | Makefile | 36 UNUSED = getobjmap getnobj getobjstat macro
|
/freebsd/contrib/libxo/xopo/ |
H A D | xopo.c | 25 #define UNUSED __attribute__ ((__unused__)) macro 115 main (int argc UNUSED, char **argv) in main()
|
/freebsd/contrib/byacc/test/ |
H A D | calc2.y | 91 #define UNUSED(x) ((void)(x)) macro
|
H A D | calc3.y | 94 #define UNUSED(x) ((void)(x)) macro
|
H A D | err_syntax27.y | 94 #define UNUSED(x) ((void)(x)) macro
|
/freebsd/lib/libc/include/ |
H A D | port_before.h | 20 #define UNUSED(x) (void)(x) macro
|
/freebsd/sbin/routed/ |
H A D | trace.c | 370 sigtrace_on(int s UNUSED) in sigtrace_on() 379 sigtrace_off(int s UNUSED) in sigtrace_off() 820 struct walkarg *w UNUSED) in walk_trace()
|
H A D | table.c | 1406 struct walkarg *argp UNUSED) in walk_kern() 1976 struct walkarg *argp UNUSED) in walk_bad() 2019 struct walkarg *argp UNUSED) in walk_age()
|
H A D | output.c | 432 struct walkarg *argp UNUSED) in walk_supply()
|
/freebsd/usr.bin/m4/ |
H A D | mdef.h | 39 # define UNUSED __attribute__((__unused__)) macro 41 # define UNUSED macro
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_libcdep.cpp | 112 } background_thread_strarter UNUSED; variable
|
H A D | sanitizer_internal_defs.h | 257 # define UNUSED __attribute__((unused)) macro 260 # define UNUSED macro
|
/freebsd/contrib/jemalloc/include/jemalloc/internal/ |
H A D | jemalloc_internal_macros.h | 13 #define UNUSED JEMALLOC_ATTR(unused) macro
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | make_hash.c | 111 #define UNUSED -1 macro
|
/freebsd/contrib/lua/src/ |
H A D | ltests.h | 27 #define UNUSED(x) (x=0, (void)(x)) macro
|
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/dktp/ |
H A D | fdisk.h | 95 #define UNUSED 0 /* Empty Partition */ macro
|
/freebsd/usr.sbin/acpi/acpidump/ |
H A D | acpidump.h | 97 UNUSED, enumerator
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | math_config.h | 74 # define UNUSED __attribute__ ((unused)) macro 90 # define UNUSED macro 307 volatile float y UNUSED = x; in force_eval_float() local 312 volatile double y UNUSED = x; in force_eval_double() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | internal_defs.h | 47 #define UNUSED __attribute__((unused)) macro
|
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | util.h | 49 #define UNUSED(x) (void)(x) macro
|