Searched refs:_DO (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | sig.h | 50 _DO(SIGINT) \ 51 _DO(SIGTSTP) \ 52 _DO(SIGQUIT) \ 53 _DO(SIGHUP) \ 54 _DO(SIGTERM) \ 55 _DO(SIGCONT) \ 56 _DO(SIGWINCH)
|
H A D | sig.c | 58 #define _DO(a) (a), macro 60 #undef _DO 130 #define _DO(a) (void) sigaddset(nset, a); in sig_init() macro 132 #undef _DO in sig_init()
|
/freebsd/contrib/netbsd-tests/lib/libc/regex/ |
H A D | t_regex_att.c | 270 #define _DO(a, b) { # a, REG_ ## a, b }, in geterror() macro 271 _DO(NOMATCH, EXEC) in geterror() 272 _DO(BADPAT, COMP) in geterror() 273 _DO(ECOLLATE, COMP) in geterror() 274 _DO(ECTYPE, COMP) in geterror() 275 _DO(EESCAPE, COMP) in geterror() 276 _DO(ESUBREG, COMP) in geterror() 277 _DO(EBRACK, COMP) in geterror() 278 _DO(EPAREN, COMP) in geterror() 279 _DO(EBRACE, COMP) in geterror() [all …]
|
/freebsd/sys/contrib/zstd/programs/ |
H A D | README.md | 30 `ZSTD_LEGACY_SUPPORT=0` means _DO NOT_ support any legacy format.
|