Searched refs:string_quote (Results 1 – 2 of 2) sorted by relevance
448 string_quote(const char *instr, char *outstr, int len, int size) in string_quote() function579 (void) string_quote(path, outstr, -1, n + 1); in printpathn()639 if (string_quote(str, outstr, len, size) && in printstr()
392 * 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