Home
last modified time | relevance | path

Searched refs:xmalloc (Results 1 – 3 of 3) sorted by relevance

/common/
A Dcli_hush_modern.c133 static void *xmalloc(size_t size) in xmalloc() function
143 void *p = xmalloc(size); in xzalloc()
158 return memcpy(xmalloc(n), s, n); in xmemdup()
A Dcli_hush.c386 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) function
3581 list = xmalloc(sizeof(*list));
[all …]
A Dcli_hush_upstream.c1419 void *ptr = xmalloc((size + 0xff) & ~0xff); in xxmalloc()
1440 # define xmalloc(s) xxmalloc(__LINE__, s) macro
1710 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