Home
last modified time | relevance | path

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

/external/wpa_supplicant_6/wpa_supplicant/
Dctrl_iface_dbus_handlers.c915 static const char *dont_quote[] = { variable
924 while (dont_quote[i] != NULL) { in should_quote_opt()
925 if (strcmp(key, dont_quote[i]) == 0) in should_quote_opt()
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_old_handlers.c880 static const char *dont_quote[] = { variable
890 while (dont_quote[i] != NULL) { in should_quote_opt()
891 if (strcmp(key, dont_quote[i]) == 0) in should_quote_opt()
Ddbus_new_handlers.c124 static const char *dont_quote[] = { variable
133 while (dont_quote[i] != NULL) { in should_quote_opt()
134 if (os_strcmp(key, dont_quote[i]) == 0) in should_quote_opt()