Searched refs:xmemdup (Results 1 – 7 of 7) sorted by relevance
38 void *xmemdup(const void *mem, size_t size) in xmemdup() function45 return xmemdup(s, strlen(s) + 1); in xstrdup()
201 *sig_ret = xmemdup(pkcs7_data, pkcs7_data_len); in sign_pkcs7()327 *sig_ret = xmemdup(sig, sig_size); in sign_pkcs7()
106 void *xmemdup(const void *mem, size_t size);
125 void *xmemdup(void *s, long len);
111 void *xmemdup(void *s, long len) in xmemdup() function
816 command = xmemdup(toybuf, reg-toybuf); in parse_pattern()
1868 TT.pgrep.snapshot = xmemdup(toybuf, (name+strlen(name)+1)-toybuf); in match_pgrep()