OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:string_quote
(Results
1 - 2
of
2
) sorted by null
/external/strace/
util.c
551
string_quote
(const char *instr, char *outstr, const unsigned int size,
function
737
rc =
string_quote
(str, outstr, size, style);
814
* because
string_quote
may look one byte ahead.
832
/* If
string_quote
didn't see NUL and (it was supposed to be ASCIZ str
835
ellipsis = (
string_quote
(str, outstr, size, style) &&
ChangeLog-CVS
392
* util.c (
string_quote
): Fix support for NUL-terminated string.
886
* util.c (
string_quote
): Return nonzero if the string was unterminated
[
all
...]
Completed in 2783 milliseconds