Home | History | Annotate | Download | only in strace

Lines Matching full:string_quote

444 string_quote(const char *instr, char *outstr, int len, int size)
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) &&