Home
last modified time | relevance | path

Searched refs:strdup (Results 1076 - 1100 of 1123) sorted by relevance

1...<<4142434445

/kernel/linux/linux-5.10/tools/perf/util/
H A Dhist.c477 he->srcline = strdup(he->srcline); in hist_entry__init()
H A Dsession.c2353 ref->name = strdup(symbol_name); in map__set_kallsyms_ref_reloc_sym()
H A Dintel-pt.c2960 evsel->name = strdup(name); in intel_pt_set_event_name()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dauxtrace.c2254 filt->str = fstr = strdup(*filter_inp); in parse_one_filter()
H A Dhist.c488 he->srcline = strdup(he->srcline); in hist_entry__init()
H A Dsession.c2653 ref->name = strdup(symbol_name); in map__set_kallsyms_ref_reloc_sym()
/third_party/curl/lib/vtls/
H A Dsectransp.c140 #include "strdup.h"
1008 *certp = strdup(direct); in CopyCertSubject()
H A Dschannel.c2856 CAfile = strdup(conn_config->CAfile); in Curl_schannel_set_cached_cert_store()
H A Dopenssl.c3392 CAfile = strdup(conn_config->CAfile); in set_cached_x509_store()
/third_party/backends/backend/
H A Depson2.c715 dev->name = strdup(name); in device_detect()
H A Dmagicolor.c1803 dev->name = strdup(name); in device_detect()
H A Dgt68xx_high.c2503 return strdup(tmp_str); in gt68xx_calibration_file()
H A Dhp4200.c2332 pd->dev.name = strdup (name); in add_device()
H A Dhp3500.c966 dev->devicename = strdup (devicename); in attachScanner()
H A Dkodakaio.c2227 dev->name = strdup(name); in device_detect()
/third_party/curl/lib/
H A Dmulti.c2515 newurl = strdup(data->state.url);
/third_party/alsa-utils/alsaloop/
H A Dpcmjob.c1394 loop->id = strdup(id); in pcmjob_init()
/third_party/mesa3d/src/compiler/
H A Dglsl_types.cpp1257 strdup(key), in get_array_instance()
/third_party/ntfs-3g/libntfs-3g/
H A Ddir.c675 ascii = strdup(pathname); in ntfs_pathname_to_inode()
/third_party/libcoap/src/
H A Dcoap_mbedtls.c82 #define mbedtls_strdup(a) strdup(a)
/third_party/sqlite/src/
H A Dshell.c111 ** to expose strdup().
201 # ifndef strdup
202 # define strdup _strdup macro
19631 zRet = z ? strdup(z) : 0; in readline_completion_generator()
22299 azName[nName*2] = strdup(zSchema); in do_meta_command()
22300 azName[nName*2+1] = strdup(zFile); in do_meta_command()
26111 data.zNonce = strdup(cmdline_option_value(argc, argv, ++i));
26397 zHistory = strdup(zHistory);
/test/xts/acts/arkui/ace_napi_test/entry/src/main/cpp/napi/
H A Dnapi_test.cpp2685 char* copyPtr = strdup(TEST_STR); in CreateExternalBuffer()
8744 char* copyPtr = strdup(TEST_STR); in createExternalBuffereEnvNull()
9369 char* copyPtr = strdup(TEST_STR); in createExternalBufferLengthZero()
9386 char* copyPtr = strdup(TEST_STR); in createExternalBufferLengthMax()
/kernel/linux/linux-6.6/tools/objtool/
H A Dcheck.c707 key_name = strdup(insn_call_dest(insn)->name); in create_static_call_sections()
709 perror("strdup"); in create_static_call_sections()
/third_party/f2fs-tools/fsck/
H A Dmount.c1119 c.devices[i].path = strdup((char *)sb->devs[i].path); in init_sb_info()
/third_party/alsa-utils/aplay/
H A Daplay.c3222 char *buffer = strdup(path);

Completed in 137 milliseconds

1...<<4142434445