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

  /external/strace/
nsfs.c 45 const char *outstr; local
46 outstr = xlookup(setns_types, tcp->u_rval);
47 if (outstr) {
48 tcp->auxstr = outstr;
personality.c 57 static char outstr[1024]; local
58 char *p = outstr + sprintxval(outstr, sizeof(outstr), personality_types,
63 tcp->auxstr = outstr;
alpha.c 45 static char outstr[sizeof(fmt) + 3 * sizeof(rval)]; local
46 xsprintf(outstr, fmt, what, rval);
47 tcp->auxstr = outstr;
ldt.c 172 static char outstr[32]; local
174 xsprintf(outstr, "entry_number=%u", desc.entry_number);
175 tcp->auxstr = outstr;
open.c 79 static char outstr[(1 + ARRAY_SIZE(open_mode_flags)) * sizeof("O_LARGEFILE")]; local
86 p = stpcpy(outstr, "flags");
93 return outstr;
103 return outstr;
109 p = xappendstr(outstr, p, "%#x", flags);
110 return outstr;
ioprio.c 58 static char outstr[256]; local
66 xsprintf(outstr, "IOPRIO_PRIO_VALUE(%s, %d)", str, data);
68 xsprintf(outstr, "IOPRIO_PRIO_VALUE(%#x /* %s */, %d)",
71 return outstr;
xlat.c 169 static char outstr[1024]; local
173 outptr = stpcpy(outstr, prefix);
177 return outstr;
195 outptr = xappendstr(outstr, outptr, "%#" PRIx64, flags);
201 return outstr;
desc.c 130 static char outstr[1024]; local
132 #define end_outstr (outstr + sizeof(outstr))
146 outptr = outstr;
161 outptr = xappendstr(outstr,
171 outptr = xappendstr(outstr,
179 if (outptr != outstr)
187 outptr = xappendstr(outstr, outptr,
192 tcp->auxstr = outstr;
poll.c 77 static char outstr[1024]; local
79 #define end_outstr (outstr + sizeof(outstr))
92 outptr = outstr;
96 if (outptr == outstr)
100 outptr = xappendstr(outstr, outptr, "%#" PRI_klx, cur);
105 if (outptr == outstr)
132 if (outptr != outstr)
140 outptr = stpcpy(outptr, outptr == outstr ? "left " : ", left ");
147 if (outptr == outstr)
    [all...]
signal.c 175 static char outstr[128 + 8 * (NSIG_BYTES * 8 * 2 / 3)]; local
184 s = stpcpy(outstr, prefix);
209 s = xappendstr(outstr, s, "RT_%u", i - ASM_SIGRTMIN);
213 s = xappendstr(outstr, s, "%u", i);
221 return outstr;
v4l2.c 961 static char outstr[sizeof(fmt) + sizeof(int) * 6]; local
983 xsprintf(outstr, fmt, b.index, b.count);
984 tcp->auxstr = outstr;
socketutils.c 322 char *outstr = alloca(4 * path_len + 4); local
324 outstr[0] = ',';
326 outstr[1] = '@';
327 string_quote(path + 1, outstr + 2,
330 string_quote(path, outstr + 1,
333 path_str = outstr;
util.c 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; local
645 outstr = alloca(alloc_size);
648 outstr = buf = malloc(alloc_size);
656 rc = string_quote(str, outstr, size, style);
657 tprints(outstr);
737 static char *outstr; local
758 outstr = xmalloc(outstr_size)
    [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/icu/icu4c/source/tools/escapesrc/
escapesrc.cpp 37 const char *outstr = outfile.c_str(); local
38 if(outstr && *outstr) {
39 int rc = unlink(outstr);
41 fprintf(stderr, "%s: deleted %s\n", prog.c_str(), outstr);
104 void appendByte(std::string &outstr,
108 outstr += tmp2;
114 bool appendUtf8(std::string &outstr,
138 appendByte(outstr, s[t]);
151 std::string outstr; local
    [all...]
  /external/libchrome/base/
pickle_unittest.cc 203 std::string outstr; local
204 EXPECT_TRUE(iter.ReadString(&outstr));
205 EXPECT_EQ("", outstr);
213 std::string outstr; local
214 EXPECT_TRUE(iter.ReadString(&outstr));
215 EXPECT_EQ("", outstr);
223 std::string outstr; local
224 EXPECT_FALSE(iter.ReadString(&outstr));
232 string16 outstr; local
233 EXPECT_FALSE(iter.ReadString16(&outstr));
    [all...]
  /external/python/cpython2/Modules/
svmodule.c 45 char* outstr; local
56 if (!(outstr = PyString_AsString(output))) {
62 outstr,
  /external/libmtp/src/
libmtp.c 2497 char outstr[256]; local
    [all...]
  /tools/external/gradle/
gradle-api-2.14.1.jar 
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 

Completed in 1168 milliseconds