Searched refs:_STR_LEN (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant/ |
D | config.c | 1052 #define _STR_LEN(f) _STR(f), OFFSET(f ## _len) macro 1053 #define STR_LEN(f) _STR_LEN(f), NULL, NULL, 0 1054 #define STR_LEN_KEY(f) _STR_LEN(f), NULL, NULL, 1 1058 #define _STR_RANGE(f, min, max) _STR_LEN(f), (void *) (min), (void *) (max) 1170 #undef _STR_LEN
|