Searched refs:_INT (Results 1 – 1 of 1) sorted by relevance
/external/wpa_supplicant/ |
D | config.c | 1062 #define _INT(f) #f, wpa_config_parse_int, wpa_config_write_int, \ macro 1066 #define INT(f) _INT(f), NULL, NULL, 0 1069 #define INT_RANGE(f, min, max) _INT(f), (void *) (min), (void *) (max), 0 1176 #undef _INT
|