Home
last modified time | relevance | path

Searched refs:xmemdup (Results 1 - 11 of 11) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Dutils.c28 void *xmemdup(const void *src, size_t len) in xmemdup() function
35 return xmemdup(src, strlen(src) + 1); in xstrdup()
H A Dutils.h21 void *xmemdup(const void *src, size_t len);
H A Dpre-process.c915 char *streamname = xmemdup(fullname, plen + flen); in try_include()
/third_party/fsverity-utils/programs/
H A Dutils.c41 void *xmemdup(const void *mem, size_t size) in xmemdup() function
48 return xmemdup(s, strlen(s) + 1); in xstrdup()
H A Dutils.h23 void *xmemdup(const void *mem, size_t size);
/third_party/toybox/lib/
H A Dlib.h134 void *xmemdup(void *s, long len);
H A Dxwrap.c111 void *xmemdup(void *s, long len) in xmemdup() function
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h129 void *xmemdup(void *s, long len);
/third_party/toybox/toys/posix/
H A Dsed.c838 command = xmemdup(toybuf, reg-toybuf); in parse_pattern()
H A Dps.c1873 TT.pgrep.snapshot = xmemdup(toybuf, (name+strlen(name)+1)-toybuf); in match_pgrep()
/third_party/toybox/porting/liteos_a/toys/posix/
H A Dps.c1715 TT.pgrep.snapshot = xmemdup(toybuf, (name+strlen(name)+1)-toybuf); in match_pgrep()

Completed in 14 milliseconds