Searched refs:xmemdup (Results 1 - 11 of 11) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | utils.c | 28 void *xmemdup(const void *src, size_t len) in xmemdup() function 35 return xmemdup(src, strlen(src) + 1); in xstrdup()
|
H A D | utils.h | 21 void *xmemdup(const void *src, size_t len);
|
H A D | pre-process.c | 915 char *streamname = xmemdup(fullname, plen + flen); in try_include()
|
/third_party/fsverity-utils/programs/ |
H A D | utils.c | 41 void *xmemdup(const void *mem, size_t size) in xmemdup() function 48 return xmemdup(s, strlen(s) + 1); in xstrdup()
|
H A D | utils.h | 23 void *xmemdup(const void *mem, size_t size);
|
/third_party/toybox/lib/ |
H A D | lib.h | 134 void *xmemdup(void *s, long len);
|
H A D | xwrap.c | 111 void *xmemdup(void *s, long len) in xmemdup() function
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 129 void *xmemdup(void *s, long len);
|
/third_party/toybox/toys/posix/ |
H A D | sed.c | 838 command = xmemdup(toybuf, reg-toybuf); in parse_pattern()
|
H A D | ps.c | 1873 TT.pgrep.snapshot = xmemdup(toybuf, (name+strlen(name)+1)-toybuf); in match_pgrep()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 1715 TT.pgrep.snapshot = xmemdup(toybuf, (name+strlen(name)+1)-toybuf); in match_pgrep()
|
Completed in 14 milliseconds