Home
last modified time | relevance | path

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

12

/f-stack/tools/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 …]
/f-stack/tools/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()
/f-stack/tools/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.c1309 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()
4869 xo_colors_update (xo_handle_t *xop UNUSED, xo_colors_t *newp UNUSED) in xo_colors_update()
5637 const char *fmt UNUSED, in xo_gettext_finish_numbering_fields()
6253 int this_field UNUSED, in xo_gettext_build_format()
6261 xo_gettext_combine_formats (xo_handle_t *xop UNUSED, const char *fmt UNUSED, in xo_gettext_combine_formats()
6266 int *reorderedp UNUSED) in xo_gettext_combine_formats()
6274 ssize_t *fstart UNUSED, unsigned min_fstart UNUSED, in xo_gettext_rebuild_content()
[all …]
/f-stack/tools/libxo/xopo/
H A Dxopo.c25 #define UNUSED __attribute__ ((__unused__)) macro
115 main (int argc UNUSED, char **argv) in main()
/f-stack/app/redis-5.0.5/src/
H A Dcrc64.c187 #define UNUSED(x) (void)(x) macro
H A Dendianconv.c107 #define UNUSED(x) (void)(x) macro
H A Dsha1.c203 #define UNUSED(x) (void)(x) macro
H A Dzipmap.c407 #define UNUSED(x) (void)(x) macro
H A Dintset.c351 #define UNUSED(x) (void)(x) macro
H A Dzmalloc.c442 #define UNUSED(x) ((void)(x)) macro
H A Dutil.c846 #define UNUSED(x) (void)(x) macro
H A Dredis-benchmark.c49 #define UNUSED(V) ((void) V) macro
H A Dsds.c1127 #define UNUSED(x) (void)(x) macro
H A Dquicklist.c1449 #define UNUSED(x) (void)(x) macro
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h13 #define UNUSED JEMALLOC_ATTR(unused) macro
/f-stack/dpdk/drivers/raw/ifpga/base/
H A Difpga_compat.h56 #define UNUSED(x) (void)(x) macro
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dllimits.h70 #define UNUSED(x) ((void)(x)) /* to avoid warnings */ macro
/f-stack/freebsd/contrib/openzfs/lib/libspl/include/sys/dktp/
H A Dfdisk.h95 #define UNUSED 0 /* Empty Partition */ macro
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dllimits.h86 #define UNUSED(x) ((void)(x)) /* to avoid warnings */ macro
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c171 rb_gen(static UNUSED, tctx_tree_, prof_tctx_tree_t, prof_tctx_t, in rb_gen()
186 rb_gen(static UNUSED, gctx_tree_, prof_gctx_tree_t, prof_gctx_t, dump_link, in rb_gen()
205 rb_gen(static UNUSED, tdata_tree_, prof_tdata_tree_t, prof_tdata_t, tdata_link, in rb_gen()
/f-stack/freebsd/contrib/ncsw/inc/
H A Dncsw_ext.h99 #define UNUSED(_x) ((void)(_x)) macro
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dsds.c1103 #define UNUSED(x) (void)(x) macro
/f-stack/dpdk/drivers/net/qede/base/
H A Dbcm_osal.h52 #define UNUSED(x) (void)(x) macro
/f-stack/freebsd/contrib/ngatm/netnatm/msg/
H A Duni_ie.c50 #define UNUSED(_p) do { (void)(_p); } while (0) macro

12