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
444
string_quote
(const char *instr, char *outstr, int len, int size)
function
575
(void)
string_quote
(path, outstr, -1, n + 1);
618
* because
string_quote
() quotes one byte less.
635
if (
string_quote
(str, outstr, len, size) &&
[
all
...]
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 507 milliseconds