Home
last modified time | relevance | path

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

/third_party/popt/src/
Dsystem.h48 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str))) macro
53 #define xstrdup(_str) strdup(_str) macro
/third_party/gettext/gnulib-local/lib/
Dxstrdup.c38 xstrdup (const char *string) in xstrdup() function
/third_party/weston/shared/
Dxalloc.h44 #define xstrdup(s) (fail_on_null(strdup(s), 0, __FILE__, __LINE__)) macro
/third_party/ltp/tools/sparse/sparse-src/
Dutils.c33 char *xstrdup(const char *src) in xstrdup() function
/third_party/gettext/gettext-tools/tests/
Dgettextpo-1-prg.c48 xstrdup (const char *s) in xstrdup() function
/third_party/mesa3d/src/broadcom/cle/
Dv3d_decoder.c168 xstrdup(const char *s) in xstrdup() function
/third_party/toybox/lib/
Dxwrap.c106 char *xstrdup(char *s) in xstrdup() function
/third_party/wayland_standard/src/
Dscanner.c282 xstrdup(const char *s) in xstrdup() function