HomeSort by relevance Sort by last modified time
    Searched refs:strdup (Results 276 - 300 of 595) sorted by null

<<11121314151617181920>>

  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.cpp 140 ctrl_iface_dir = strdup("/var/run/wpa_supplicant");
246 ctrl_iface = strdup(optarg);
250 ctrl_iface_dir = strdup(optarg);
270 ctrl_iface = strdup(ifname);
275 ctrl_iface = strdup("udp");
299 ctrl_iface = strdup(dent->d_name);
323 ctrl_iface = strdup(buf);
    [all...]
  /external/libsepol/src/
link.c 149 new_id = strdup(perm_id);
264 new_id = strdup(id);
337 if ((new_id = strdup(id)) == NULL) {
370 if ((new_id = strdup(id)) == NULL) {
434 if ((new_id = strdup(id)) == NULL) {
469 if ((new_id = strdup(id)) == NULL) {
504 if ((new_id = strdup(id)) == NULL) {
535 if ((new_id = strdup(id)) == NULL) {
572 if ((new_id = strdup(id)) == NULL) {
858 if ((new_id = strdup(id)) == NULL)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
ctrl_iface_dbus_handlers.c 130 iface.driver = strdup(entry.str_value);
135 iface.driver_param = strdup(entry.str_value);
140 iface.confname = strdup(entry.str_value);
145 iface.bridge_ifname = strdup(entry.str_value);
998 value = strdup(entry.str_value);
    [all...]
dbus_dict_helpers.c 727 str = strdup(value);
792 entry->str_value = strdup(v);
852 entry->str_value = strdup(v);
  /system/core/adb/
adb.c 327 t->product = strdup(product);
330 t->product = strdup(product);
600 cto = strdup(connect_to);
618 if((l->local_name = strdup(local_name)) == 0) goto nomem;
619 if((l->connect_to = strdup(connect_to)) == 0) goto nomem;
    [all...]
  /external/iptables/iptables/
iptables-xml.c 112 newargv[newargc] = strdup(what);
302 chains[nextChain].chain = strdup(chain);
303 chains[nextChain].policy = strdup(policy);
  /external/libselinux/src/
label_file.c 319 spec_arr[nspec].regex_str = strdup(regex);
338 spec_arr[nspec].type_str = strdup(type);
376 spec_arr[nspec].lr.ctx_raw = strdup(context);
  /frameworks/av/media/mtp/
MtpProperty.cpp 210 mDefaultValue.str = strdup(buffer);
220 mCurrentValue.str = strdup(buffer);
456 value.str = strdup(stringBuffer);
  /frameworks/base/cmds/rawbu/
backup.cpp 135 newpath = strdup(nameBuffer);
387 backupFilePath = strdup(destPath);
527 backupFilePath = strdup(srcPath);
  /hardware/libhardware_legacy/audio/
audio_hw_hal.cpp 132 return strdup(s8.string());
261 return strdup(s8.string());
397 return strdup(s8.string());
  /hardware/ril/reference-ril/
atchannel.c 134 p_new->line = strdup(line);
229 sp_response->finalResponse = strdup(line);
456 line1 = strdup(line);
  /system/core/fastboot/
fastboot.c 104 return strdup(path);
114 return strdup(path);
397 out[n] = strdup(strip(val[n]));
engine.c 70 s = strdup(buf);
481 a->data = strdup(prettyname);
  /system/core/init/
init.c 335 char *tmp = strdup(dynamic_args);
449 tmp = strdup(name);
563 console_name = strdup(tmp);
  /system/core/liblog/
logprint.c 49 p_ret->mTag = strdup(tag);
279 tagName = strdup(filterExpression);
310 char *filterStringCopy = strdup (filterString);
  /external/blktrace/
blkparse_fmt.c 31 override_format[(int)(*p)] = strdup(option);
48 override_format[spec] = strdup(option);
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.cc 521 args_.insert(args_.end() - 1, strdup(argument));
529 args_.insert(args_.end() - 1, strdup(i->c_str()));
  /external/iptables/extensions/
libxt_multiport.c 90 buffer = strdup(portstring);
91 if (!buffer) xtables_error(OTHER_PROBLEM, "strdup failed");
113 buffer = strdup(portstring);
114 if (!buffer) xtables_error(OTHER_PROBLEM, "strdup failed");
libxt_sctp.c 72 buffer = strdup(portstring);
166 buffer = strdup(chunks);
  /external/libpcap/
inet.c 225 curdev->name = strdup(name);
236 curdev->description = strdup(description);
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 848 inline char* StrDup(const char* src) { return strdup(src); }
858 inline char* StrDup(const char* src) { return _strdup(src); }
884 inline char* StrDup(const char* src) { return strdup(src); }
    [all...]
  /external/qemu/android/utils/
path.c 652 return strdup(filename);
687 return strdup(temp);
  /external/webkit/Tools/WebKitLauncher/
WebKitNightlyEnabler.m 124 webKitAppPath = strdup(getenv("WebKitAppPath"));
  /system/extras/ext4_utils/
make_ext4fs.c 125 dentries[i].filename = strdup(namelist[i]->d_name);
127 critical_error_errno("strdup");
429 sepath = strdup(mountpoint);
  /system/extras/tests/fstest/
perm_checker.c 127 pr->spec = strdup(spec);
130 pr->spec = strdup(spec);

Completed in 1063 milliseconds

<<11121314151617181920>>