HomeSort by relevance Sort by last modified time
    Searched defs:outstr (Results 1 - 10 of 10) sorted by null

  /external/strace/
ldt.c 67 static char outstr[32]; local
69 sprintf(outstr, "entry_number:%d", desc.entry_number);
70 tcp->auxstr = outstr;
open.c 44 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;
ioprio.c 29 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;
stream.c 283 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;
signal.c 164 static char outstr[128 + 8 * (NSIG * 2 / 3)]; local
173 s = stpcpy(outstr, prefix);
210 return outstr;
v4l2.c 599 static char outstr[sizeof("{count=}") + sizeof(int) * 3]; local
601 sprintf(outstr, "{count=%u}", reqbufs.count);
602 tcp->auxstr = outstr;
desc.c 369 static char outstr[1024]; local
371 #define end_outstr (outstr + sizeof(outstr))
387 outptr = outstr;
417 if (outptr != outstr)
429 tcp->auxstr = outstr;
util.c 312 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,
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, size, style)
751 static char *outstr; local
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
FloatArrayToStrFilter.java 61 String outstr = Arrays.toString(array); local
65 stringFrame.setValue(outstr);
  /external/libmtp/src/
libmtp.c 2030 char outstr[256]; local
    [all...]

Completed in 221 milliseconds