Lines Matching refs:xmalloc
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));
1373 thejob->text = xmalloc(BUFSIZ); /* cmdedit buffer size */
2301 redir = xmalloc(sizeof(struct redir_struct));
2338 pi = xmalloc(sizeof(struct pipe));
2402 struct p_context *new = xmalloc(sizeof(struct p_context));
3271 p = xmalloc(strlen(s) + 2);
3319 static void *xmalloc(size_t size) function
3581 list = xmalloc(sizeof(*list));
3599 list[n] = xmalloc(2 + name_len + len);