/external/bison/m4/ |
D | strdup.m4 | 1 # strdup.m4 serial 6 9 AC_LIBSOURCES([strdup.c, strdup.h]) 11 AC_REPLACE_FUNCS(strdup) 12 AC_CHECK_DECLS_ONCE(strdup) 16 # Prerequisites of lib/strdup.c.
|
/external/tcpdump/ |
D | addrtoname.c | 254 p->name = strdup(hp->h_name); in getname() 264 p->name = strdup(intoa(addr)); in getname() 299 p->name = strdup(hp->h_name); in getname6() 310 p->name = strdup(cp); in getname6() 487 tp->e_name = strdup(buf2); in etheraddr_string() 507 tp->e_name = strdup(buf); in etheraddr_string() 561 tp->name = strdup(buf); in etherproto_string() 588 tp->p_name = strdup(buf); in protoid_string() 638 tp->name = strdup(buf); in tcpport_string() 657 tp->name = strdup(buf); in udpport_string() [all …]
|
/external/ipsec-tools/src/racoon/ |
D | sainfo.c | 95 dloc = strdup("ANONYMOUS"); 100 drmt = strdup("ANONYMOUS"); 105 dpeer = strdup("NULL"); 280 idloc = strdup("ANONYMOUS"); 285 idrmt = strdup("ANONYMOUS"); 290 id_i = strdup("ANY");
|
D | prsa_tok.l | 70 prsalval.chr = strdup(prsatext); 84 {addr4} { prsalval.chr = strdup(prsatext); return ADDR4; } 85 {addr6} { prsalval.chr = strdup(prsatext); return ADDR6; }
|
D | gcmalloc.h | 84 strdup(const char *str) in strdup() function 123 #define racoon_strdup(s) strdup((s))
|
/external/bison/lib/ |
D | strdup.c | 33 #undef strdup 36 # define __strdup strdup 55 weak_alias (__strdup, strdup)
|
D | strdup.h | 24 #if defined HAVE_DECL_STRDUP && !HAVE_DECL_STRDUP && !defined strdup 26 extern char *strdup (const char *s);
|
/external/e2fsprogs/intl/ |
D | bindtextdom.c | 81 # ifndef strdup in __libc_rwlock_define() 82 # define strdup(str) __strdup (str) in __libc_rwlock_define() macro 152 result = strdup (dirname); in __libc_rwlock_define() 190 result = strdup (codeset); in __libc_rwlock_define() 248 result = strdup (dirname); in __libc_rwlock_define() 279 result = strdup (codeset); in __libc_rwlock_define()
|
D | textdomain.c | 66 # ifndef strdup 67 # define strdup(str) __strdup (str) macro 110 new_domain = strdup (domainname); in __libc_rwlock_define()
|
/external/chromium/base/third_party/xdg_user_dirs/ |
D | xdg_user_dir_lookup.cc | 169 return strdup (fallback); in xdg_user_dir_lookup_with_fallback() 202 return strdup ("/tmp"); in xdg_user_dir_lookup() 216 return strdup (home_dir); in xdg_user_dir_lookup()
|
/external/grub/lib/ |
D | device.c | 605 map[drive] = strdup (ptr); in read_device_map() 673 (*map)[i] = strdup (name); in init_device_map() 696 (*map)[num_hd + 0x80] = strdup (name); in init_device_map() 723 (*map)[num_hd + 0x80] = strdup (name); in init_device_map() 743 (*map)[num_hd + 0x80] = strdup (name); in init_device_map() 763 (*map)[num_hd + 0x80] = strdup (name); in init_device_map() 792 (*map)[num_hd + 0x80] = strdup (name); in init_device_map()
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/ |
D | wpagui.ui.h | 30 ctrl_iface_dir = strdup("/var/run/wpa_supplicant"); in init() 99 ctrl_iface = strdup(optarg); in parse_argv() 103 ctrl_iface_dir = strdup(optarg); in parse_argv() 120 ctrl_iface = strdup(ifname); in openCtrlConnection() 125 ctrl_iface = strdup("udp"); in openCtrlConnection() 148 ctrl_iface = strdup(dent->d_name); in openCtrlConnection() 170 ctrl_iface = strdup(buf); in openCtrlConnection()
|
/external/bluetooth/glib/gio/xdgmime/ |
D | xdgmimeglob.c | 255 child->mime_type = strdup (mime_type); in _xdg_glob_hash_insert_ucs4() 265 node->mime_type = strdup (mime_type); in _xdg_glob_hash_insert_ucs4() 509 …h->literal_list = _xdg_glob_list_append (glob_hash->literal_list, strdup (glob), strdup (mime_type… in _xdg_glob_hash_append_glob() 515 …glob_hash->full_list = _xdg_glob_list_append (glob_hash->full_list, strdup (glob), strdup (mime_ty… in _xdg_glob_hash_append_glob()
|
/external/chromium/base/third_party/xdg_mime/ |
D | xdgmimeglob.c | 255 child->mime_type = strdup (mime_type); in _xdg_glob_hash_insert_ucs4() 265 node->mime_type = strdup (mime_type); in _xdg_glob_hash_insert_ucs4() 508 …h->literal_list = _xdg_glob_list_append (glob_hash->literal_list, strdup (glob), strdup (mime_type… in _xdg_glob_hash_append_glob() 514 …glob_hash->full_list = _xdg_glob_list_append (glob_hash->full_list, strdup (glob), strdup (mime_ty… in _xdg_glob_hash_append_glob()
|
/external/wpa_supplicant/wpa_gui-qt4/ |
D | wpagui.cpp | 62 ctrl_iface_dir = strdup("/var/run/wpa_supplicant"); in WpaGui() 138 ctrl_iface = strdup(optarg); in parse_argv() 142 ctrl_iface_dir = strdup(optarg); in parse_argv() 159 ctrl_iface = strdup(ifname); in openCtrlConnection() 164 ctrl_iface = strdup("udp"); in openCtrlConnection() 188 ctrl_iface = strdup(dent->d_name); in openCtrlConnection() 211 ctrl_iface = strdup(buf); in openCtrlConnection()
|
/external/wpa_supplicant/wpa_gui/ |
D | wpagui.ui.h | 30 ctrl_iface_dir = strdup("/var/run/wpa_supplicant"); in init() 99 ctrl_iface = strdup(optarg); in parse_argv() 103 ctrl_iface_dir = strdup(optarg); in parse_argv() 120 ctrl_iface = strdup(ifname); in openCtrlConnection() 125 ctrl_iface = strdup("udp"); in openCtrlConnection() 148 ctrl_iface = strdup(dent->d_name); in openCtrlConnection() 170 ctrl_iface = strdup(buf); in openCtrlConnection()
|
/external/bluetooth/bluez/compat/ |
D | dund.c | 456 dst = strdup(optarg); in main() 469 dst = strdup(optarg); in main() 483 src = strdup(optarg); in main() 525 pppd = strdup(optarg); in main() 542 dst = strdup(optarg); in main()
|
D | pand.c | 646 dst = strdup(optarg); in main() 658 dst = strdup(optarg); in main() 667 src = strdup(optarg); in main() 722 pidfile = strdup(optarg); in main() 726 devupcmd = strdup(optarg); in main() 730 devdowncmd = strdup(optarg); in main()
|
/external/bluetooth/bluez/test/ |
D | agent.c | 495 path = strdup(reply_path); in get_default_adapter_path() 553 path = strdup(reply_path); in get_adapter_path() 603 agent_path = strdup(optarg); in main() 631 passkey_value = strdup(argv[0]); in main() 634 device = strdup(argv[1]); in main() 637 agent_path = strdup(default_path); in main()
|
/external/chromium/base/ |
D | string_util_posix.h | 19 inline char* strdup(const char* str) { in strdup() function 20 return ::strdup(str); in strdup()
|
D | setproctitle_linux.c | 63 g_orig_argv0 = strdup(g_main_argv[0]); in setproctitle() 80 char* copy = strdup(environ[i]); in setproctitle()
|
/external/qemu/ |
D | envlist.c | 112 if ((tmpenv = strdup(env)) == NULL) in envlist_parse() 170 if ((entry->ev_var = strdup(env)) == NULL) { in envlist_setenv() 238 *(penv++) = strdup(entry->ev_var); in envlist_to_environ()
|
/external/webkit/WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/ |
D | TestNetscapePlugin.cpp | 64 obj->onStreamLoad = strdup(argv[i]); in webkit_test_plugin_new_instance() 66 obj->onStreamDestroy = strdup(argv[i]); in webkit_test_plugin_new_instance() 68 obj->onURLNotify = strdup(argv[i]); in webkit_test_plugin_new_instance() 83 obj->onDestroy = strdup(argv[i]); in webkit_test_plugin_new_instance()
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | pppoe-discovery.c | 77 conn->ifName = strdup("eth0"); in main() 114 register char *ret = strdup(s); in xstrdup()
|
/external/wpa_supplicant/ |
D | os.h | 409 #define os_strdup(s) strdup(s) 467 #undef strdup 468 #define strdup OS_DO_NOT_USE_strdup macro
|