Searched refs:outstr (Results 1 - 11 of 11) sorted by relevance

/external/strace/
H A Dioprio.c29 static char outstr[256]; local
37 sprintf(outstr, "IOPRIO_PRIO_VALUE(%s,%d)", str, data);
39 sprintf(outstr, "IOPRIO_PRIO_VALUE(%#x /* %s */,%d)",
42 return outstr;
H A Dopen.c44 static char outstr[(1 + ARRAY_SIZE(open_mode_flags)) * sizeof("O_LARGEFILE")]; local
51 p = stpcpy(outstr, "flags");
58 return outstr;
68 return outstr;
75 return outstr;
H A Dldt.c67 static char outstr[32]; local
69 sprintf(outstr, "entry_number:%d", desc.entry_number);
70 tcp->auxstr = outstr;
H A Dstream.c283 static char outstr[1024]; local
285 #define end_outstr (outstr + sizeof(outstr))
309 outptr = outstr;
320 if (outptr == outstr) {
342 if (outptr != outstr /* && outptr < end_outstr - 1 (always true)*/)
348 outptr = stpcpy(outptr, outptr == outstr ? "left " : ", left ");
353 if (outptr == outstr)
356 tcp->auxstr = outstr;
H A Dutil.c312 static char outstr[1024]; local
316 outptr = stpcpy(outstr, prefix);
335 return outstr;
498 * Write up to (3 + `size' * 4) bytes to `outstr' buffer.
511 string_quote(const char *instr, char *outstr, const unsigned int size, argument
515 char *s = outstr;
670 char *outstr; local
686 outstr = alloca(alloc_size);
689 outstr = buf = malloc(alloc_size);
697 rc = string_quote(str, outstr, siz
751 static char *outstr; local
[all...]
H A Ddesc.c369 static char outstr[1024]; local
371 #define end_outstr (outstr + sizeof(outstr))
387 outptr = outstr;
417 if (outptr != outstr)
429 tcp->auxstr = outstr;
H A Dsignal.c164 static char outstr[128 + 8 * (NSIG * 2 / 3)]; local
173 s = stpcpy(outstr, prefix);
210 return outstr;
H A Dv4l2.c599 static char outstr[sizeof("{count=}") + sizeof(int) * 3]; local
601 sprintf(outstr, "{count=%u}", reqbufs.count);
602 tcp->auxstr = outstr;
/external/libmtp/src/
H A Dlibmtp.c2030 char outstr[256]; local
2031 snprintf(outstr, sizeof(outstr), "PTP Layer error %04x: %s", ptp_error, error_text);
2032 outstr[sizeof(outstr)-1] = '\0';
2033 add_error_to_errorstack(device, LIBMTP_ERROR_PTP_LAYER, outstr);
/external/protobuf/src/google/protobuf/
H A Ddescriptor.cc4894 io::StringOutputStream outstr(
4896 io::CodedOutputStream out(&outstr);
/external/valgrind/perf/
H A Dtinycc.c8748 static void parse_escape_string(CString *outstr, const uint8_t *buf, int is_long)
8841 cstr_ccat(outstr, c);
8843 cstr_wccat(outstr, c);
8847 cstr_ccat(outstr, '\0');
8849 cstr_wccat(outstr, '\0');
8746 parse_escape_string(CString *outstr, const uint8_t *buf, int is_long) argument

Completed in 297 milliseconds