Searched refs:dont_quote (Results 1 – 3 of 3) sorted by relevance
915 static const char *dont_quote[] = { variable924 while (dont_quote[i] != NULL) { in should_quote_opt()925 if (strcmp(key, dont_quote[i]) == 0) in should_quote_opt()
880 static const char *dont_quote[] = { variable890 while (dont_quote[i] != NULL) { in should_quote_opt()891 if (strcmp(key, dont_quote[i]) == 0) in should_quote_opt()
124 static const char *dont_quote[] = { variable133 while (dont_quote[i] != NULL) { in should_quote_opt()134 if (os_strcmp(key, dont_quote[i]) == 0) in should_quote_opt()