Home
last modified time | relevance | path

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

/third_party/elfutils/lib/
Dxstrdup.c39 xstrdup (const char *string) in xstrdup() function
/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/libfuse/util/
Dmount.fuse.c55 static char *xstrdup(const char *s) in xstrdup() function
/third_party/fsverity-utils/programs/
Dutils.c46 char *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/tzdata/
Dzic.c539 xstrdup(char const *str) in xstrdup() function