OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:quote_string_len
(Results
1 - 3
of
3
) sorted by null
/external/bison/lib/
quotearg.c
252
size_t
quote_string_len
= 0;
local
277
quote_string_len
= 1;
320
quote_string_len
= strlen (quote_string);
332
quote_string_len
= 1;
350
&&
quote_string_len
351
&& i +
quote_string_len
<= argsize
352
&& memcmp (arg + i, quote_string,
quote_string_len
) == 0)
436
if (backslash_escapes && elide_outer_quotes &&
quote_string_len
)
/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
)
/prebuilts/misc/linux-x86/bison/
bison
Completed in 36 milliseconds