Searched refs:xmalloc (Results 1 – 3 of 3) sorted by relevance
133 static void *xmalloc(size_t size) in xmalloc() function143 void *p = xmalloc(size); in xzalloc()158 return memcpy(xmalloc(n), s, n); in xmemdup()
386 static void *xmalloc(size_t size);958 PS1=xmalloc(strlen(cwd)+4); in setup_prompt_string()1176 struct close_me *new = xmalloc(sizeof(struct close_me));1361 thejob = job_list = xmalloc(sizeof(*thejob));1364 thejob->next = xmalloc(sizeof(*thejob));2301 redir = xmalloc(sizeof(struct redir_struct));2338 pi = xmalloc(sizeof(struct pipe));3271 p = xmalloc(strlen(s) + 2);3319 static void *xmalloc(size_t size) function3581 list = xmalloc(sizeof(*list));[all …]
1419 void *ptr = xmalloc((size + 0xff) & ~0xff); in xxmalloc()1440 # define xmalloc(s) xxmalloc(__LINE__, s) macro1710 fp = xmalloc(sizeof(*fp)); in hfopen()3683 new_pattern_buf = xmalloc(strlen(pattern));9421 p = xmalloc(len);9822 G.ifs_whitespace = xmalloc(len + strlen(p) + 1); /* can overestimate */10582 full_var = xmalloc(strlen(var) + strlen(val) + 1);11672 str = p = xmalloc(len);
Completed in 24 milliseconds