/freebsd-src/sys/contrib/openzfs/lib/libspl/include/ |
H A D | assert.h | 74 #define VERIFYF(cond, STR, ...) \ argument 150 #define VERIFY3BF(LEFT, OP, RIGHT, STR, ...) \ argument 162 #define VERIFY3SF(LEFT, OP, RIGHT, STR, ...) \ argument 174 #define VERIFY3UF(LEFT, OP, RIGHT, STR, ...) \ argument 186 #define VERIFY3PF(LEFT, OP, RIGHT, STR, ...) \ argument 199 #define VERIFY0F(LEFT, STR, ...) \ argument 208 #define VERIFY0PF(LEFT, STR, ...) \ argument
|
/freebsd-src/sys/contrib/openzfs/include/os/linux/spl/sys/ |
H A D | debug.h | 187 #define VERIFY3BF(LEFT, OP, RIGHT, STR, ...) do { \ argument 199 #define VERIFY3SF(LEFT, OP, RIGHT, STR, ...) do { \ argument 211 #define VERIFY3UF(LEFT, OP, RIGHT, STR, ...) do { \ argument 223 #define VERIFY3PF(LEFT, OP, RIGHT, STR, ...) do { \ argument 235 #define VERIFY0PF(RIGHT, STR, ...) do { \ argument 246 VERIFY0F(RIGHT,STR,...) global() argument [all...] |
/freebsd-src/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
H A D | debug.h | 187 VERIFY3BF(LEFT,OP,RIGHT,STR,...) global() argument 199 VERIFY3SF(LEFT,OP,RIGHT,STR,...) global() argument 211 VERIFY3UF(LEFT,OP,RIGHT,STR,...) global() argument 223 VERIFY3PF(LEFT,OP,RIGHT,STR,...) global() argument 235 VERIFY0PF(RIGHT,STR,...) global() argument 246 VERIFY0F(RIGHT,STR,...) global() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Basic/Targets/ |
H A D | X86.cpp | 1348 #define X86_CPU_TYPE(ENUM, STR) .Case(STR, true) in validateCpuIs() argument 1290 X86_FEATURE_COMPAT(ENUM,STR,PRIORITY) validateCpuSupports() argument 1291 X86_MICROARCH_LEVEL(ENUM,STR,PRIORITY) validateCpuSupports() argument 1298 X86_FEATURE_COMPAT(ENUM,STR,PRIORITY) getFeature() argument 1346 X86_CPU_TYPE(ENUM,STR) validateCpuIs() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 493 KEYWORD(STR) LexIdentifier() argument 812 TYPEKEYWORD(STR,LLVMTY) LexIdentifier() argument 838 INSTKEYWORD(STR,Enum) LexIdentifier() argument [all...] |
/freebsd-src/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-src/usr.sbin/autofs/ |
H A D | common.h | 111 #define STR 1 macro
|
/freebsd-src/contrib/ntp/sntp/libopts/autoopts/ |
H A D | project.h | 63 # define STR(s) __STR(s) macro
|
/freebsd-src/stand/uboot/ |
H A D | uboot_fdt.c | 35 #define STR(number) #number macro
|
/freebsd-src/contrib/llvm-project/llvm/lib/TargetParser/ |
H A D | X86TargetParser.cpp | 739 #define X86_FEATURE_COMPAT(ENUM, STR, PRIORITY) \ in getCpuSupportsMask() argument 638 X86_FEATURE(ENUM,STR) global() argument 737 X86_FEATURE_COMPAT(ENUM,STR,PRIORITY) getCpuSupportsMask() argument 754 X86_FEATURE_COMPAT(ENUM,STR,PRIORITY) getFeaturePriority() argument 766 X86_FEATURE_COMPAT(ENUM,STR,PRIORITY) getFeaturePriority() argument
|
/freebsd-src/usr.bin/tr/ |
H A D | extern.h | 47 } STR; typedef
|
/freebsd-src/stand/common/ |
H A D | interp_parse.c | 91 enum { STR, VAR, WHITE } state; in parse() enumerator
|
/freebsd-src/crypto/openssl/crypto/ |
H A D | s390xcap.c | 30 #define STR(S) STR_(S) macro
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | int_lib.h | 49 #define STR(a) #a macro
|
/freebsd-src/usr.bin/vgrind/ |
H A D | regexp.c | 125 #define STR 2 macro
|
/freebsd-src/usr.sbin/bluetooth/sdpcontrol/ |
H A D | search.c | 698 #define STR(x) _STR(x) in do_sdp_browse() macro
|
/freebsd-src/contrib/ntp/sntp/libopts/compat/ |
H A D | compat.h | 359 # define STR(s) _STR(s) macro
|
/freebsd-src/usr.bin/fortune/strfile/ |
H A D | strfile.c | 87 } STR; typedef
|
/freebsd-src/tools/regression/include/tgmath/ |
H A D | tgmath.c | 392 #define PRINT(STR, X) do { \ argument
|
/freebsd-src/lib/libc/stdlib/ |
H A D | strfmon.c | 66 #define PRINTS(STR) do { \ argument
|
/freebsd-src/contrib/llvm-project/libunwind/src/ |
H A D | config.h | 78 #define STR(a) #a macro
|
/freebsd-src/crypto/openssl/apps/ |
H A D | enc.c | 34 #define STR(a) XSTR(a) macro
|
/freebsd-src/sys/amd64/include/xen/ |
H A D | hypercall.h | 51 #define STR(x) __STR(x) macro
|
/freebsd-src/sys/i386/include/xen/ |
H A D | hypercall.h | 42 #define STR(x) __STR(x) macro
|