/external/curl/lib/ |
D | 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 …]
|
D | 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 …]
|
/external/strace/ |
D | poll.c | 75 static char outstr[1024]; in decode_poll_exiting() local 77 #define end_outstr (outstr + sizeof(outstr)) in decode_poll_exiting() 90 outptr = outstr; in decode_poll_exiting() 94 if (outptr == outstr) in decode_poll_exiting() 103 if (outptr == outstr) in decode_poll_exiting() 130 if (outptr != outstr) in decode_poll_exiting() 138 outptr = stpcpy(outptr, outptr == outstr ? "left " : ", left "); in decode_poll_exiting() 145 if (outptr == outstr) in decode_poll_exiting() 148 tcp->auxstr = outstr; in decode_poll_exiting()
|
D | personality.c | 59 static char outstr[1024]; in SYS_FUNC() local 61 p = stpcpy(outstr, type); in SYS_FUNC() 63 p = outstr + sprintf(outstr, "%#x /* %s */", pers & PER_MASK, "PER_???"); in SYS_FUNC() 67 tcp->auxstr = outstr; in SYS_FUNC()
|
D | alpha.c | 42 static char outstr[sizeof(fmt) + 3 * sizeof(rval)]; in decode_getxxid() local 43 snprintf(outstr, sizeof(outstr), fmt, what, rval); in decode_getxxid() 44 tcp->auxstr = outstr; in decode_getxxid()
|
D | open.c | 82 static char outstr[(1 + ARRAY_SIZE(open_mode_flags)) * sizeof("O_LARGEFILE")]; in sprint_open_modes() local 89 p = stpcpy(outstr, "flags"); in sprint_open_modes() 96 return outstr; in sprint_open_modes() 106 return outstr; in sprint_open_modes() 113 return outstr; in sprint_open_modes()
|
D | ioprio.c | 56 static char outstr[256]; in sprint_ioprio() local 64 sprintf(outstr, "IOPRIO_PRIO_VALUE(%s, %d)", str, data); in sprint_ioprio() 66 sprintf(outstr, "IOPRIO_PRIO_VALUE(%#x /* %s */, %d)", in sprint_ioprio() 69 return outstr; in sprint_ioprio()
|
D | desc.c | 128 static char outstr[1024]; in decode_select() local 130 #define end_outstr (outstr + sizeof(outstr)) in decode_select() 144 outptr = outstr; in decode_select() 174 if (outptr != outstr) in decode_select() 186 tcp->auxstr = outstr; in decode_select()
|
D | ldt.c | 91 static char outstr[32]; in SYS_FUNC() local 93 sprintf(outstr, "entry_number:%d", desc.entry_number); in SYS_FUNC() 94 tcp->auxstr = outstr; in SYS_FUNC()
|
D | util.c | 382 static char outstr[1024]; in sprintflags() local 386 outptr = stpcpy(outstr, prefix); in sprintflags() 390 return outstr; in sprintflags() 410 return outstr; in sprintflags() 643 string_quote(const char *instr, char *outstr, const unsigned int size, in string_quote() argument 647 char *s = outstr; in string_quote() 805 char *outstr; in print_quoted_string() local 821 outstr = alloca(alloc_size); in print_quoted_string() 824 outstr = buf = malloc(alloc_size); in print_quoted_string() 832 rc = string_quote(str, outstr, size, style); in print_quoted_string() [all …]
|
D | socketutils.c | 315 char *outstr = alloca(4 * path_len + 4); in unix_parse_response() local 317 outstr[0] = ','; in unix_parse_response() 319 outstr[1] = '@'; in unix_parse_response() 320 string_quote(path + 1, outstr + 2, in unix_parse_response() 323 string_quote(path, outstr + 1, in unix_parse_response() 326 path_str = outstr; in unix_parse_response()
|
D | v4l2.c | 328 static char outstr[sizeof("{count=}") + sizeof(int) * 3]; in print_v4l2_requestbuffers() local 332 sprintf(outstr, "{count=%u}", reqbufs.count); in print_v4l2_requestbuffers() 333 tcp->auxstr = outstr; in print_v4l2_requestbuffers() 831 static char outstr[sizeof(fmt) + sizeof(int) * 6]; in print_v4l2_create_buffers() local 835 sprintf(outstr, fmt, b.index, b.count); in print_v4l2_create_buffers() 836 tcp->auxstr = outstr; in print_v4l2_create_buffers()
|
D | signal.c | 177 static char outstr[128 + 8 * (NSIG_BYTES * 8 * 2 / 3)]; in sprintsigmask_n() local 186 s = stpcpy(outstr, prefix); in sprintsigmask_n() 223 return outstr; in sprintsigmask_n()
|
D | ChangeLog-CVS | 1201 * util.c (printstr): Fix size calculation for outstr allocation.
|
D | ChangeLog | 27152 It wasn't biting us merely because outstr[80] was static, thus ended up 28736 * util.c (printstr): Check for potential integer overflow during outstr 30307 Allocate 1 byte more to outstr[] array - for NUL.
|
/external/toolchain-utils/cros_utils/ |
D | 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 + item 440 outstr = outstr + item[0:colsize + 1] 441 return outstr 454 outstr = '' [all …]
|
/external/llvm/tools/llvm-go/ |
D | 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/ |
D | pickle_unittest.cc | 203 std::string outstr; in TEST() local 204 EXPECT_TRUE(iter.ReadString(&outstr)); in TEST() 205 EXPECT_EQ("", outstr); in TEST() 213 std::string outstr; in TEST() local 214 EXPECT_TRUE(iter.ReadString(&outstr)); in TEST() 215 EXPECT_EQ("", outstr); in TEST() 223 std::string outstr; in TEST() local 224 EXPECT_FALSE(iter.ReadString(&outstr)); in TEST() 232 string16 outstr; in TEST() local 233 EXPECT_FALSE(iter.ReadString16(&outstr)); in TEST()
|
/external/toolchain-utils/go/patch/ |
D | go3.patch | 427 outstr := string(out) 429 println("go run issue9862.go succeeded, should have failed\n", outstr)
|
/external/libmtp/src/ |
D | libmtp.c | 2030 char outstr[256]; in add_ptp_error_to_errorstack() local 2031 snprintf(outstr, sizeof(outstr), "PTP Layer error %04x: %s", ptp_error, error_text); in add_ptp_error_to_errorstack() 2032 outstr[sizeof(outstr)-1] = '\0'; in add_ptp_error_to_errorstack() 2033 add_error_to_errorstack(device, LIBMTP_ERROR_PTP_LAYER, outstr); in add_ptp_error_to_errorstack()
|
/external/protobuf/src/google/protobuf/ |
D | descriptor.cc | 5749 io::StringOutputStream outstr( in InterpretSingleOption() local 5751 io::CodedOutputStream out(&outstr); in InterpretSingleOption()
|
/external/valgrind/perf/ |
D | tinycc.c | 8746 static void parse_escape_string(CString *outstr, const uint8_t *buf, int is_long) in parse_escape_string() argument 8839 cstr_ccat(outstr, c); in parse_escape_string() 8841 cstr_wccat(outstr, c); in parse_escape_string() 8845 cstr_ccat(outstr, '\0'); in parse_escape_string() 8847 cstr_wccat(outstr, '\0'); in parse_escape_string()
|
/external/v8/src/ |
D | objects.cc | 14541 OFStream outstr(out); in PrintDeoptLocation() local 14542 pos.Print(outstr, this); in PrintDeoptLocation()
|