/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | debug.h | 183 #define VERIFY3BF(LEFT, OP, RIGHT, STR, ...) do { \ argument 195 #define VERIFY3SF(LEFT, OP, RIGHT, STR, ...) do { \ argument 207 #define VERIFY3UF(LEFT, OP, RIGHT, STR, ...) do { \ argument 219 #define VERIFY3PF(LEFT, OP, RIGHT, STR, ...) do { \ argument 231 #define VERIFY0PF(RIGHT, STR, ...) do { \ argument 242 #define VERIFY0F(RIGHT, STR, ...) do { \ argument
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 496 #define KEYWORD(STR) \ in LexIdentifier() argument 823 #define TYPEKEYWORD(STR, LLVMTY) \ in LexIdentifier() argument 849 #define INSTKEYWORD(STR, Enum) \ in LexIdentifier() argument 937 #define DBGRECORDTYPEKEYWORD(STR) \ in LexIdentifier() argument
|
/freebsd/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | X86.cpp | 1292 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) .Case(STR, true) in validateCpuSupports() argument 1293 #define X86_MICROARCH_LEVEL(ENUM, STR, PRIORITY) .Case(STR, true) in validateCpuSupports() argument 1300 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) \ in getFeature() argument 1348 #define X86_CPU_TYPE(ENUM, STR) .Case(STR, true) in validateCpuIs() argument 1350 #define X86_CPU_SUBTYPE(ENUM, STR) .Case(STR, true) in validateCpuIs() argument
|
/freebsd/contrib/libedit/ |
H A D | tokenizer.c | 73 #define STR(x) x macro 80 #define STR(x) L ## x macro
|
H A D | history.c | 64 #define STR(x) x macro 82 #define STR(x) L ## x macro
|
/freebsd/usr.sbin/autofs/ |
H A D | common.h | 111 #define STR 1 macro
|
/freebsd/contrib/ntp/sntp/libopts/autoopts/ |
H A D | project.h | 63 # define STR(s) __STR(s) macro
|
/freebsd/stand/uboot/ |
H A D | uboot_fdt.c | 35 #define STR(number) #number macro
|
/freebsd/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | X86TargetParser.cpp | 640 #define X86_FEATURE(ENUM, STR) {{"+" STR}, ImpliedFeatures##ENUM}, argument 739 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) \ in getCpuSupportsMask() argument 741 #define X86_MICROARCH_LEVEL(ENUM, STR, PRIORITY) \ in getCpuSupportsMask() argument 756 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) PRIORITY, in getFeaturePriority() argument 771 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) \ in getFeaturePriority() argument
|
/freebsd/usr.bin/tr/ |
H A D | extern.h | 47 } STR; typedef
|
/freebsd/stand/common/ |
H A D | interp_parse.c | 91 enum { STR, VAR, WHITE } state; in parse() enumerator
|
/freebsd/crypto/openssl/crypto/ |
H A D | s390xcap.c | 30 #define STR(S) STR_(S) macro
|
/freebsd/usr.bin/vgrind/ |
H A D | regexp.c | 125 #define STR 2 macro
|
/freebsd/usr.sbin/bluetooth/sdpcontrol/ |
H A D | search.c | 697 #define STR(x) _STR( do_sdp_browse() macro
|
/freebsd/contrib/ntp/sntp/libopts/compat/ |
H A D | compat.h | 359 # define STR(s) _STR(s) macro
|
/freebsd/usr.bin/fortune/strfile/ |
H A D | strfile.c | 87 } STR; typedef
|
/freebsd/tools/regression/include/tgmath/ |
H A D | tgmath.c | 392 #define PRINT(STR, X) do { \ argument
|
/freebsd/lib/libc/stdlib/ |
H A D | strfmon.c | 66 #define PRINTS(STR) do { \ argument
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | config.h | 72 #define STR( global() macro
|
/freebsd/crypto/openssl/apps/ |
H A D | enc.c | 34 #define STR(a) XSTR(a) macro
|
/freebsd/sys/amd64/include/xen/ |
H A D | hypercall.h | 51 #define STR(x) __STR(x) macro
|
/freebsd/sys/i386/include/xen/ |
H A D | hypercall.h | 42 #define STR(x) __STR(x) macro
|
/freebsd/contrib/pjdfstest/ |
H A D | pjdfstest.c | 745 #define STR(n) (args[(n)].str) in call_syscall() macro
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | config_winreg.c | 881 #define STR(t) write_str(netw, #t, ssid) in wpa_config_write_network() macro
|
/freebsd/contrib/one-true-awk/ |
H A D | awk.h | 131 #define STR 02 /* string value is valid */ macro
|