Home
last modified time | relevance | path

Searched refs:dont_quote (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_old_handlers.c889 static const char *dont_quote[] = { variable
899 while (dont_quote[i] != NULL) { in should_quote_opt()
900 if (strcmp(key, dont_quote[i]) == 0) in should_quote_opt()
Ddbus_new_handlers.c141 static const char *dont_quote[] = { variable
150 while (dont_quote[i] != NULL) { in should_quote_opt()
151 if (os_strcmp(key, dont_quote[i]) == 0) in should_quote_opt()