Home
last modified time | relevance | path

Searched refs:cstring (Results 1 – 25 of 45) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/fork/
Dfork04.c167 static int cmp_env_strings(char *pstring, char *cstring) in cmp_env_strings() argument
194 cenv = cstring; in cmp_env_strings()
195 cvalue = strchr(cstring, ':'); in cmp_env_strings()
199 cstring); in cmp_env_strings()
/third_party/libphonenumber/cpp/test/phonenumbers/
Dstringutil_test.cc189 static const char cstring[] = "aaa"; in TEST() local
190 StringHolder sh1(cstring); in TEST()
191 EXPECT_EQ(cstring, sh1.GetCString()); in TEST()
196 EXPECT_EQ(cstring, sh2.GetString()); in TEST()
/third_party/rust/crates/cxx/tests/ffi/
Dtests.cc852 rust::String cstring = "test"; in cxx_run_test() local
853 ASSERT(cstring.length() == 4); in cxx_run_test()
854 ASSERT(strncmp(cstring.data(), "test", 4) == 0); in cxx_run_test()
855 ASSERT(strncmp(cstring.c_str(), "test", 5) == 0); in cxx_run_test()
856 ASSERT(cstring.length() == 4); in cxx_run_test()
859 swap(cstring, other_cstring); in cxx_run_test()
860 ASSERT(cstring == "foo"); in cxx_run_test()
863 ASSERT(cstring.capacity() == 3); in cxx_run_test()
864 cstring.reserve(2); in cxx_run_test()
865 ASSERT(cstring.capacity() == 3); in cxx_run_test()
[all …]
/third_party/rust/crates/cxx/gen/src/
Dinclude.rs29 pub cstring: bool, field
90 cstring, in write()
122 if cstring { in write()
/third_party/flutter/skia/tools/skdiff/
Dskdiff_utils.cpp123 const char* cstring = diffName.c_str(); in filename_to_derived_filename() local
124 size_t dotOffset = strrchr(cstring, '.') - cstring; in filename_to_derived_filename()
/third_party/skia/tools/skdiff/
Dskdiff_utils.cpp123 const char* cstring = diffName.c_str(); in filename_to_derived_filename() local
124 size_t dotOffset = strrchr(cstring, '.') - cstring; in filename_to_derived_filename()
/third_party/node/tools/inspector_protocol/lib/
DProtocol_cpp.template12 #include <cstring>
/third_party/icu/
DCMakeLists.txt15 ${LibIcuSrc}/cstring.cpp
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_common.mm14 #include <cstring>
/third_party/icu/icu4c/source/test/cintltst/
Dutransts.c69 static void InitXReplaceable(XReplaceable* rep, const char* cstring) { in InitXReplaceable() argument
70 rep->text = malloc(sizeof(UChar) * (strlen(cstring)+1)); in InitXReplaceable()
71 u_uastrcpy(rep->text, cstring); in InitXReplaceable()
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
Dsymbolize_emscripten.inc19 #include <cstring>
Dsymbolize_darwin.inc19 #include <cstring>
Dsymbolize_win32.inc29 #include <cstring>
/third_party/icu/icu4c/source/common/
DBUILD.gn39 "//third_party/icu/icu4c/source/common/cstring.cpp",
Dsources.txt16 cstring.cpp
/third_party/skia/third_party/externals/icu/source/common/
Dsources.txt16 cstring.cpp
/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/internal/
Dstacktrace_generic-inl.inc25 #include <cstring>
Dstacktrace_emscripten-inl.inc26 #include <cstring>
/third_party/rust/crates/serde/test_suite/tests/
Dtest_ser.rs556 let cstring = CString::new("abc").unwrap(); in test_cstr() localVariable
557 assert_ser_tokens(cstring.as_c_str(), &[Token::Bytes(b"abc")]); in test_cstr()
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/
Dv0.5.0.rst139 * Test case for -Winit-cstring option
140 * Add description for -Winit-cstring option
/third_party/flutter/skia/third_party/externals/icu/source/common/
DMakefile.in99 utf_impl.o ustring.o ustrcase.o ucasemap.o ucasemap_titlecase_brkiter.o cstring.o ustrfmt.o ustrtrn…
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dtype_ptr.inl4 #include <cstring>
/third_party/node/deps/icu-small/source/common/
DBUILD49 "cstring.cpp",
/third_party/json/cmake/
Dci.cmake568 …unix.MallocSizeof,unix.MismatchedDeallocator,unix.Vfork,unix.cstring.BadSizeArg,unix.cstring.NullA…
/third_party/flutter/skia/third_party/icu/
Dicu.gni28 "$_src/common/cstring.cpp",
29 "$_src/common/cstring.h",

12