strdup 21 base/android/build_info.cc return strdup(str.c_str()); strdup 60 base/android/library_loader/library_loader_hooks.cc g_library_version_number = strdup(version_number); strdup 1284 base/debug/trace_event_impl.cc const char* new_group = strdup(category_group); strdup 130 base/debug/trace_event_unittest.cc old_thread_name_ = name ? strdup(name) : NULL; strdup 19 base/strings/string_util_posix.h inline char* strdup(const char* str) { strdup 20 base/strings/string_util_posix.h return ::strdup(str); strdup 19 base/strings/string_util_win.h inline char* strdup(const char* str) { strdup 153 base/third_party/xdg_mime/xdgmimealias.c list->aliases[list->n_aliases].alias = strdup (line); strdup 154 base/third_party/xdg_mime/xdgmimealias.c list->aliases[list->n_aliases].mime_type = strdup (sep); strdup 576 base/third_party/xdg_mime/xdgmimecache.c lower = strdup (str); strdup 269 base/third_party/xdg_mime/xdgmimeglob.c child->mime_type = strdup (mime_type); strdup 280 base/third_party/xdg_mime/xdgmimeglob.c node->mime_type = strdup (mime_type); strdup 393 base/third_party/xdg_mime/xdgmimeglob.c lower = strdup (str); strdup 561 base/third_party/xdg_mime/xdgmimeglob.c glob_hash->literal_list = _xdg_glob_list_append (glob_hash->literal_list, strdup (glob), strdup (mime_type), weight, case_sensitive); strdup 567 base/third_party/xdg_mime/xdgmimeglob.c glob_hash->full_list = _xdg_glob_list_append (glob_hash->full_list, strdup (glob), strdup (mime_type), weight, case_sensitive); strdup 152 base/third_party/xdg_mime/xdgmimeicon.c list->icons[list->n_icons].mime_type = strdup (line); strdup 153 base/third_party/xdg_mime/xdgmimeicon.c list->icons[list->n_icons].icon_name = strdup (sep); strdup 287 base/third_party/xdg_mime/xdgmimemagic.c match->mime_type = strdup (buffer); strdup 171 base/third_party/xdg_mime/xdgmimeparent.c list->parents[list->n_mimes].mime = strdup (line); strdup 188 base/third_party/xdg_mime/xdgmimeparent.c entry->parents[entry->n_parents - 1] = strdup (sep); strdup 169 base/third_party/xdg_user_dirs/xdg_user_dir_lookup.cc return strdup (fallback); strdup 202 base/third_party/xdg_user_dirs/xdg_user_dir_lookup.cc return strdup ("/tmp"); strdup 216 base/third_party/xdg_user_dirs/xdg_user_dir_lookup.cc return strdup (home_dir); strdup 30 chrome/browser/nacl_host/test/mock_nacl_gdb.cc char* irt_file_name = strdup(&argv[2][strlen(kNaClIrt)]); strdup 221 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc found->keyring = strdup(item->keyring.c_str()); strdup 238 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc found->secret = strdup(item->password.c_str()); strdup 33 chrome/browser/ui/libgtk2ui/gtk2_util.cc argv[i] = strdup(args[i].c_str()); strdup 142 chrome/service/service_process.cc argv[0] = strdup(command_line.argv()[0].c_str()); strdup 37 content/child/npapi/plugin_stream.cc stream_.url = base::strdup(url); strdup 213 content/child/npapi/plugin_stream_url.cc stream()->url = base::strdup(url); strdup 63 content/common/set_process_title_linux.cc g_orig_argv0 = strdup(g_main_argv[0]); strdup 80 content/common/set_process_title_linux.cc char* copy = strdup(environ[i]); strdup 69 content/common/url_schemes.cc base::strdup(additional_savable_schemes[i].c_str()); strdup 1452 content/shell/tools/plugin/PluginObject.cpp object->firstUrl = base::strdup(url); strdup 1454 content/shell/tools/plugin/PluginObject.cpp object->firstHeaders = base::strdup(headers); strdup 1458 content/shell/tools/plugin/PluginObject.cpp object->lastUrl = (url ? base::strdup(url) : 0); strdup 1459 content/shell/tools/plugin/PluginObject.cpp object->lastHeaders = (headers ? base::strdup(headers) : 0); strdup 211 content/shell/tools/plugin/main.cpp obj->onStreamLoad = base::strdup(argv[i]); strdup 213 content/shell/tools/plugin/main.cpp obj->onStreamDestroy = base::strdup(argv[i]); strdup 215 content/shell/tools/plugin/main.cpp obj->onURLNotify = base::strdup(argv[i]); strdup 234 content/shell/tools/plugin/main.cpp obj->onSetWindow = base::strdup(argv[i]); strdup 238 content/shell/tools/plugin/main.cpp obj->onPaintEvent = base::strdup(argv[i]); strdup 250 content/shell/tools/plugin/main.cpp obj->onDestroy = base::strdup(argv[i]); strdup 280 content/shell/tools/plugin/main.cpp obj->evaluateScriptOnMouseDownOrKeyDown = base::strdup(script + sizeof("mouse::") - 1); strdup 282 content/shell/tools/plugin/main.cpp obj->evaluateScriptOnMouseDownOrKeyDown = base::strdup(script + sizeof("key::") - 1); strdup 128 media/audio/alsa/alsa_output_unittest.cc return strdup(static_cast<const char*>(name)); strdup 133 media/audio/alsa/alsa_output_unittest.cc return strdup("Output"); strdup 349 native_client_sdk/src/examples/demo/nacl_io/nacl_io_demo.c if (!EnqueueMessage(strdup(buffer))) { strdup 48 native_client_sdk/src/libraries/nacl_io/host_resolver.cc ai->ai_canonname = strdup(name); strdup 147 native_client_sdk/src/libraries/nacl_io/host_resolver.cc hostent_.h_name = strdup(ai->ai_canonname); strdup 149 native_client_sdk/src/libraries/nacl_io/host_resolver.cc hostent_.h_name = strdup(name); strdup 345 native_client_sdk/src/libraries/nacl_io/host_resolver.cc canon_name = strdup(node); strdup 123 ppapi/native_client/src/trusted/plugin/nacl_subprocess.cc char* input = strdup(orig_str); strdup 684 ppapi/native_client/src/trusted/plugin/service_runtime.cc strdup(msg.c_str())); strdup 503 third_party/codesighs/codesighs.c modules[index].mModule = strdup(module); strdup 619 third_party/codesighs/codesighs.c outOptions->mInputName = strdup("stdin"); strdup 621 third_party/codesighs/codesighs.c outOptions->mOutputName = strdup("stdout"); strdup 707 third_party/codesighs/codesighs.c outOptions->mInputName = strdup(current->mValue); strdup 732 third_party/codesighs/codesighs.c outOptions->mOutputName = strdup(current->mValue); strdup 790 third_party/codesighs/codesighs.c dupMatch = strdup(current->mValue); strdup 818 third_party/codesighs/codesighs.c dupMatch = strdup(current->mValue); strdup 846 third_party/codesighs/codesighs.c dupMatch = strdup(current->mValue); strdup 874 third_party/codesighs/codesighs.c dupMatch = strdup(current->mValue); strdup 902 third_party/codesighs/codesighs.c dupMatch = strdup(current->mValue); strdup 930 third_party/codesighs/codesighs.c dupMatch = strdup(current->mValue); strdup 469 third_party/codesighs/maptsvdifftool.c modules[moduleIndex].mModule = strdup(module); strdup 508 third_party/codesighs/maptsvdifftool.c theModule->mSegments[segmentIndex].mSegment = strdup(segment); strdup 546 third_party/codesighs/maptsvdifftool.c theSegment->mObjects[objectIndex].mObject = strdup(object); strdup 585 third_party/codesighs/maptsvdifftool.c theObject->mSymbols[symbolIndex].mSymbol = strdup(symbol); strdup 1091 third_party/codesighs/maptsvdifftool.c outOptions->mInputName = strdup("stdin"); strdup 1093 third_party/codesighs/maptsvdifftool.c outOptions->mOutputName = strdup("stdout"); strdup 1178 third_party/codesighs/maptsvdifftool.c outOptions->mInputName = strdup(current->mValue); strdup 1203 third_party/codesighs/maptsvdifftool.c outOptions->mOutputName = strdup(current->mValue); strdup 374 third_party/codesighs/msdump2symdb.c dup = strdup(dupMe); strdup 483 third_party/codesighs/msdump2symdb.c typeDup = strdup(typeArg); strdup 615 third_party/codesighs/msdump2symdb.c inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbols[symIndex].mName = strdup(symbolArg); strdup 882 third_party/codesighs/msdump2symdb.c outOptions->mInputName = strdup("stdin"); strdup 884 third_party/codesighs/msdump2symdb.c outOptions->mOutputName = strdup("stdout"); strdup 969 third_party/codesighs/msdump2symdb.c outOptions->mInputName = strdup(current->mValue); strdup 994 third_party/codesighs/msdump2symdb.c outOptions->mOutputName = strdup(current->mValue); strdup 508 third_party/codesighs/msmap2tsv.c dbSymbol->mName = strdup(symbol); strdup 554 third_party/codesighs/msmap2tsv.c dbSection->mName = strdup(section); strdup 620 third_party/codesighs/msmap2tsv.c dbObject = strdup(object); strdup 1073 third_party/codesighs/msmap2tsv.c retval = strdup(demangleBuf); strdup 1081 third_party/codesighs/msmap2tsv.c retval = strdup(inSymbol); strdup 1086 third_party/codesighs/msmap2tsv.c retval = strdup(inSymbol + 1); strdup 1090 third_party/codesighs/msmap2tsv.c retval = strdup(inSymbol); strdup 1108 third_party/codesighs/msmap2tsv.c retval = strdup(importBuf); strdup 1113 third_party/codesighs/msmap2tsv.c retval = strdup(inSymbol); strdup 1219 third_party/codesighs/msmap2tsv.c theSymbol->mObject = strdup(last); strdup 1342 third_party/codesighs/msmap2tsv.c theSymbol->mObject = strdup(last); strdup 1434 third_party/codesighs/msmap2tsv.c theSegment->mSegment = strdup(&nameBuf[1]); strdup 1438 third_party/codesighs/msmap2tsv.c theSegment->mSegment = strdup(nameBuf); strdup 1526 third_party/codesighs/msmap2tsv.c inModule->mModule = strdup(current); strdup 1884 third_party/codesighs/msmap2tsv.c outOptions->mInputName = strdup("stdin"); strdup 1886 third_party/codesighs/msmap2tsv.c outOptions->mOutputName = strdup("stdout"); strdup 1971 third_party/codesighs/msmap2tsv.c outOptions->mInputName = strdup(current->mValue); strdup 1996 third_party/codesighs/msmap2tsv.c outOptions->mOutputName = strdup(current->mValue); strdup 2019 third_party/codesighs/msmap2tsv.c outOptions->mMatchModules[outOptions->mMatchModuleCount] = strdup(current->mValue); strdup 2039 third_party/codesighs/msmap2tsv.c outOptions->mSymDBName = strdup(current->mValue); strdup 295 third_party/codesighs/nm2tsv.c outOptions->mInputName = strdup("stdin"); strdup 297 third_party/codesighs/nm2tsv.c outOptions->mOutputName = strdup("stdout"); strdup 382 third_party/codesighs/nm2tsv.c outOptions->mInputName = strdup(current->mValue); strdup 407 third_party/codesighs/nm2tsv.c outOptions->mOutputName = strdup(current->mValue); strdup 222 third_party/harfbuzz-ng/src/hb-common.cc lang = (hb_language_t) strdup (s); strdup 1348 third_party/libevent/evdns.c v = strdup(label); strdup 1543 third_party/libevent/evdns.c if (!(item->name = strdup(name))) { strdup 1555 third_party/libevent/evdns.c if (!(item->data = strdup(data))) { strdup 2539 third_party/libevent/evdns.c req->search_origname = strdup(name); strdup 193 third_party/libevent/evrpc.h ctx->name = strdup(#rpcname); \ strdup 242 third_party/libevent/evrpc.h (rpc)->uri = strdup(#name); \ strdup 1035 third_party/libevent/http.c if ((evcon->bind_address = strdup(address)) == NULL) strdup 1245 third_party/libevent/http.c if ((req->response_code_line = strdup(readable)) == NULL) strdup 1296 third_party/libevent/http.c if ((req->uri = strdup(uri)) == NULL) { strdup 1407 third_party/libevent/http.c if ((header->key = strdup(key)) == NULL) { strdup 1412 third_party/libevent/http.c if ((header->value = strdup(value)) == NULL) { strdup 1694 third_party/libevent/http.c if ((evcon->address = strdup(address)) == NULL) { strdup 1808 third_party/libevent/http.c if ((req->uri = strdup(uri)) == NULL) strdup 1997 third_party/libevent/http.c req->response_code_line = strdup(reason); strdup 2058 third_party/libevent/http.c p = strdup((char *)EVBUFFER_DATA(buf)); strdup 2127 third_party/libevent/http.c if ((line = strdup(uri)) == NULL) strdup 2398 third_party/libevent/http.c http_cb->what = strdup(uri); strdup 2582 third_party/libevent/http.c if ((req->remote_host = strdup(evcon->address)) == NULL) strdup 2675 third_party/libevent/http.c *phost = strdup(ntop); strdup 2676 third_party/libevent/http.c *pport = strdup(strport); strdup 105 third_party/libevent/test/regress.gen.c if ((msg->from_name_data = strdup(value)) == NULL) strdup 117 third_party/libevent/test/regress.gen.c if ((msg->to_name_data = strdup(value)) == NULL) strdup 459 third_party/libevent/test/regress.gen.c if ((msg->weapon_data = strdup(value)) == NULL) strdup 471 third_party/libevent/test/regress.gen.c if ((msg->action_data = strdup(value)) == NULL) strdup 686 third_party/libevent/test/regress.gen.c if ((msg->how_data = strdup(value)) == NULL) strdup 71 third_party/liblouis/overrides/liblouis/compileTranslationTable.c char *address = strdup (string); strdup 987 third_party/libusb/src/libusb/os/linux_usbfs.c parent_sysfs_dir = strdup(sysfs_dir); strdup 182 third_party/libusb/src/libusb/os/openbsd_usb.c udevname = strdup(di.udi_devnames[j]); strdup 158 third_party/libxml/src/runtest.c ret->gl_pathv[ret->gl_pathc] = strdup(directory); strdup 173 third_party/libxml/src/runtest.c ret->gl_pathv[ret->gl_pathc] = strdup(directory); strdup 591 third_party/libxml/src/runtest.c return(strdup(res)); strdup 3811 third_party/libxml/src/runtest.c result = strdup(buf); strdup 3814 third_party/libxml/src/runtest.c xpath = strdup(buf); strdup 3818 third_party/libxml/src/runtest.c ns = strdup(buf); strdup 582 third_party/npapi/npspy/extern/nspr/md/_macos.h extern char *strdup(const char *source); strdup 285 third_party/npapi/npspy/extern/nspr/md/_nextstep.h char *strdup(const char *s1); strdup 116 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc char* name_copy = strdup(program.c_str()); strdup 301 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc char* argv[2] = { strdup(program.c_str()), NULL }; strdup 2517 third_party/sqlite/src/src/shell.c home_dir = strdup("/"); strdup 68 third_party/sqlite/src/src/test4.c p->zErr = strdup(sqlite3_errmsg(p->db)); strdup 90 third_party/sqlite/src/src/test7.c p->zErr = strdup(sqlite3_errmsg(p->db)); strdup 54 third_party/talloc/libreplace/getaddrinfo.c #define SMB_STRDUP(s) strdup(s) strdup 116 third_party/talloc/libreplace/getifaddrs.c curif->ifa_name = strdup(ifr[i].ifr_name); strdup 224 third_party/talloc/libreplace/getifaddrs.c curif->ifa_name = strdup(ifreq.ifr_name); strdup 301 third_party/talloc/libreplace/getifaddrs.c curif->ifa_name = strdup(ifr->ifr_name); strdup 162 third_party/talloc/libreplace/test/testsuite.c x = strdup("bla"); strdup 62 third_party/talloc/testsuite.c #ifdef strdup strdup 871 third_party/talloc/testsuite.c p2 = strdup("foo bar"); strdup 105 third_party/tcmalloc/chromium/src/profiledata.cc fname_ = strdup(fname); strdup 1148 third_party/tcmalloc/chromium/src/tests/tcmalloc_unittest.cc p2 = strdup("test"); strdup 105 third_party/tcmalloc/vendor/src/profiledata.cc fname_ = strdup(fname); strdup 1148 third_party/tcmalloc/vendor/src/tests/tcmalloc_unittest.cc p2 = strdup("test"); strdup 403 tools/imagediff/image_diff_png.cc return ::strdup(str); strdup 441 tools/imagediff/image_diff_png.cc png_text_[pos].key = strdup(comment.key.substr(0, 78).c_str()); strdup 442 tools/imagediff/image_diff_png.cc png_text_[pos].text = strdup(comment.text.c_str()); strdup 183 ui/base/dragdrop/gtk_dnd_util.cc uri_array[0] = strdup(url.spec().c_str()); strdup 549 ui/gfx/codec/png_codec.cc png_text_[pos].key = base::strdup(comment.key.substr(0, 78).c_str()); strdup 550 ui/gfx/codec/png_codec.cc png_text_[pos].text = base::strdup(comment.text.c_str()); strdup 67 ui/gfx/gtk_util.cc argv[i] = strdup(args[i].c_str());