Home
last modified time | relevance | path

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

12

/freebsd/contrib/libxo/encoder/csv/
H A Denc_csv.c65 #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 Dxo.c23 #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 Dstreaming_parser.c13 #define UNUSED(x) __attribute__((__unused__)) x macro
15 #define UNUSED(x) x macro
/freebsd/contrib/libxo/libxo/
H A 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
H A Dlibxo.c136 #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 DMakefile36 UNUSED = getobjmap getnobj getobjstat macro
/freebsd/contrib/libxo/xopo/
H A Dxopo.c25 #define UNUSED __attribute__ ((__unused__)) macro
115 main (int argc UNUSED, char **argv) in main()
/freebsd/contrib/byacc/test/
H A Dcalc2.y91 #define UNUSED(x) ((void)(x)) macro
H A Dcalc3.y94 #define UNUSED(x) ((void)(x)) macro
H A Derr_syntax27.y94 #define UNUSED(x) ((void)(x)) macro
/freebsd/lib/libc/include/
H A Dport_before.h20 #define UNUSED(x) (void)(x) macro
/freebsd/sbin/routed/
H A Dtrace.c370 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 Dtable.c1406 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 Doutput.c432 struct walkarg *argp UNUSED) in walk_supply()
/freebsd/usr.bin/m4/
H A Dmdef.h39 # define UNUSED __attribute__((__unused__)) macro
41 # define UNUSED macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp112 } background_thread_strarter UNUSED; variable
H A Dsanitizer_internal_defs.h257 # define UNUSED __attribute__((unused)) macro
260 # define UNUSED macro
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h13 #define UNUSED JEMALLOC_ATTR(unused) macro
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dmake_hash.c111 #define UNUSED -1 macro
/freebsd/contrib/lua/src/
H A Dltests.h27 #define UNUSED(x) (x=0, (void)(x)) macro
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/dktp/
H A Dfdisk.h95 #define UNUSED 0 /* Empty Partition */ macro
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpidump.h97 UNUSED, enumerator
/freebsd/contrib/arm-optimized-routines/math/
H A Dmath_config.h74 # 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 Dinternal_defs.h47 #define UNUSED __attribute__((unused)) macro
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dutil.h49 #define UNUSED(x) (void)(x) macro

12