HomeSort by relevance Sort by last modified time
    Searched defs:strdup (Results 1 - 24 of 24) sorted by null

  /bionic/libc/string/
strdup.c 1 /* $OpenBSD: strdup.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
39 strdup(const char *str) function
  /external/bison/lib/
strdup.c 26 # include "strdup.h"
33 #undef strdup macro
36 # define __strdup strdup
55 weak_alias (__strdup, strdup)
  /external/tcpdump/missing/
strdup.c 36 "@(#) $Header: /tcpdump/master/tcpdump/missing/strdup.c,v 1.1 2001/01/20 07:26:08 guy Exp $ (LBL)";
46 strdup(str) function
  /external/chromium/base/
string_util_posix.h 19 inline char* strdup(const char* str) { function in namespace:base
20 return ::strdup(str);
string_util_win.h 19 inline char* strdup(const char* str) { function in namespace:base
  /external/e2fsprogs/intl/
textdomain.c 66 # ifndef strdup
67 # define strdup(str) __strdup (str) macro
110 new_domain = strdup (domainname);
bindtextdom.c 81 # ifndef strdup
82 # define strdup(str) __strdup (str) macro
152 result = strdup (dirname);
190 result = strdup (codeset);
248 result = strdup (dirname);
279 result = strdup (codeset);
  /external/ipsec-tools/src/racoon/
gcmalloc.h 84 strdup(const char *str) function
123 #define racoon_strdup(s) strdup((s))
  /external/srec/seti/setiUtils/src/
platform_utils.c 91 /* C54 and WinCE does not have strdup or stricmp */
113 char * strdup(char *in_string) function
119 PLogError(L("strdup: input string is NULL\n"));
  /external/webkit/JavaScriptCore/wtf/
StringExtras.h 70 inline char* strdup(const char* strSource) function
  /external/skia/src/xml/
SkJS.cpp 41 char *strdup(const char *) { function
  /external/webkit/JavaScriptCore/wtf/wince/
FastMallocWince.h 56 #define strdup(p) fastStrDup(p) macro
60 #define strdup(p) _strdup(p) macro
MemoryManager.cpp 27 #undef strdup macro
  /external/qemu/slirp/
misc.c 131 (*ex_ptr)->ex_exec = (do_pty == 3) ? exec : strdup(exec);
341 bptr = strdup(ex); /* No need to free() this */
355 argv[i++] = strdup(curarg);
409 strdup(str) function
616 bptr1 = bptr2 = strdup(format);
  /external/wpa_supplicant/
os.h 110 * buffer, e.g., return strdup(rel_path). This function is only used to find
409 #define os_strdup(s) strdup(s)
467 #undef strdup macro
468 #define strdup OS_DO_NOT_USE_strdup macro
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os.h 110 * buffer, e.g., return strdup(rel_path). This function is only used to find
409 #define os_strdup(s) strdup(s)
480 #undef strdup macro
481 #define strdup OS_DO_NOT_USE_strdup macro
  /external/qemu/slirp-android/
misc.c 111 (*ex_ptr)->ex_exec = (do_pty == 3) ? exec : strdup(exec);
307 bptr = strdup(ex); /* No need to free() this */
321 argv[i++] = strdup(curarg);
370 strdup(const char* str) function
577 bptr1 = bptr2 = strdup(format);
  /external/zlib/contrib/untgz/
untgz.c 33 # define strdup(str) _strdup(str) macro
260 item->fname = strdup(fname);
330 char *buffer = strdup(newdir);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 647 #undef strdup macro
648 #pragma GCC poison calloc strdup
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 647 #undef strdup macro
648 #pragma GCC poison calloc strdup
  /external/e2fsprogs/e2fsck/
profile.c 1067 #undef strdup macro
1068 #define strdup MYstrdup macro
1091 new->name = strdup(name);
1097 new->value = strdup(value);
1330 * strdup()'ed.
    [all...]
  /external/chromium/third_party/libevent/
http.c 95 #define strdup _strdup macro
1035 if ((evcon->bind_address = strdup(address)) == NULL)
1036 event_err(1, "%s: strdup", __func__);
1245 if ((req->response_code_line = strdup(readable)) == NULL)
1246 event_err(1, "%s: strdup", __func__);
1296 if ((req->uri = strdup(uri)) == NULL) {
    [all...]
evdns.c 148 #define strdup _strdup macro
    [all...]
  /external/e2fsprogs/lib/ext2fs/
tdb.c 74 #define strdup rep_strdup macro
    [all...]

Completed in 606 milliseconds