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

  /external/linux-tools-perf/util/
wrapper.c 14 char *xstrdup(const char *str) function
  /external/oprofile/libpopt/
system.h 66 char * xstrdup (const char *str)
72 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str))) macro
74 #define xstrdup(_str) strdup(_str) macro
  /external/oprofile/libutil/
op_libiberty.h 54 char * xstrdup(char const *) OP_ATTRIB_MALLOC;
69 #define xstrdup(str) strdup(str) macro
  /external/bison/lib/
xmalloc.c 119 xstrdup (char const *string) function
  /ndk/sources/host-tools/sed-4.2.1/lib/
xmalloc.c 115 xstrdup (char const *string) function
  /external/openssh/
xmalloc.c 85 xstrdup(const char *str) function
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe-discovery.c 20 char *xstrdup(const char *s);
42 conn->serviceName = xstrdup(optarg);
45 conn->acName = xstrdup(optarg);
60 conn->ifName = xstrdup(optarg);
112 char *xstrdup(const char *s) function
  /external/dropbear/
scpmisc.c 94 xstrdup(const char *str) function
216 return (xstrdup(p));
  /external/dhcpcd/
common.c 288 xstrdup(const char *str) function
298 syslog(LOG_ERR, "memory exhausted (xstrdup)");
  /external/valgrind/main/coregrind/m_demangle/
vg_libciface.h 74 #define xstrdup(_str) \ macro
75 VG_(arena_strdup)(VG_AR_DEMANGLE,"m_demangle.xstrdup",(_str))
  /ndk/sources/host-tools/make-3.81/
misc.c 341 #undef xstrdup
370 xstrdup (const char *ptr)
532 c->name = xstrdup (c->name);
534 c->stem = xstrdup (c->stem);
336 #undef xstrdup macro
365 xstrdup (const char *ptr) function
  /external/genext2fs/
genext2fs.c 735 xstrdup(const char *s) function
    [all...]

Completed in 707 milliseconds