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

  /external/elfutils/lib/
xstrdup.c 39 xstrdup (const char *string) function
  /toolchain/binutils/binutils-2.25/libiberty/
xstrdup.c 0 /* xstrdup.c -- Duplicate a string in memory, using xmalloc.
7 @deftypefn Replacement char* xstrdup (const char *@var{s})
31 xstrdup (const char *s) function
  /external/bison/lib/
xmalloc.c 119 xstrdup (char const *string) function
  /external/strace/
xmalloc.c 79 char *xstrdup(const char *str) function
  /external/openssh/
xmalloc.c 71 xstrdup(const char *str) function
  /device/google/dragon/audio/hal/
dictionary.c 61 static char * xstrdup(const char * s) function
240 d->val[i] = val ? xstrdup(val) : NULL ;
270 d->key[i] = xstrdup(key);
271 d->val[i] = val ? xstrdup(val) : NULL ;
  /external/valgrind/coregrind/m_demangle/
vg_libciface.h 74 #define xstrdup(_str) \ macro
75 VG_(arena_strdup)(VG_AR_DEMANGLE,"m_demangle.xstrdup",(_str))
  /external/dtc/
util.c 39 char *xstrdup(const char *s) function
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c 50 char *xstrdup(const char *s);
650 conn->serviceName = xstrdup(optarg);
653 conn->acName = xstrdup(optarg);
668 conn->ifName = xstrdup(optarg);
712 char *xstrdup(const char *s) function
  /external/toybox/lib/
xwrap.c 100 char *xstrdup(char *s) function
792 if (old) old = xstrdup(old);

Completed in 207 milliseconds