Searched refs:xmemdup (Results 1 – 5 of 5) sorted by relevance
83 static inline void *xmemdup(const void *in, size_t c_size, size_t a_size) { in xmemdup() function117 ((T *) xmemdup ((P), sizeof (T) * (N), sizeof (T) * (N)))
124 void *xmemdup(void *s, long len);
112 void *xmemdup(void *s, long len) in xmemdup() function
806 command = xmemdup(toybuf, reg-toybuf); in parse_pattern()
1763 TT.pgrep.snapshot = xmemdup(toybuf, (name+strlen(name)+1)-toybuf); in match_pgrep()