Home
last modified time | relevance | path

Searched refs:output_string (Results 1 – 17 of 17) sorted by relevance

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strchr/
D1-1.c43 char *output_string = malloc(len + 1); in random_string() local
44 if (output_string == NULL) { in random_string()
49 output_string[i] = rand() % 254 + 1; in random_string()
52 output_string[i] = MATCH_CHAR; in random_string()
54 else if (output_string[i] == SKIP_CHAR || output_string[i] == MATCH_CHAR) in random_string()
57 output_string[len] = '\0'; in random_string()
58 return output_string; in random_string()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strlen/
D1-1.c32 char *output_string; in random_string() local
33 output_string = malloc(len + 1); in random_string()
34 if (output_string == NULL) { in random_string()
39 output_string[i] = rand() % 254 + 1; in random_string()
40 output_string[len] = '\0'; in random_string()
41 return output_string; in random_string()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strcpy/
D1-1.c34 char *output_string; in random_string() local
35 output_string = malloc(len + 1); in random_string()
36 if (output_string == NULL) { in random_string()
42 output_string[i] = rand() % 254 + 1; in random_string()
43 output_string[len] = '\0'; in random_string()
44 return output_string; in random_string()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/strncpy/
D1-1.c36 char *output_string = NULL; in random_string() local
37 output_string = malloc(len + 1); in random_string()
38 if (output_string == NULL) { in random_string()
44 output_string[i] = rand() % 254 + 1; in random_string()
45 output_string[len] = '\0'; in random_string()
46 return output_string; in random_string()
D2-1.c37 char *output_string; in random_string() local
38 output_string = malloc(len + 1); in random_string()
39 if (output_string == NULL) { in random_string()
45 output_string[i] = rand() % 254 + 1; in random_string()
46 output_string[len] = '\0'; in random_string()
47 return output_string; in random_string()
/third_party/node/tools/gyp/pylib/gyp/
Dxcode_ninja.py34 output_string = (
40 output_string += " <FileRef location = %s></FileRef>\n" % name
41 output_string += "</Workspace>\n"
48 if input_string == output_string:
55 output_file.write(output_string)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dxcode_ninja.py34 output_string = (
40 output_string += " <FileRef location = %s></FileRef>\n" % name
41 output_string += "</Workspace>\n"
48 if input_string == output_string:
55 output_file.write(output_string)
/third_party/skia/bench/
DSkSLBench.cpp46 static const char* output_string(Output output) { in output_string() function in SkSLCompileBench
57 : fName(SkSL::String("sksl_") + (optimize ? "" : "unoptimized_") + output_string(output) + in SkSLCompileBench()
/third_party/vulkan-loader/loader/
Dadapters.h80 WCHAR output_string[1]; member
Dloader_windows.c672 …for (const wchar_t *curr_path = full_info->output_string; curr_path[0] != '\0'; curr_path += wcsle… in windows_read_manifest_from_d3d_adapters()
/third_party/gn/src/gn/
Dcommand_format.cc1399 std::string output_string; in RunFormat() local
1401 if (!FormatStringToString(original_contents, dump_tree, &output_string, in RunFormat()
1409 if (original_contents != output_string) { in RunFormat()
1416 if (original_contents != output_string) { in RunFormat()
1417 if (base::WriteFile(to_format, output_string.data(), in RunFormat()
1418 static_cast<int>(output_string.size())) == -1) { in RunFormat()
Dninja_build_writer.cc534 std::string output_string(output.value()); local
535 NormalizePath(&output_string);
536 const StringAtom output_string_atom(output_string);
/third_party/vulkan-loader/tests/framework/shim/
Dwindows_shim.cpp107 reg_info->output_string[index++] = w; in ShimQueryAdapterInfo()
109 reg_info->output_string[index++] = L'\0'; in ShimQueryAdapterInfo()
112 reg_info->output_string[index++] = L'\0'; in ShimQueryAdapterInfo()
/third_party/node/src/
Dspawn_sync.cc713 js_result->Set(context, env()->output_string(), in BuildResultObject()
716 js_result->Set(context, env()->output_string(), in BuildResultObject()
Denv_properties.h231 V(output_string, "output") \
/third_party/glslang/glslang/MachineIndependent/
DShaderLang.cpp1899 std::string* output_string, in preprocess() argument
1912 forwardCompatible, message, includer, *intermediate, output_string); in preprocess()
/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.cc890 std::string* output_string = output_string_; in IsMatch() local
915 output_string_ = output_string; in IsMatch()