| /openbsd-src/usr.sbin/smtpd/ |
| H A D | smtpd.c | 1927 #define CASE(x) case x : return #x macro 1935 CASE(IMSG_NONE); in imsg_to_str() 1937 CASE(IMSG_CTL_OK); in imsg_to_str() 1938 CASE(IMSG_CTL_FAIL); in imsg_to_str() 1940 CASE(IMSG_CTL_GET_DIGEST); in imsg_to_str() 1941 CASE(IMSG_CTL_GET_STATS); in imsg_to_str() 1942 CASE(IMSG_CTL_LIST_MESSAGES); in imsg_to_str() 1943 CASE(IMSG_CTL_LIST_ENVELOPES); in imsg_to_str() 1944 CASE(IMSG_CTL_MTA_SHOW_HOSTS); in imsg_to_str() 1945 CASE(IMSG_CTL_MTA_SHOW_RELAY in imsg_to_str() [all...] |
| H A D | mta_session.c | 1664 #define CASE(x) case x : return #x macro 1670 CASE(MTA_INIT); in mta_strstate() 1671 CASE(MTA_BANNER); in mta_strstate() 1672 CASE(MTA_EHLO); in mta_strstate() 1673 CASE(MTA_HELO); in mta_strstate() 1674 CASE(MTA_STARTTLS); in mta_strstate() 1675 CASE(MTA_AUTH); in mta_strstate() 1676 CASE(MTA_AUTH_PLAIN); in mta_strstate() 1677 CASE(MTA_AUTH_LOGIN); in mta_strstate() 1678 CASE(MTA_AUTH_LOGIN_USE in mta_strstate() [all...] |
| H A D | ioev.c | 123 #define CASE(x) case x : return #x macro 131 CASE(IO_CONNECTED); in io_strevent() 132 CASE(IO_TLSREADY); in io_strevent() 133 CASE(IO_DATAIN); in io_strevent() 134 CASE(IO_LOWAT); in io_strevent() 135 CASE(IO_DISCONNECTED); in io_strevent() 136 CASE(IO_TIMEOUT); in io_strevent() 137 CASE(IO_ERROR); in io_strevent()
|
| H A D | smtp_session.c | 2903 #define CASE(x) case x : return #x 2911 CASE(STATE_NEW); in smtp_strstate() 2912 CASE(STATE_CONNECTED); in smtp_strstate() 2913 CASE(STATE_TLS); in smtp_strstate() 2914 CASE(STATE_HELO); in smtp_strstate() 2915 CASE(STATE_AUTH_INIT); in smtp_strstate() 2916 CASE(STATE_AUTH_USERNAME); in smtp_strstate() 2917 CASE(STATE_AUTH_PASSWORD); in smtp_strstate() 2918 CASE(STATE_AUTH_FINALIZE); in smtp_strstate() 2919 CASE(STATE_BOD in smtp_strstate() 2902 #define CASE( global() macro [all...] |
| /openbsd-src/lib/libc/asr/ |
| H A D | asr_debug.c | 309 #define CASE(n) case n: return #n macro 315 CASE(ASR_STATE_INIT); in _asr_statestr() 316 CASE(ASR_STATE_NEXT_DOMAIN); in _asr_statestr() 317 CASE(ASR_STATE_NEXT_DB); in _asr_statestr() 318 CASE(ASR_STATE_SAME_DB); in _asr_statestr() 319 CASE(ASR_STATE_NEXT_FAMILY); in _asr_statestr() 320 CASE(ASR_STATE_NEXT_NS); in _asr_statestr() 321 CASE(ASR_STATE_UDP_SEND); in _asr_statestr() 322 CASE(ASR_STATE_UDP_RECV); in _asr_statestr() 323 CASE(ASR_STATE_TCP_WRITE); in _asr_statestr() [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnitIndex.cpp | 50 #define CASE(S,T) \ in serializeSectionKind() macro 53 CASE(INFO, INFO); in serializeSectionKind() 54 CASE(EXT_TYPES, TYPES); in serializeSectionKind() 55 CASE(ABBREV, ABBREV); in serializeSectionKind() 56 CASE(LINE, LINE); in serializeSectionKind() 57 CASE(EXT_LOC, LOC); in serializeSectionKind() 58 CASE(STR_OFFSETS, STR_OFFSETS); in serializeSectionKind() 59 CASE(EXT_MACINFO, MACINFO); in serializeSectionKind() 60 CASE(MACRO, MACRO); in serializeSectionKind() 61 #undef CASE in serializeSectionKind() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 403 #define CASE(LEN, FIRST, THIRD, NAME) \ in getPPKeywordID() macro 412 CASE( 2, 'i', '\0', if); in getPPKeywordID() 413 CASE( 4, 'e', 'i', elif); in getPPKeywordID() 414 CASE( 4, 'e', 's', else); in getPPKeywordID() 415 CASE( 4, 'l', 'n', line); in getPPKeywordID() 416 CASE( 4, 's', 'c', sccs); in getPPKeywordID() 417 CASE( 5, 'e', 'd', endif); in getPPKeywordID() 418 CASE( 5, 'e', 'r', error); in getPPKeywordID() 419 CASE( 5, 'i', 'e', ident); in getPPKeywordID() 420 CASE( 5, 'i', 'd', ifdef); in getPPKeywordID() [all …]
|
| /openbsd-src/gnu/usr.bin/perl/dist/Term-Complete/lib/Term/ |
| H A D | Complete.pm | 119 CASE: { label 134 last CASE; 151 last CASE; 161 last CASE; 169 last CASE;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/bin/ |
| H A D | instmodsh | 164 CASE: 169 last CASE; 174 last CASE;
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | CXLoadedDiagnostic.cpp | 76 #define CASE(X) case serialized_diags::X: return CXDiagnostic_##X; in getSeverity() macro 77 CASE(Ignored) in getSeverity() 78 CASE(Note) in getSeverity() 79 CASE(Warning) in getSeverity() 80 CASE(Error) in getSeverity() 81 CASE(Fatal) in getSeverity() 82 #undef CASE in getSeverity()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64FrameLowering.cpp | 683 #define CASE(n) \ in getRegisterOrZero() macro 687 CASE(0); in getRegisterOrZero() 688 CASE(1); in getRegisterOrZero() 689 CASE(2); in getRegisterOrZero() 690 CASE(3); in getRegisterOrZero() 691 CASE(4); in getRegisterOrZero() 692 CASE(5); in getRegisterOrZero() 693 CASE(6); in getRegisterOrZero() 694 CASE(7); in getRegisterOrZero() 695 CASE(8); in getRegisterOrZero() [all …]
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | SerializedDiagnosticPrinter.cpp | 628 #define CASE(X) case DiagnosticsEngine::X: return serialized_diags::X; in getStableLevel() macro 629 CASE(Ignored) in getStableLevel() 630 CASE(Note) in getStableLevel() 631 CASE(Remark) in getStableLevel() 632 CASE(Warning) in getStableLevel() 633 CASE(Error) in getStableLevel() 634 CASE(Fatal) in getStableLevel() 635 #undef CASE in getStableLevel()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | FuchsiaHandleChecker.cpp | 159 #define CASE(ID) \ in dump() macro 163 CASE(Kind::MaybeAllocated) in dump() 164 CASE(Kind::Allocated) in dump() 165 CASE(Kind::Released) in dump() 166 CASE(Kind::Escaped) in dump() 167 CASE(Kind::Unowned) in dump()
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/t/ |
| H A D | XSMore.xs | 192 CASE: ix == 1 200 CASE: ix == 2
|
| /openbsd-src/bin/ksh/ |
| H A D | lex.h | 69 #define CASE 265 macro
|
| H A D | syn.c | 340 case CASE: in get_command() 638 { "case", CASE, true },
|
| /openbsd-src/sbin/slaacd/ |
| H A D | engine.c | 309 #define CASE(x) case x : return #x macro 316 CASE(IF_DOWN); in if_state_name() 317 CASE(IF_INIT); in if_state_name() 318 CASE(IF_BOUND); in if_state_name() 326 CASE(PROPOSAL_IF_DOWN); in proposal_state_name() 327 CASE(PROPOSAL_NOT_CONFIGURED); in proposal_state_name() 328 CASE(PROPOSAL_CONFIGURED); in proposal_state_name() 329 CASE(PROPOSAL_NEARLY_EXPIRED); in proposal_state_name() 330 CASE(PROPOSAL_WITHDRAWN); in proposal_state_name() 331 CASE(PROPOSAL_DUPLICATE in proposal_state_name() [all...] |
| /openbsd-src/gnu/llvm/clang/utils/TableGen/ |
| H A D | ClangDiagnosticsEmitter.cpp | 721 #define CASE(T) \ in Visit() macro 724 CASE(Multi); in Visit() 725 CASE(Text); in Visit() 726 CASE(Placeholder); in Visit() 727 CASE(Select); in Visit() 728 CASE(Plural); in Visit() 729 CASE(Diff); in Visit() 730 CASE(Substitution); in Visit() 731 #undef CASE in Visit()
|
| /openbsd-src/lib/libc/include/ |
| H A D | README | 3 CASE I: internal symbols 18 CASE II: external symbols
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | str-2t.fin | 29 Case CASE
|
| H A D | ffe.texi | 1611 * Transforming SELECT CASE:: 1783 @node Transforming SELECT CASE 1784 @subsection Transforming SELECT CASE 1786 @code{SELECT CASE} poses a few interesting problems for code generation, 1789 Consider @samp{SELECT CASE (I('PREFIX'//A))}, 1794 not be ``live'' during execution of any of the @code{CASE} blocks. 1797 which in turn is within the @code{SELECT CASE} block itself 1798 (which contains the code for the CASE blocks as well, 1817 And that would leave temp[large] in scope during the CASE blocks 1846 is with @samp{SELECT CASE('prefix'//A)} [all …]
|
| H A D | str-1t.fin | 34 Case CASE
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ldlex.l | 329 <MRI>"CASE" { RTOKEN(CASE); } 346 <MRI>"case" { RTOKEN(CASE); }
|
| H A D | ldgram.y | 150 %token INPUT_SCRIPT INPUT_MRI_SCRIPT INPUT_DEFSYM CASE EXTERN START 245 | CASE casesymlist
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ldlex.l | 335 <MRI>"CASE" { RTOKEN(CASE); } 352 <MRI>"case" { RTOKEN(CASE); }
|