| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win_defs.h | 44 #define STRINGIFY(A) STRINGIFY_(A) macro 69 __pragma(comment(linker, "/alternatename:" WIN_SYM_PREFIX STRINGIFY(Name) "="\ 70 WIN_SYM_PREFIX STRINGIFY(Default))) 73 __pragma(comment(linker, "/include:" WIN_SYM_PREFIX STRINGIFY(Name))) 76 __pragma(comment(linker, "/export:" WIN_EXPORT_PREFIX STRINGIFY(ExportedName)\ 77 "=" WIN_EXPORT_PREFIX STRINGIFY(Name)))
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| H A D | FuzzerExtFunctionsWindows.cpp | 23 #define STRINGIFY(A) STRINGIFY_(A) macro 41 __pragma(comment(linker, "/alternatename:" WIN_SYM_PREFIX STRINGIFY( \ 42 Name) "=" WIN_SYM_PREFIX STRINGIFY(Default)))
|
| /freebsd/sys/contrib/openzfs/module/zstd/lib/common/ |
| H A D | debug.h | 92 #define STRINGIFY(x) #x macro 93 #define TOSTRING(x) STRINGIFY(x)
|
| /freebsd/sys/contrib/zstd/lib/common/ |
| H A D | debug.h | 91 #define STRINGIFY(x) #x macro 92 #define TOSTRING(x) STRINGIFY(x)
|
| /freebsd/stand/uboot/ |
| H A D | uboot_fdt.c | 36 #define STRINGIFY(number) STR(number) macro 146 len = strlen(STRINGIFY(TMP_MAX_ETH)) + in fdt_platform_fixups()
|
| /freebsd/contrib/jemalloc/include/jemalloc/ |
| H A D | jemalloc_macros.h.in | 42 * #define STRINGIFY(x) STRINGIFY_HELPER(x) 44 * mallctl("arena." STRINGIFY(MALLCTL_ARENAS_ALL) ".purge", NULL, NULL, NULL,
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | flags.cpp | 53 return STRINGIFY(SCUDO_DEFAULT_OPTIONS); in getCompileDefinitionScudoDefaultOptions()
|
| H A D | internal_defs.h | 25 #define STRINGIFY(S) STRINGIFY_(S) macro
|
| /freebsd/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | util.h | 22 #define STRINGIFY(x) STRINGIFY_HELPER(x) macro
|
| /freebsd/contrib/llvm-project/clang/lib/Support/ |
| H A D | RISCVVIntrinsicUtils.cpp | 1196 #define STRINGIFY(NAME) \ macro 1203 STRINGIFY(SchemeNone) in operator <<() 1204 STRINGIFY(HasPassthruOperand) in operator <<() 1205 STRINGIFY(HasPolicyOperand) in operator <<() 1210 #undef STRINGIFY
|
| /freebsd/contrib/libpcap/ |
| H A D | pcap-libdlpi.c | 290 #define STRINGIFY(n) #n macro 318 "dlpi_promiscon" STRINGIFY(level), in dlpromiscon()
|
| H A D | pcap-dlpi.c | 1136 #define STRINGIFY(n) #n macro 1151 err = dlokack(p->fd, "promiscon" STRINGIFY(level), (char *)buf,
|
| /freebsd/sys/dev/netmap/ |
| H A D | netmap_mem2.c | 631 #define STRINGIFY(x) #x macro 637 "Requested size of netmap " STRINGIFY(name) "s"); \ 640 "Current size of netmap " STRINGIFY(name) "s"); \ 643 "Requested number of netmap " STRINGIFY(name) "s"); \ 646 "Current number of netmap " STRINGIFY(name) "s"); \ 649 "Default size of private netmap " STRINGIFY(name) "s"); \ 652 "Default number of private netmap " STRINGIFY(name) "s"); \
|
| /freebsd/contrib/jemalloc/src/ |
| H A D | tsd.c | 491 # pragma comment(linker, "/INCLUDE:" STRINGIFY(tls_callback) ) in tsd_init_check_recursion()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | ELFYAML.cpp | 990 #define STRINGIFY(X) (#X) in enumeration() macro 991 #define DYNAMIC_TAG(X, Y) IO.enumCase(Value, STRINGIFY(DT_##X), ELF::DT_##X); in enumeration() 1052 #undef STRINGIFY in enumeration()
|
| /freebsd/sys/dev/xen/netback/ |
| H A D | netback_unit_tests.c | 57 #define STRINGIFY(x) #x macro 58 #define TOSTRING(x) STRINGIFY(x)
|