Searched defs:xstrdup (Results 1 - 8 of 8) sorted by relevance

/external/elfutils/src/lib/
H A Dxstrdup.c39 xstrdup (string) function
/external/linux-tools-perf/src/tools/perf/util/
H A Dwrapper.c15 char *xstrdup(const char *str) function
/external/bison/lib/
H A Dxmalloc.c119 xstrdup (char const *string) function
/external/openssh/
H A Dxmalloc.c79 xstrdup(const char *str) function
/external/valgrind/coregrind/m_demangle/
H A Dvg_libciface.h74 #define xstrdup(_str) \ macro
75 VG_(arena_strdup)(VG_AR_DEMANGLE,"m_demangle.xstrdup",(_str))
/external/dhcpcd/
H A Dcommon.c288 xstrdup(const char *str) function
298 syslog(LOG_ERR, "memory exhausted (xstrdup)");
/external/ppp/pppd/plugins/rp-pppoe/
H A Dpppoe-discovery.c50 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/
H A Dxwrap.c78 char *xstrdup(char *s) function
667 if (tz) tz = xstrdup(tz);

Completed in 286 milliseconds