Home
last modified time | relevance | path

Searched refs:strdup (Results 126 - 150 of 680) sorted by relevance

12345678910>>...28

/third_party/curl/lib/
H A Durl.c117 #include "strdup.h"
1424 conn->localdev = strdup(data->set.str[STRING_DEVICE]); in allocate_conn()
1859 conn->host.rawalloc = strdup(hostname ? hostname : "");
1954 conn->options = strdup(data->state.up.options);
2006 s->range = strdup(data->set.str[STRING_SET_RANGE]);
2283 proxypasswd = strdup("");
2427 proxy = strdup(data->set.str[STRING_PROXY]);
2437 socksproxy = strdup(data->set.str[STRING_PRE_PROXY]);
2738 *optionsp = strdup(data->set.str[STRING_OPTIONS]);
2780 conn->user = strdup(*user
[all...]
H A Dgetenv.c73 return (env && env[0])?strdup(env):NULL; in GetEnv()
H A Dmemdebug.h115 #undef strdup macro
116 #define strdup(ptr) curl_dbg_strdup(ptr, __LINE__, __FILE__) macro
H A Dnetrc.c207 login = strdup(tok); in parsenetrc()
223 password = strdup(tok); in parsenetrc()
/third_party/curl/src/
H A Dtool_strdup.c27 char *strdup(const char *str) in strdup() function
/third_party/backends/lib/
H A Dstrdup.c26 strdup (const char * s) in strdup() function
/third_party/musl/libc-test/src/functionalext/supplement/string/string_gtest/
H A Dstring_strdup_test.cpp19 EXPECT_STREQ("strduptest", strdup("strduptest")); in HWTEST_F()
/third_party/musl/porting/liteos_a/user/src/misc/
H A Drealpath.c23 return resolved ? strcpy(resolved, tmp) : strdup(tmp); in realpath()
/third_party/musl/src/misc/
H A Dget_current_dir_name.c13 return strdup(res); in get_current_dir_name()
/third_party/musl/src/misc/liteos_a/
H A Drealpath.c38 return resolved ? strcpy(resolved, tmp) : strdup(tmp); in realpath()
/third_party/musl/src/unistd/
H A Dgetcwd.c24 return buf == tmp ? strdup(buf) : buf; in getcwd()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvk_sdk_platform.h42 #define strdup _strdup macro
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvk_sdk_platform.h42 #define strdup _strdup macro
/third_party/curl/tests/
H A Dtest1132.pl48 if($_ =~ /\W(free|alloc|strdup)\(/) {
/third_party/cups-filters/fontembed/
H A Dfontfile.c35 ret->stdname=strdup(name); in fontfile_open_std()
/third_party/FreeBSD/sys/sys/
H A Dmalloc.h77 #define bsd_strdup(p,x) strdup(p)
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/build/Windows/include/llvm/Config/
H A Dconfig.h435 /* Define to a function implementing strdup */
436 #define strdup _strdup macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/windows/include/llvm/Config/
H A Dconfig.h355 /* Define to a function implementing strdup */
356 #define strdup _strdup macro
/test/xts/hats/hdf/audio/idl/effect/src/
H A Deffect_model_test.cpp44 libName_ = strdup("libmock_effect_lib"); in SetUp()
45 effectId_ = strdup("aaaabbbb-8888-9999-6666-aabbccdd9966ff"); in SetUp()
/third_party/NuttX/fs/vfs/
H A Dfs_open.c105 copypath = strdup((const char*)file->f_path); in get_path_from_fd()
246 vnode->filePath = strdup(fullpath); in fp_open()
/third_party/libunwind/libunwind/src/coredump/
H A D_UCD_create.c67 ui->coredump_filename = strdup(filename); in _UCD_create()
274 phdr->backing_filename = strdup(filename); in _UCD_add_backing_file_at_segment()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-tcpclient.c163 server_name = strdup(optarg); in main()
165 fprintf(stderr, "strdup() failed."); in main()
192 portnum = strdup(optarg); in main()
/third_party/libabigail/tests/data/test-diff-dwarf/
H A Dtest42-PR21296-clanggcc.cc12 extern "C" char* strdup(const char*);
15 STR(const char* S): C(strdup(S)) {} in STR()
/third_party/openssl/test/
H A Dp_test.c266 * This file isn't linked against libcrypto, so we use malloc and strdup in OSSL_provider_init()
272 ctx->thisfile = strdup(OPENSSL_FILE); in OSSL_provider_init()
273 ctx->thisfunc = strdup(OPENSSL_FUNC); in OSSL_provider_init()
/third_party/selinux/libsepol/src/
H A Dexpand.c131 new_id = strdup(id); in type_copy_callback()
237 new_id = strdup(id); in perm_copy_callback()
283 new_id = strdup(id); in common_copy_callback()
486 new_id = strdup(id); in class_copy_callback()
511 new_class->comkey = strdup(class->comkey); in class_copy_callback()
694 new_id = strdup(id); in alias_copy_callback()
865 new_id = strdup(id); in role_copy_callback()
1026 new_id = strdup(id); in user_copy_callback()
1135 new_id = strdup(id); in bool_copy_callback()
1186 new_id = strdup(i in sens_copy_callback()
[all...]

Completed in 18 milliseconds

12345678910>>...28