Searched refs:dont_quote (Results 1 – 2 of 2) sorted by relevance
889 static const char *dont_quote[] = { variable899 while (dont_quote[i] != NULL) { in should_quote_opt()900 if (strcmp(key, dont_quote[i]) == 0) in should_quote_opt()
141 static const char *dont_quote[] = { variable150 while (dont_quote[i] != NULL) { in should_quote_opt()151 if (os_strcmp(key, dont_quote[i]) == 0) in should_quote_opt()