Home
last modified time | relevance | path

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

/external/strace/
Dsocketutils.c320 string_quote(path + 1, outstr + 2, in unix_parse_response()
323 string_quote(path, outstr + 1, in unix_parse_response()
Dutil.c643 string_quote(const char *instr, char *outstr, const unsigned int size, in string_quote() function
832 rc = string_quote(str, outstr, size, style); in print_quoted_string()
933 ellipsis = string_quote(str, outstr, size, style) in printstr_ex()
Ddefs.h514 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
DChangeLog4950 -1). As a result, there is one excess byte for string_quote in case
4951 QUOTE_0_TERMINATED is set so string_quote can check for NUL termination
5660 * util.c (string_quote): Swallow terminating NUL if
13623 * defs.h (string_quote, print_sockaddr_by_inode_cached): New prototypes.
13631 * util.c (printfd): Use string_quote and print_sockaddr_by_inode_cached.
13632 (string_quote): Remove static qualifier.
21385 Rework string_quote API.
21386 string_quote() has proven to be too hard to use, replace it with
21389 * defs.h (string_quote): Remove.
21392 * util.c (string_quote): Make static; take "style" flags instead
[all …]