HomeSort by relevance Sort by last modified time
    Searched refs:quote_string (Results 1 - 2 of 2) sorted by null

  /external/bison/lib/
quotearg.c 195 char const *quote_string = 0; local
214 quote_string = "\"";
247 for (quote_string = left; *quote_string; quote_string++)
248 STORE (*quote_string);
250 quote_string = right;
251 quote_string_len = strlen (quote_string);
257 quote_string = "'";
273 && memcmp (arg + i, quote_string, quote_string_len) == 0
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c 192 char const *quote_string = 0; local
217 quote_string = "\"";
252 for (quote_string = left; *quote_string; quote_string++)
253 STORE (*quote_string);
255 quote_string = right;
256 quote_string_len = strlen (quote_string);
267 quote_string = "'";
287 && memcmp (arg + i, quote_string, quote_string_len) == 0
    [all...]

Completed in 40 milliseconds