Searched refs:_STR (Results 1 – 9 of 9) sorted by relevance
/external/curl/src/ |
D | curl.rc | 83 #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/ |
D | tracefs-utils.c | 28 #define _STR(x) #x macro 29 #define STR(x) _STR(x)
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | config.c | 2402 #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/ |
D | ipmacsec.c | 145 #define _STR(a) #a macro 146 #define STR(a) _STR(a)
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl3cClipDistance.cpp | 36 #define _STR(s) STR(s) macro
|
D | gl3cTextureSizePromotion.cpp | 39 #define _STR(s) STR(s) macro
|
D | gl3cTransformFeedbackTests.cpp | 45 #define _STR(s) STR(s) macro
|
/external/trace-cmd/tracecmd/ |
D | trace-record.c | 46 #define _STR(x) #x macro 47 #define STR(x) _STR(x)
|
/external/strace/ |
D | ChangeLog | 2031 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 ...
|