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

/external/linux-tools-perf/util/
H A Ddebugfs.h11 # define _STR(x) #x macro
12 # define STR(x) _STR(x)
H A Dutil.h275 #define _STR(x) #x macro
276 #define STR(x) _STR(x)
H A Dtrace-event-info.c58 #define _STR(x) #x macro
59 #define STR(x) _STR(x)
/external/srec/portable/include/
H A Dpmemory.h48 #define _STR(x) _VAL(x) macro
/external/wpa_supplicant_6/wpa_supplicant/
H A Dconfig_file.c425 #define _STR(f) #f, wpa_config_parse_str, OFFSET(f) macro
426 #define STR(f) _STR(f), NULL, NULL
427 #define STR_RANGE(f, min, max) _STR(f), (void *) min, (void *) max
468 #undef _STR macro
H A Dconfig.c1253 #define _STR(f) #f, wpa_config_parse_str, OFFSET(f) macro
1256 #define _STR(f) #f, wpa_config_parse_str, wpa_config_write_str, OFFSET(f) macro
1259 #define STR(f) _STR(f), NULL, NULL, NULL, 0
1261 #define STR_KEY(f) _STR(f), NULL, NULL, NULL, 1
1267 #define _STR_LEN(f) _STR(f), OFFSET(f ## _len)
1425 #undef _STR macro
/external/wpa_supplicant_8/wpa_supplicant/
H A Dconfig.c1462 #define _STR(f) #f, wpa_config_parse_str, OFFSET(f) macro
1465 #define _STR(f) #f, wpa_config_parse_str, wpa_config_write_str, OFFSET(f) macro
1468 #define STR(f) _STR(f), NULL, NULL, NULL, 0
1470 #define STR_KEY(f) _STR(f), NULL, NULL, NULL, 1
1476 #define _STR_LEN(f) _STR(f), OFFSET(f ## _len)
1648 #undef _STR macro
2582 #define _STR(f) #f, wpa_global_config_parse_str, OFFSET(f) macro
2583 #define STR(f) _STR(f), NULL, NULL
2584 #define STR_RANGE(f, min, max) _STR(f), (void *) min, (void *) max
2654 #undef _STR macro
[all...]

Completed in 100 milliseconds