HomeSort by relevance Sort by last modified time
    Searched refs:outstr (Results 1 - 25 of 33) sorted by null

1 2

  /external/curl/lib/
objnames-test08.sh 86 outstr=`curl_8char_object_name $argstr`
87 echo "result: $outstr expected: $expect input: $argstr"
91 outstr=`curl_8char_object_name $argstr`
92 echo "result: $outstr expected: $expect input: $argstr"
96 outstr=`curl_8char_object_name $argstr`
97 echo "result: $outstr expected: $expect input: $argstr"
101 outstr=`curl_8char_object_name $argstr`
102 echo "result: $outstr expected: $expect input: $argstr"
106 outstr=`curl_8char_object_name $argstr`
107 echo "result: $outstr expected: $expect input: $argstr
    [all...]
objnames-test10.sh 86 outstr=`curl_10char_object_name $argstr`
87 echo "result: $outstr expected: $expect input: $argstr"
91 outstr=`curl_10char_object_name $argstr`
92 echo "result: $outstr expected: $expect input: $argstr"
96 outstr=`curl_10char_object_name $argstr`
97 echo "result: $outstr expected: $expect input: $argstr"
101 outstr=`curl_10char_object_name $argstr`
102 echo "result: $outstr expected: $expect input: $argstr"
106 outstr=`curl_10char_object_name $argstr`
107 echo "result: $outstr expected: $expect input: $argstr
    [all...]
  /external/strace/
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;
alpha.c 42 static char outstr[sizeof(fmt) + 3 * sizeof(rval)]; local
43 snprintf(outstr, sizeof(outstr), fmt, what, rval);
44 tcp->auxstr = 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 75 static char outstr[1024]; local
77 #define end_outstr (outstr + sizeof(outstr))
90 outptr = outstr;
94 if (outptr == outstr)
103 if (outptr == outstr)
130 if (outptr != outstr)
138 outptr = stpcpy(outptr, outptr == outstr ? "left " : ", left ");
145 if (outptr == outstr)
148 tcp->auxstr = outstr;
    [all...]
open.c 82 static char outstr[(1 + ARRAY_SIZE(open_mode_flags)) * sizeof("O_LARGEFILE")]; local
89 p = stpcpy(outstr, "flags");
96 return outstr;
106 return outstr;
113 return outstr;
ldt.c 91 static char outstr[32]; local
93 sprintf(outstr, "entry_number:%d", desc.entry_number);
94 tcp->auxstr = outstr;
desc.c 128 static char outstr[1024]; local
130 #define end_outstr (outstr + sizeof(outstr))
144 outptr = outstr;
174 if (outptr != outstr)
186 tcp->auxstr = outstr;
socketutils.c 315 char *outstr = alloca(4 * path_len + 4); local
317 outstr[0] = ',';
319 outstr[1] = '@';
320 string_quote(path + 1, outstr + 2,
323 string_quote(path, outstr + 1,
326 path_str = outstr;
util.c 382 static char outstr[1024]; local
386 outptr = stpcpy(outstr, prefix);
390 return outstr;
410 return outstr;
630 * Write up to (3 + `size' * 4) bytes to `outstr' buffer.
643 string_quote(const char *instr, char *outstr, const unsigned int size,
647 char *s = outstr;
805 char *outstr; local
821 outstr = alloca(alloc_size);
824 outstr = buf = malloc(alloc_size)
890 static char *outstr; local
    [all...]
signal.c 177 static char outstr[128 + 8 * (NSIG_BYTES * 8 * 2 / 3)]; local
186 s = stpcpy(outstr, prefix);
223 return outstr;
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9862_run.go 19 outstr := string(out)
21 println("go run issue9862.go succeeded, should have failed\n", outstr)
24 if !strings.Contains(outstr, "symbol too large") {
25 println("go run issue9862.go gave unexpected error; want symbol too large:\n", outstr)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9862_run.go 19 outstr := string(out)
21 println("go run issue9862.go succeeded, should have failed\n", outstr)
24 if !strings.Contains(outstr, "symbol too large") {
25 println("go run issue9862.go gave unexpected error; want symbol too large:\n", outstr)
  /prebuilts/go/darwin-x86/test/
linkx_run.go 61 outstr := string(outx)
62 if !strings.Contains(outstr, "main.b") {
63 fmt.Printf("-X linker flag did not diagnose overwrite of main.b:\n%s\n", outstr)
66 if !strings.Contains(outstr, "main.x") {
67 fmt.Printf("-X linker flag did not diagnose overwrite of main.x:\n%s\n", outstr)
  /prebuilts/go/linux-x86/test/
linkx_run.go 61 outstr := string(outx)
62 if !strings.Contains(outstr, "main.b") {
63 fmt.Printf("-X linker flag did not diagnose overwrite of main.b:\n%s\n", outstr)
66 if !strings.Contains(outstr, "main.x") {
67 fmt.Printf("-X linker flag did not diagnose overwrite of main.x:\n%s\n", outstr)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/md5test/
md5driver.py 6 outstr = ''
9 outstr = (outstr
12 print outstr,
  /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/toolchain-utils/cros_utils/
pstat.py 414 outstr = ''
418 outstr = outstr + item + delimiter
419 outstr = outstr[0:-1]
420 return outstr
430 outstr = ''
437 outstr = outstr + ' '
438 outstr = outstr + ite
    [all...]
  /external/llvm/tools/llvm-go/
llvm-go.go 85 outstr := string(out)
86 outstr = strings.TrimSuffix(outstr, "\n")
87 outstr = strings.Replace(outstr, "\n", " ", -1)
88 return outstr
  /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...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
global_test.go 108 outstr := string(out)
110 if !strings.Contains(outstr, p) {
111 println(outstr)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
global_test.go 108 outstr := string(out)
110 if !strings.Contains(outstr, p) {
111 println(outstr)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
bgenGenerator.py 172 outstr = "None"
174 outstr = "(%s)" % ", ".join(output)
175 return instr + " -> " + outstr
  /external/libmtp/src/
libmtp.c 2030 char outstr[256]; local
    [all...]

Completed in 436 milliseconds

1 2