OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quote_string_len
(Results
1 - 2
of
2
) sorted by null
/external/bison/lib/
quotearg.c
196
size_t
quote_string_len
= 0;
local
215
quote_string_len
= 1;
251
quote_string_len
= strlen (quote_string);
258
quote_string_len
= 1;
271
&&
quote_string_len
272
&& i +
quote_string_len
<= argsize
273
&& memcmp (arg + i, quote_string,
quote_string_len
) == 0)
/ndk/sources/host-tools/sed-4.2.1/lib/
quotearg.c
193
size_t
quote_string_len
= 0;
local
218
quote_string_len
= 1;
256
quote_string_len
= strlen (quote_string);
268
quote_string_len
= 1;
285
&&
quote_string_len
286
&& i +
quote_string_len
<= argsize
287
&& memcmp (arg + i, quote_string,
quote_string_len
) == 0)
362
if (backslash_escapes && elide_outer_quotes &&
quote_string_len
)
Completed in 830 milliseconds