Home
last modified time | relevance | path

Searched refs:_strp (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/firefox/firefox-99.0/third_party/pipewire/spa/utils/
H A Ddefs.h255 char *_strp; \
256 if (asprintf(&(_strp), (_fmt), ## __VA_ARGS__ ) == -1) \
257 _strp = NULL; \
258 _strp; \
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/pipewire/spa/utils/
H A Ddefs.h255 char *_strp; \
256 if (asprintf(&(_strp), (_fmt), ## __VA_ARGS__ ) == -1) \
257 _strp = NULL; \
258 _strp; \
/dports/www/firefox-esr/firefox-91.8.0/third_party/pipewire/spa/utils/
H A Ddefs.h255 char *_strp; \
256 if (asprintf(&(_strp), (_fmt), ## __VA_ARGS__ ) == -1) \
257 _strp = NULL; \
258 _strp; \
/dports/multimedia/pipewire/pipewire-0.3.43/spa/include/spa/utils/
H A Ddefs.h334 char *_strp; \
335 if (asprintf(&(_strp), (_fmt), ## __VA_ARGS__ ) == -1) \
336 _strp = NULL; \
337 _strp; \
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/DebugInfo/X86/
H A Ddebug-macinfo-strp.s2 ## DW_MACINFO_invalid when parsing *_strp
H A Ddebug-macro-strp-dwo.s2 ## section containing DW_MACRO_*_strp forms present in a dwo object.
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/DebugInfo/X86/
H A Ddebug-macinfo-strp.s2 ## DW_MACINFO_invalid when parsing *_strp
H A Ddebug-macro-strp-dwo.s2 ## section containing DW_MACRO_*_strp forms present in a dwo object.
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/DebugInfo/X86/
H A Ddebug-macinfo-strp.s2 ## DW_MACINFO_invalid when parsing *_strp
H A Ddebug-macro-strp-dwo.s2 ## section containing DW_MACRO_*_strp forms present in a dwo object.
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/DebugInfo/X86/
H A Ddebug-macinfo-strp.s2 ## DW_MACINFO_invalid when parsing *_strp
H A Ddebug-macro-strp-dwo.s2 ## section containing DW_MACRO_*_strp forms present in a dwo object.
/dports/devel/llvm11/llvm-11.0.1.src/test/DebugInfo/X86/
H A Ddebug-macinfo-strp.s2 ## DW_MACINFO_invalid when parsing *_strp
H A Ddebug-macro-strp-dwo.s2 ## section containing DW_MACRO_*_strp forms present in a dwo object.
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/DebugInfo/X86/
H A Ddebug-macinfo-strp.s2 ## DW_MACINFO_invalid when parsing *_strp
H A Ddebug-macro-strp-dwo.s2 ## section containing DW_MACRO_*_strp forms present in a dwo object.
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/DebugInfo/X86/
H A Ddebug-macinfo-strp.s2 ## DW_MACINFO_invalid when parsing *_strp
H A Ddebug-macro-strp-dwo.s2 ## section containing DW_MACRO_*_strp forms present in a dwo object.
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/DebugInfo/X86/
H A Ddebug-macinfo-strp.s2 ## DW_MACINFO_invalid when parsing *_strp
H A Ddebug-macro-strp-dwo.s2 ## section containing DW_MACRO_*_strp forms present in a dwo object.
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/DebugInfo/X86/
H A Ddebug-macinfo-strp.s2 ## DW_MACINFO_invalid when parsing *_strp
H A Ddebug-macro-strp-dwo.s2 ## section containing DW_MACRO_*_strp forms present in a dwo object.
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/DebugInfo/X86/
H A Ddebug-macinfo-strp.s2 ## DW_MACINFO_invalid when parsing *_strp
H A Ddebug-macro-strp-dwo.s2 ## section containing DW_MACRO_*_strp forms present in a dwo object.
/dports/security/pecl-crypto/crypto-0.3.1/phpc/
H A Dphpc.h161 #define PHPC_STR_FROM_PTR_STR(_str, _strp) \ argument
162 PHPC_STR_VAL(_str) = *PHPC_STR_VAL(_strp); \
163 PHPC_STR_LEN(_str) = *PHPC_STR_LEN(_strp)
613 #define PHPC_STR_FROM_PTR_STR(_str, _strp) _str = *_strp argument

12