Home | History | Annotate | Download | only in strace

Lines Matching defs:outstr

447  * Write up to (3 + `size' * 4) bytes to `outstr' buffer.
460 string_quote(const char *instr, char *outstr, const unsigned int size,
464 char *s = outstr;
628 char *outstr;
645 outstr = alloca(alloc_size);
648 outstr = buf = malloc(alloc_size);
656 outstr, size, style);
657 tprints(outstr);
737 static char *outstr;
758 outstr = xmalloc(outstr_size);
784 ellipsis = string_quote(str, outstr, size, style)
789 tprints(outstr);