Lines Matching refs:xmalloc
390 static void *xmalloc(size_t size);
964 PS1=xmalloc(strlen(cwd)+4); in setup_prompt_string()
1180 struct close_me *new = xmalloc(sizeof(struct close_me));
1365 thejob = job_list = xmalloc(sizeof(*thejob));
1368 thejob->next = xmalloc(sizeof(*thejob));
1377 thejob->text = xmalloc(BUFSIZ); /* cmdedit buffer size */
2309 redir = xmalloc(sizeof(struct redir_struct));
2346 pi = xmalloc(sizeof(struct pipe));
2410 struct p_context *new = xmalloc(sizeof(struct p_context));
3271 p = xmalloc(strlen(s) + 2);
3334 static void *xmalloc(size_t size) function
3597 list = xmalloc(sizeof(*list));
3615 list[n] = xmalloc(2 + name_len + len);