Home
last modified time | relevance | path

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

/third_party/elfutils/lib/
H A Dxstrdup.c39 xstrdup (const char *string) in xstrdup() function
/third_party/ltp/tools/sparse/sparse-src/
H A Dutils.c33 char *xstrdup(const char *src) in xstrdup() function
/third_party/popt/src/
H A Dsystem.h48 #define xstrdup(_str) (strcpy((malloc(strlen(_str)+1) ? : vmefail()), (_str))) macro
53 #define xstrdup(_str) strdup(_str) macro
/third_party/fsverity-utils/programs/
H A Dutils.c46 char *xstrdup(const char *s) in xstrdup() function
/third_party/libfuse/util/
H A Dmount.fuse.c55 static char *xstrdup(const char *s) in xstrdup() function
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_decoder.c168 xstrdup(const char *s) in xstrdup() function
/third_party/toybox/lib/
H A Dxwrap.c106 char *xstrdup(char *s) in xstrdup() function

Completed in 5 milliseconds