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

  /external/strace/
ldt.c 91 static char outstr[32]; local
93 sprintf(outstr, "entry_number:%d", desc.entry_number);
94 tcp->auxstr = outstr;
personality.c 59 static char outstr[1024]; local
61 p = stpcpy(outstr, type);
63 p = outstr + sprintf(outstr, "%#x /* %s */", pers & PER_MASK, "PER_???");
67 tcp->auxstr = outstr;
open.c 78 static char outstr[(1 + ARRAY_SIZE(open_mode_flags)) * sizeof("O_LARGEFILE")]; local
85 p = stpcpy(outstr, "flags");
92 return outstr;
102 return outstr;
109 return outstr;
ioprio.c 56 static char outstr[256]; local
64 sprintf(outstr, "IOPRIO_PRIO_VALUE(%s,%d)", str, data);
66 sprintf(outstr, "IOPRIO_PRIO_VALUE(%#x /* %s */,%d)",
69 return outstr;
poll.c 107 static char outstr[1024]; local
109 #define end_outstr (outstr + sizeof(outstr))
129 outptr = outstr;
133 if (outptr == outstr)
142 if (outptr == outstr)
167 if (outptr != outstr)
175 outptr = stpcpy(outptr, outptr == outstr ? "left " : ", left ");
182 if (outptr == outstr)
185 tcp->auxstr = outstr;
    [all...]
desc.c 135 static char outstr[1024]; local
137 #define end_outstr (outstr + sizeof(outstr))
151 outptr = outstr;
181 if (outptr != outstr)
193 tcp->auxstr = outstr;
signal.c 165 static char outstr[128 + 8 * (NSIG * 2 / 3)]; local
174 s = stpcpy(outstr, prefix);
211 return outstr;
v4l2.c 614 static char outstr[sizeof(fmt) + sizeof(int) * 6]; local
616 sprintf(outstr, fmt, b.index, b.count);
617 tcp->auxstr = outstr;
638 static char outstr[sizeof("{count=}") + sizeof(int) * 3]; local
640 sprintf(outstr, "{count=%u}", reqbufs.count);
641 tcp->auxstr = outstr;
util.c 327 static char outstr[1024]; local
331 outptr = stpcpy(outstr, prefix);
335 return outstr;
355 return outstr;
538 * Write up to (3 + `size' * 4) bytes to `outstr' buffer.
551 string_quote(const char *instr, char *outstr, const unsigned int size,
555 char *s = outstr;
710 char *outstr; local
726 outstr = alloca(alloc_size);
729 outstr = buf = malloc(alloc_size)
791 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/libchrome/base/
pickle_unittest.cc 208 std::string outstr; local
209 EXPECT_TRUE(iter.ReadString(&outstr));
210 EXPECT_EQ("", outstr);
218 std::string outstr; local
219 EXPECT_TRUE(iter.ReadString(&outstr));
220 EXPECT_EQ("", outstr);
228 std::string outstr; local
229 EXPECT_FALSE(iter.ReadString(&outstr));
237 string16 outstr; local
238 EXPECT_FALSE(iter.ReadString16(&outstr));
    [all...]
  /external/libmtp/src/
libmtp.c 2030 char outstr[256]; local
    [all...]

Completed in 1468 milliseconds