Searched refs:strdup (Results 251 - 275 of 313) sorted by relevance

<<111213

/external/skia/src/ports/
H A DSkFontHost_android.cpp58 fName = strdup(name);
H A DSkFontHost_simple.cpp57 fName = strdup(name);
/external/valgrind/main/coregrind/m_ume/
H A Dmacho.c780 info->executable_path = VG_(strdup)("ume.macho.executable_path", name);
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.cpp312 char* url = strdup(resourceRequest.url().prettyURL().utf8().data());
/external/webkit/Source/WebKit/mac/WebView/
H A DWebPDFView.mm1287 char *cPath = strdup([pathTemplate fileSystemRepresentation]);
1395 char *cTemplate = strdup([temporaryDirectoryTemplate fileSystemRepresentation]);
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_upnp.c1043 sm->net_if = strdup(net_if);
/external/wpa_supplicant_8/hostapd/
H A Dhostapd_cli.c641 ctrl_ifname = strdup(argv[0]);
/external/qemu/
H A Dsockets.c265 a->u._unix.path = strdup(path ? path : "");
617 a->u._unix.path = strdup(src->sun_path);
/external/iproute2/misc/
H A Dss.c509 c->name = strdup(prog);
615 c->name = strdup(res);
1017 p = strdup(addr);
/external/valgrind/main/coregrind/
H A Dm_main.c355 /* strdup here is probably paranoid overkill, but ... */
357 /* *fsname_unexpanded = VG_(strdup)( "main.mpclo.2",
482 arg = VG_(strdup)("main.mpclo.1", arg + toolname_len + 1);
593 VG_(strdup)("", log_fsname_unexpanded);
598 VG_(strdup)("", xml_fsname_unexpanded);
/external/e2fsprogs/misc/
H A Dmke2fs.c1597 fs_types[0] = strdup("journal");
1893 tmp_name = strdup(name);
/external/ppp/pppd/
H A Dauth.c418 fname = strdup(*argv);
1478 #define COPY_STRING(s) (s) ? strdup(s) : NULL
/external/qemu/telephony/
H A Dandroid_modem.c415 newvalue = strdup(strval);
589 modem->nvram_config_filename = strdup( nvfname );
/external/sqlite/dist/
H A Dshell.c.orig2383 home_dir = strdup("/");
H A Dshell.c2402 home_dir = strdup("/");
/external/strace/
H A Dstrace.c267 outfname = strdup(optarg);
303 username = strdup(optarg);
/external/bison/
H A DMakefile63 $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \
/external/bison/doc/
H A DMakefile61 $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \
/external/bison/examples/
H A DMakefile61 $(top_srcdir)/m4/strdup.m4 $(top_srcdir)/m4/strerror.m4 \
/external/bluetooth/bluez/plugins/
H A Dservice.c149 ctx_data->stack_head->name = strdup(attribute_values[i]);
/external/bluetooth/bluez/test/
H A Dl2test.c1205 filename = strdup(optarg);
/external/bluetooth/bluez/tools/
H A Dbccmd.c1175 device = strdup(optarg);
/external/ppp/pppd/plugins/radius/
H A Dradius.c188 p->vpstr = strdup(*argv);
/external/tcpdump/
H A Dprint-decnet.c877 return (strdup(dnet_htoa(&dna)));
H A Dtcpdump.c786 username = strdup(optarg);

Completed in 503 milliseconds

<<111213