Home
last modified time | relevance | path

Searched defs:xstrdup (Results 1 – 9 of 9) sorted by relevance

/external/oprofile/libpopt/
Dsystem.h72 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str))) macro
74 #define xstrdup(_str) strdup(_str) macro
/external/elfutils/0.153/lib/
Dxstrdup.c36 xstrdup (string) in xstrdup() function
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dwrapper.c15 char *xstrdup(const char *str) in xstrdup() function
/external/oprofile/libutil/
Dop_libiberty.h69 #define xstrdup(str) strdup(str) macro
/external/ppp/pppd/plugins/rp-pppoe/
Dpppoe-discovery.c112 char *xstrdup(const char *s) in xstrdup() function
/external/bison/lib/
Dxmalloc.c119 xstrdup (char const *string) in xstrdup() function
/external/dhcpcd/
Dcommon.c288 xstrdup(const char *str) in xstrdup() function
/external/valgrind/main/coregrind/m_demangle/
Dvg_libciface.h74 #define xstrdup(_str) \ macro
/external/genext2fs/
Dgenext2fs.c735 xstrdup(const char *s) in xstrdup() function