strlcpy           478 base/debug/trace_event_impl.cc     size_t written = strlcpy(*buffer, *member, end - *buffer) + 1;
strlcpy           180 base/linux_util.cc   base::strlcpy(g_linux_distro, trimmed_distro.c_str(), kDistroSize);
strlcpy           359 base/metrics/stats_table.cc     strlcpy(internal_->thread_name(slot), thread_name.c_str(),
strlcpy           582 base/metrics/stats_table.cc     strlcpy(internal_->counter_name(counter_id), counter_name.c_str(),
strlcpy            68 base/strings/string_util.h BASE_EXPORT size_t strlcpy(char* dst, const char* src, size_t dst_size);
strlcpy           999 base/strings/string_util_unittest.cc     EXPECT_EQ(7U, base::strlcpy(dst, "abcdefg", arraysize(dst)));
strlcpy          1010 base/strings/string_util_unittest.cc     EXPECT_EQ(7U, base::strlcpy(dst, "abcdefg", 0));
strlcpy          1027 base/strings/string_util_unittest.cc     EXPECT_EQ(7U, base::strlcpy(dst, "abcdefg", arraysize(dst)));
strlcpy          1037 base/strings/string_util_unittest.cc     EXPECT_EQ(7U, base::strlcpy(dst, "abcdefg", arraysize(dst)));
strlcpy          1047 base/strings/string_util_unittest.cc     EXPECT_EQ(7U, base::strlcpy(dst, "abcdefg", arraysize(dst)));
strlcpy           121 chrome/browser/history/thumbnail_database.cc   base::strlcpy(debug_buf, debug_info.c_str(), arraysize(debug_buf));
strlcpy           212 chrome/browser/process_singleton_linux.cc   base::strlcpy(addr->sun_path, path.c_str(), arraysize(addr->sun_path));
strlcpy           198 chrome/common/mac/mock_launchd.cc       base::strlcpy(unix_addr.sun_path, pipe_name_.c_str(), kMaxPipeNameLength);
strlcpy           341 content/browser/loader/async_resource_handler.cc   base::strlcpy(url_buf, request()->url().spec().c_str(), arraysize(url_buf));
strlcpy           492 content/browser/loader/resource_dispatcher_host_impl.cc   base::strlcpy(url_buf, url.spec().c_str(), arraysize(url_buf));
strlcpy           996 content/browser/loader/resource_dispatcher_host_impl.cc   base::strlcpy(url_buf, request_data.url.spec().c_str(), arraysize(url_buf));
strlcpy          1372 content/browser/loader/resource_dispatcher_host_impl.cc   base::strlcpy(url_buf, url.spec().c_str(), arraysize(url_buf));
strlcpy           208 content/browser/renderer_host/input/web_input_event_util.cc     base::strlcpy(event->keyIdentifier, id, sizeof(event->keyIdentifier) - 1);
strlcpy           621 content/browser/renderer_host/render_message_filter.cc   base::strlcpy(url_buf, url.spec().c_str(), arraysize(url_buf));
strlcpy           993 content/child/npapi/plugin_host.cc   base::strlcpy(*value, result.c_str(), result.length() + 1);
strlcpy           360 net/disk_cache/backend_unittest.cc   base::strlcpy(buffer, kName1, arraysize(buffer));
strlcpy           365 net/disk_cache/backend_unittest.cc   base::strlcpy(buffer + 1, kName1, arraysize(buffer) - 1);
strlcpy           370 net/disk_cache/backend_unittest.cc   base::strlcpy(buffer + 3,  kName1, arraysize(buffer) - 3);
strlcpy           914 net/disk_cache/backend_unittest.cc   base::strlcpy(buffer1->data(), "And the data to save", kSize);
strlcpy           950 net/disk_cache/backend_unittest.cc   base::strlcpy(buffer->data(), "And the data to save", kSize);
strlcpy           994 net/disk_cache/backend_unittest.cc   base::strlcpy(buffer->data(), "And the data to save", kSize);
strlcpy          1377 net/disk_cache/backend_unittest.cc   base::strlcpy(buffer1->data(), "And the data to save", kSize);
strlcpy          1412 net/disk_cache/backend_unittest.cc   base::strlcpy(buffer1->data(), "And the data to save", kSize);
strlcpy            70 net/disk_cache/blockfile/mapped_file_unittest.cc   base::strlcpy(buffer1, "the data", arraysize(buffer1));
strlcpy            89 net/disk_cache/blockfile/mapped_file_unittest.cc   base::strlcpy(buffer1, "the data", arraysize(buffer1));
strlcpy           122 net/disk_cache/blockfile/mapped_file_unittest.cc   base::strlcpy(static_cast<char*>(file_block1.buffer()), "the data",
strlcpy            80 net/disk_cache/entry_unittest.cc   base::strlcpy(buffer1->data(), "the data", kSize1);
strlcpy            96 net/disk_cache/entry_unittest.cc   base::strlcpy(buffer2->data(), "The really big data goes here", kSize2);
strlcpy           215 net/disk_cache/entry_unittest.cc   base::strlcpy(buffer1->data(), "the data", kSize1);
strlcpy           243 net/disk_cache/entry_unittest.cc   base::strlcpy(buffer2->data(), "The really big data goes here", kSize2);
strlcpy           376 net/disk_cache/entry_unittest.cc   base::strlcpy(buffer1->data(), "the data", kSize1);
strlcpy           386 net/disk_cache/entry_unittest.cc   base::strlcpy(buffer2->data(), "The really big data goes here", kSize2);
strlcpy           481 net/disk_cache/entry_unittest.cc   base::strlcpy(buffer1->data(), "the data", kSize1);
strlcpy           509 net/disk_cache/entry_unittest.cc   base::strlcpy(buffer2->data(), "The really big data goes here", kSize2);
strlcpy           835 net/disk_cache/entry_unittest.cc   base::strlcpy(buffer1->data(), "the data", kSize);
strlcpy          2503 net/disk_cache/entry_unittest.cc   base::strlcpy(buffer->data(), data, kDataSize);
strlcpy           461 net/http/http_cache_unittest.cc   int len = static_cast<int>(base::strlcpy(buf->data(),
strlcpy          4028 net/http/http_cache_unittest.cc   int len = static_cast<int>(base::strlcpy(buf->data(),
strlcpy          4076 net/http/http_cache_unittest.cc   int len = static_cast<int>(base::strlcpy(buf->data(),
strlcpy          4118 net/http/http_cache_unittest.cc   int len = static_cast<int>(base::strlcpy(buf->data(),
strlcpy          5770 net/http/http_cache_unittest.cc   base::strlcpy(buf->data(), "Hi there", buf->size());
strlcpy          5807 net/http/http_cache_unittest.cc   base::strlcpy(buf->data(), "Hi there", buf->size());
strlcpy          5842 net/http/http_cache_unittest.cc   base::strlcpy(buf->data(), "Hi there", buf->size());
strlcpy            93 net/url_request/url_request_context.cc     base::strlcpy(url_buf, request->url().spec().c_str(), arraysize(url_buf));
strlcpy           209 rlz/win/lib/machine_deal.cc   base::strlcpy(new_dcc, new_dcc_value.c_str(), new_dcc_size);
strlcpy           243 rlz/win/lib/machine_deal.cc   base::strlcpy(cgi, cgi_arg.c_str(), cgi_size);
strlcpy            53 third_party/ashmem/ashmem-dev.c 		strlcpy(buf, name, sizeof(buf));
strlcpy           115 third_party/libevent/http.c                 if (strlcpy(serv, tmpserv, servlen) >= servlen)
strlcpy           121 third_party/libevent/http.c                         if (strlcpy(host, inet_ntoa(sin->sin_addr),
strlcpy           133 third_party/libevent/http.c                         if (strlcpy(host, hp->h_name, hostlen) >= hostlen)
strlcpy           561 third_party/libevent/http.c 	if (strlcpy(host, url, sizeof (host)) >= sizeof(host))
strlcpy          29811 third_party/sqlite/amalgamation/sqlite3.c   len = strlcpy(lPath, LOCKPROXYDIR, maxLen);
strlcpy          29823 third_party/sqlite/amalgamation/sqlite3.c   len = strlcpy(lPath, "/tmp/", maxLen);
strlcpy          30034 third_party/sqlite/amalgamation/sqlite3.c   pathLen = strlcpy(tPath, cPath, MAXPATHLEN);
strlcpy          30036 third_party/sqlite/amalgamation/sqlite3.c      (strlcpy(&tPath[pathLen-5], "break", 6) != 5) ){
strlcpy          30275 third_party/sqlite/amalgamation/sqlite3.c           strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath, MAXPATHLEN);
strlcpy          30277 third_party/sqlite/amalgamation/sqlite3.c           strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN);
strlcpy          30487 third_party/sqlite/amalgamation/sqlite3.c     strlcpy(dbPath, ((afpLockingContext *)pFile->lockingContext)->dbPath, MAXPATHLEN);
strlcpy          30498 third_party/sqlite/amalgamation/sqlite3.c     strlcpy(dbPath, (char *)pFile->lockingContext, MAXPATHLEN);
strlcpy          5670 third_party/sqlite/src/src/os_unix.c   len = strlcpy(lPath, LOCKPROXYDIR, maxLen);
strlcpy          5682 third_party/sqlite/src/src/os_unix.c   len = strlcpy(lPath, "/tmp/", maxLen);
strlcpy          5893 third_party/sqlite/src/src/os_unix.c   pathLen = strlcpy(tPath, cPath, MAXPATHLEN);
strlcpy          5895 third_party/sqlite/src/src/os_unix.c      (strlcpy(&tPath[pathLen-5], "break", 6) != 5) ){
strlcpy          6134 third_party/sqlite/src/src/os_unix.c           strlcpy(&writeBuffer[PROXY_PATHINDEX], pCtx->lockProxyPath, MAXPATHLEN);
strlcpy          6136 third_party/sqlite/src/src/os_unix.c           strlcpy(&writeBuffer[PROXY_PATHINDEX], tempLockPath, MAXPATHLEN);
strlcpy          6346 third_party/sqlite/src/src/os_unix.c     strlcpy(dbPath, ((afpLockingContext *)pFile->lockingContext)->dbPath, MAXPATHLEN);
strlcpy          6357 third_party/sqlite/src/src/os_unix.c     strlcpy(dbPath, (char *)pFile->lockingContext, MAXPATHLEN);
strlcpy           105 third_party/talloc/libreplace/test/testsuite.c 		if (strlcpy(buf, tests[i].src, sizeof(buf)) != tests[i].result) {
strlcpy           118 third_party/talloc/libreplace/test/testsuite.c 	strlcpy(tmp, "", sizeof(tmp));
strlcpy           129 third_party/talloc/libreplace/test/testsuite.c 	strlcpy(tmp, "da", sizeof(tmp));
strlcpy           482 third_party/talloc/libreplace/test/testsuite.c 	strlcpy(_s, str, sizeof(_s));\
strlcpy           585 ui/base/l10n/l10n_util.cc   base::strlcpy(parent, locale.c_str(), kNameCapacity);