Home
last modified time | relevance | path

Searched defs:MAYBE_UNUSED (Results 1 – 3 of 3) sorted by relevance

/openbsd/lib/libform/
H A Dfty_regex.c134 # define MAYBE_UNUSED macro
136 # define MAYBE_UNUSED GCC_UNUSED macro
148 Generic_RegularExpression_Type(void *arg MAYBE_UNUSED) in Generic_RegularExpression_Type()
267 Copy_RegularExpression_Type(const void *argp MAYBE_UNUSED) in Copy_RegularExpression_Type()
293 Free_RegularExpression_Type(void *argp MAYBE_UNUSED) in Free_RegularExpression_Type()
334 Check_RegularExpression_Field(FIELD *field MAYBE_UNUSED, in Check_RegularExpression_Field()
335 const void *argp MAYBE_UNUSED) in Check_RegularExpression_Field()
/openbsd/lib/libcurses/tty/
H A Dlib_twait.c143 # define MAYBE_UNUSED macro
145 # define MAYBE_UNUSED GCC_UNUSED macro
149 # define MAYBE_UNUSED macro
151 # define MAYBE_UNUSED GCC_UNUSED macro
173 _nc_timed_wait(SCREEN *sp MAYBE_UNUSED, in _nc_timed_wait()
174 int mode MAYBE_UNUSED, in _nc_timed_wait()
/openbsd/gnu/llvm/llvm/lib/Support/BLAKE3/
H A Dblake3_dispatch.c17 #define MAYBE_UNUSED(x) (void)((x)) macro