Lines Matching refs:xmalloc
388 static void *xmalloc(size_t size);
962 PS1=xmalloc(strlen(cwd)+4); in setup_prompt_string()
1178 struct close_me *new = xmalloc(sizeof(struct close_me));
1363 thejob = job_list = xmalloc(sizeof(*thejob));
1366 thejob->next = xmalloc(sizeof(*thejob));
1375 thejob->text = xmalloc(BUFSIZ); /* cmdedit buffer size */
2298 redir = xmalloc(sizeof(struct redir_struct));
2335 pi = xmalloc(sizeof(struct pipe));
2399 struct p_context *new = xmalloc(sizeof(struct p_context));
3260 p = xmalloc(strlen(s) + 2);
3323 static void *xmalloc(size_t size) function
3586 list = xmalloc(sizeof(*list));
3604 list[n] = xmalloc(2 + name_len + len);