Home
last modified time | relevance | path

Searched refs:_STR (Results 1 – 9 of 9) sorted by relevance

/external/curl/src/
Dcurl.rc83 #define _STR(macro) _STR_(macro)
91 _STR(LIBCURL_VERSION_MAJOR) "."
92 _STR(LIBCURL_VERSION_MINOR) "."
93 _STR(LIBCURL_VERSION_PATCH) ".0"" type=""win32""/>"
/external/libtracefs/src/
Dtracefs-utils.c28 #define _STR(x) #x macro
29 #define STR(x) _STR(x)
/external/wpa_supplicant_8/wpa_supplicant/
Dconfig.c2402 #define _STR(f) #f, wpa_config_parse_str, OFFSET(f) macro
2405 #define _STR(f) #f, wpa_config_parse_str, wpa_config_write_str, OFFSET(f) macro
2409 #define STR(f) _STR(f), NULL, NULL, NULL, 0
2411 #define STR_KEY(f) _STR(f), NULL, NULL, NULL, 1
2417 #define _STR_LEN(f) _STR(f), OFFSET(f ## _len)
2720 #undef _STR
5305 #define _STR(f) #f, wpa_global_config_parse_str, wpa_config_get_str, OFFSET(f) macro
5306 #define STR(f) _STR(f), NULL, NULL
5307 #define STR_RANGE(f, min, max) _STR(f), (void *) min, (void *) max
5508 #undef _STR
/external/iproute2/ip/
Dipmacsec.c145 #define _STR(a) #a macro
146 #define STR(a) _STR(a)
/external/deqp/external/openglcts/modules/gl/
Dgl3cClipDistance.cpp36 #define _STR(s) STR(s) macro
Dgl3cTextureSizePromotion.cpp39 #define _STR(s) STR(s) macro
Dgl3cTransformFeedbackTests.cpp45 #define _STR(s) STR(s) macro
/external/trace-cmd/tracecmd/
Dtrace-record.c46 #define _STR(x) #x macro
47 #define STR(x) _STR(x)
/external/strace/
DChangeLog2031 tests: use STRINGIFY instead of _STR.
2032 Remove _STR which is essentially the same as STRINGIFY but from
2035 * tests/tests.h (_STR): Remove.
2036 * tests/add_key.c (main): Replace _STR with STRINGIFY.
24711 * tests/add_key.c (_STR, ARG_STR): Move ...