Home
last modified time | relevance | path

Searched refs:strdup (Results 201 - 225 of 656) sorted by relevance

12345678910>>...27

/third_party/ltp/pan/
H A Dzoolib.c82 return strdup(buf); in zoo_getname()
421 zooname = strdup("test_zoo"); in main()
/third_party/mesa3d/src/glx/windows/
H A Dwindowsgl.c373 r->gl_extensions = strdup(proc(GL_EXTENSIONS)); in windows_extensions_test()
376 r->wgl_extensions = strdup(wglGetExtensionsStringARB(hdc)); in windows_extensions_test()
/third_party/nghttp2/src/
H A Ddeflatehd.cc280 nv.name = (uint8_t *)strdup(line); in perform_from_http1text()
281 nv.value = (uint8_t *)strdup(val); in perform_from_http1text()
/third_party/mesa3d/src/intel/tools/
H A Di965_asm.c263 output_file = strdup(optarg); in main()
289 input_filename = strdup(argv[optind]); in main()
/third_party/libinput/src/
H A Dutil-strings.h84 * strdup guaranteed to succeed. If the input string is NULL, the output
85 * string is NULL. If the input string is a string pointer, we strdup or
96 s = strdup(str); in safe_strdup()
468 return strdup(str); in str_sanitize()
/third_party/libfuse/lib/
H A Dmount_util.c292 copy = strdup(orig); in fuse_mnt_resolve_path()
327 dst = strdup(buf); in fuse_mnt_resolve_path()
/third_party/node/deps/openssl/openssl/
H A De_os.h256 # ifndef strdup
257 # define strdup _strdup macro
/third_party/openssl/test/testutil/
H A Ddriver.c23 # define strdup _strdup macro
256 test_title = title == NULL ? NULL : strdup(title); in set_test_title()
/third_party/openssl/
H A De_os.h256 # ifndef strdup
257 # define strdup _strdup macro
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Dresponse.c72 if (NULL == (hdr->header = strdup (header))) in add_response_entry()
77 if (NULL == (hdr->value = strdup (content))) in add_response_entry()
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Ddaemon.c225 || NULL == (daemon->certfile = strdup (certfile))) in SPDYF_start_daemon_va()
227 SPDYF_DEBUG("strdup (certfile)"); in SPDYF_start_daemon_va()
231 || NULL == (daemon->keyfile = strdup (keyfile))) in SPDYF_start_daemon_va()
233 SPDYF_DEBUG("strdup (keyfile)"); in SPDYF_start_daemon_va()
/third_party/selinux/libselinux/src/
H A Dstringrep.c80 node->name = strdup(s); in discover_class()
147 node->perms[value-1] = strdup(dentry->d_name); in discover_class()
/third_party/selinux/secilc/
H A Dsecilc.c203 output = strdup(optarg); in main()
207 filecontexts = strdup(optarg); in main()
/third_party/curl/lib/
H A Durlapi.c35 #include "strdup.h"
601 u->zoneid = strdup(zoneid); in ipv6_parse()
1038 u->scheme = strdup("file"); in parseurl()
1185 u->scheme = strdup(schemep); in parseurl()
1222 u->scheme = strdup(schemep); in parseurl()
1292 u->query = strdup(""); in parseurl()
1386 dest->name = strdup(src->name); \
H A Deasy.c55 #include "strdup.h"
103 * strdup (and other memory functions) is redefined in complicated
104 * ways, but at this point it must be defined as the system-supplied strdup
112 #define system_strdup strdup
867 dst->set.str[i] = strdup(src->set.str[i]); in dupset()
939 outcurl->state.url = strdup(data->state.url); in curl_easy_duphandle()
946 outcurl->state.referer = strdup(data->state.referer); in curl_easy_duphandle()
/third_party/backends/backend/
H A Dibm.c247 dev->sane.name = strdup (devnam); in attach()
387 s->val[OPT_MODE].s = strdup (mode_list[s->hw->info.image_mode_default]); in init_options()
439 s->val[OPT_PAPER].s = strdup (paper_list[s->hw->info.paper_default]); in init_options()
786 s->val[OPT_PAPER].s = strdup (paper_list[IBM_PAPER_USER_DEFINED]); in sane_control_option()
801 s->val[option].s = strdup (val); in sane_control_option()
817 s->val[option].s = strdup (val); in sane_control_option()
H A Dapple.c558 dev->sane.name = strdup (devname); in attach()
1311 s->val[OPT_MODEL].s = strdup (SupportedModel[s->hw->ScannerModel]); in init_options()
1367 s->val[OPT_MODE].s = strdup (mode_list[0]); in init_options()
1488 s->val[OPT_GRAYMAP].s = strdup (graymap_list[1]); in init_options()
1528 s->val[OPT_HALFTONE_PATTERN].s = strdup (halftone_pattern_list[0]); in init_options()
1629 s->val[OPT_SPEED].s = strdup (speed_list[0]); in init_options()
1847 s->val[OPT_COLOR_SENSOR].s = strdup(color_sensor_list[2]); in init_options()
2215 s->val[option].s = strdup (val); in sane_control_option()
2240 s->val[option].s = strdup (val); in sane_control_option()
2319 s->val[option].s = strdup (va in sane_control_option()
[all...]
/third_party/eudev/src/libudev/
H A Dlibudev-device.c190 udev_device->devpath_old = strdup(devpath_old); in udev_device_set_devpath_old()
218 udev_device->driver = strdup(driver); in udev_device_get_driver()
226 udev_device->driver = strdup(driver); in udev_device_set_driver()
256 udev_device->devtype = strdup(devtype); in udev_device_set_devtype()
267 udev_device->subsystem = strdup(subsystem); in udev_device_set_subsystem()
418 udev_device->syspath = strdup(syspath); in udev_device_set_syspath()
427 udev_device->sysname = strdup(&pos[1]); in udev_device_set_syspath()
470 udev_device->action = strdup(action); in udev_device_set_action()
1689 udev_device->devnode = strdup(devnode); in udev_device_set_devnode()
/third_party/alsa-lib/src/ucm/
H A Dparser.c90 *dst = value ? strdup(value) : NULL; in replace_string()
104 *res = strdup(*res); in parse_string()
199 *s = strdup(s1); in get_string3()
1244 curr->name = strdup(key); in uc_mgr_add_value()
1688 dev->name1 = strdup(name1); in parse_dev_name_list()
1981 verb->name = strdup(use_case_name); in parse_verb_file()
1986 verb->comment = strdup(comment); in parse_verb_file()
2975 list[j] = strdup(fn + 1); in uc_mgr_scan_master_configs()
3027 list[j] = strdup(d_name); in uc_mgr_scan_master_configs()
/third_party/selinux/checkpolicy/
H A Dcheckpolicy.c1078 fstype = strdup(ans); in main()
1082 path = strdup(ans); in main()
1151 name = strdup(ans); in main()
1153 fprintf(stderr, "couldn't strdup string.\n"); in main()
1298 name = strdup(ans); in main()
1300 fprintf(stderr, "couldn't strdup string.\n"); in main()
/third_party/cups-filters/filter/
H A Dtexttotext.c495 page_ranges = strdup(val); in main()
667 wrapped_word = strdup(p + 1); in main()
729 cupsArrayAdd(page_array, strdup(out_page)); in main()
/third_party/mesa3d/src/glx/
H A Ddri_common.c764 config = strdup(ext->xml); in get_driver_config()
774 config = strdup(config); in get_driver_config()
808 e->driverName = strdup(driverName); in glXGetDriverConfig()
/third_party/ntfs-3g/src/
H A Dntfs-3g_common.c257 options = strdup(orig_opts ? orig_opts : ""); in parse_mount_options()
259 ntfs_log_perror("%s: strdup failed", EXEC_NAME); in parse_mount_options()
486 ctx->usermap_path = strdup(val); in parse_mount_options()
496 ctx->xattrmap_path = strdup(val); in parse_mount_options()
/third_party/alsa-utils/alsactl/
H A Dinit_parse.c154 pair->value = strdup(value); in value_set()
161 pair->key = strdup(key); in value_set()
166 pair->value = strdup(value); in value_set()
1271 res = strdup(filename); in new_root_dir()
1339 space->program_result = strdup(string); in parse_line()
1376 space->program_result = strdup(string); in parse_line()
1404 space->program_result = strdup(result); in parse_line()
1480 space->go_to = strdup(value); in parse_line()
/third_party/backends/frontend/
H A Dtstbackend.c307 val_string = strdup(opt->constraint.string_list[i]); in test_options_string_list()
914 val_string = strdup(opt->constraint.string_list[0]); in set_min_value()
967 val_string = strdup(opt->constraint.string_list[i-1]); in set_max_value()
1021 val_string = strdup(opt->constraint.string_list[0]); in set_random_value()
1521 val_string = strdup(scan_mode_opt->constraint.string_list[i]); in test_scans()
1719 devname = strdup(optarg); in main()
1820 if (devname) devname = strdup(devname); in main()
1825 devname = strdup(device_list[0]->name); in main()

Completed in 36 milliseconds

12345678910>>...27