Home
last modified time | relevance | path

Searched refs:string_quote (Results 1 – 6 of 6) sorted by relevance

/external/strace/
Dprint_ifindex.c47 if (string_quote(name_buf, name_quoted_buf, sizeof(name_buf), in get_ifname()
Dutil.c506 string_quote(const char *instr, char *outstr, const unsigned int size, in string_quote() function
712 rc = string_quote(str, outstr, size, style, escape_chars); in print_quoted_string_ex()
847 ellipsis = string_quote(str, outstr, size, style, NULL) in printstr_ex()
Dsocketutils.c345 string_quote(path + 1, outstr + 2, in unix_parse_response()
348 string_quote(path, outstr + 1, in unix_parse_response()
Ddefs.h650 extern int string_quote(const char *, char *, unsigned int, unsigned int,
DChangeLog-CVS392 * util.c (string_quote): Fix support for NUL-terminated string.
886 * util.c (string_quote): Return nonzero if the string was unterminated.
951 * util.c (string_quote): Move quoting code from ...
952 (printstr) ... here. Use string_quote.
953 (printpathn): Update for new string_quote interface.
2010 * defs.h (string_quote): Remove declaration.
2027 (string_quote): Make static.
5242 * util.c (string_quote): Fix thinko which caused core
DChangeLog7123 util.c: add support for additional escape characters in string_quote.
7129 * defs.h (string_quote): Add escape_chars parameter.
7131 * util.c (string_quote): Add escape_chars parameter.
7133 escape_chars parameter, pass it to string_quote call.
7136 (printstr_ex): Pass NULL as escape_chars argument of string_quote call.
7138 argument of string_quote call.
7177 * util.c (string_quote): Change the upper limit for the next character
7188 util.c: reduce indentation in non-hexadecimal case in string_quote.
7191 * util.c (string_quote): Add string_ended label, jump there
7196 util.c: fix switch statement indentation in string_quote.
[all …]