Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
Dconfig.c2143 #define _STR(f) #f, wpa_config_parse_str, OFFSET(f) macro
2146 #define _STR(f) #f, wpa_config_parse_str, wpa_config_write_str, OFFSET(f) macro
2149 #define STR(f) _STR(f), NULL, NULL, NULL, 0
2151 #define STR_KEY(f) _STR(f), NULL, NULL, NULL, 1
2157 #define _STR_LEN(f) _STR(f), OFFSET(f ## _len)
2414 #undef _STR
4705 #define _STR(f) #f, wpa_global_config_parse_str, wpa_config_get_str, OFFSET(f) macro
4706 #define STR(f) _STR(f), NULL, NULL
4707 #define STR_RANGE(f, min, max) _STR(f), (void *) min, (void *) max
4881 #undef _STR
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
Dconfig.c2334 #define _STR(f) #f, wpa_config_parse_str, OFFSET(f) macro
2337 #define _STR(f) #f, wpa_config_parse_str, wpa_config_write_str, OFFSET(f) macro
2341 #define STR(f) _STR(f), NULL, NULL, NULL, 0
2343 #define STR_KEY(f) _STR(f), NULL, NULL, NULL, 1
2349 #define _STR_LEN(f) _STR(f), OFFSET(f ## _len)
2645 #undef _STR
5077 #define _STR(f) #f, wpa_global_config_parse_str, wpa_config_get_str, OFFSET(f) macro
5078 #define STR(f) _STR(f), NULL, NULL
5079 #define STR_RANGE(f, min, max) _STR(f), (void *) min, (void *) max
5273 #undef _STR
/third_party/vk-gl-cts/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
/third_party/iowow/src/json/
Diwjson.c12 #define _STR(x) _STRX(x) macro
2977 return "Exceeded the maximal object nesting level: " _STR(JBL_MAX_NESTING_LEVEL) in _jbl_ecodefn()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavpp.c2091 g_quark_from_static_string (G_PASTE (G_PASTE (GST_META_TAG_VIDEO_, type), _STR)) in _register_debug_category()