Home
last modified time | relevance | path

Searched refs:xrealloc (Results 1 – 25 of 45) sorted by relevance

12

/external/toybox/toys/pending/
Dgroupadd.c82 entry = xrealloc(entry, strlen(entry) + strlen(grp->gr_mem[i]) + 2); in groupadd_main()
86 entry = xrealloc(entry, strlen(entry) + strlen(*toys.optargs) + 1); in groupadd_main()
Dmodprobe.c85 opts = xrealloc(opts, optlen + strlen(toadd) + 2); in add_opts()
197 line = xrealloc(line, linelen); in read_line()
422 opt = xrealloc(opt, lopt + 2 + strlen(var) + 2); in add_cmdopt()
Ddiff.c283 v[i] = xrealloc(v[i], size*sizeof(struct v_vector)); in create_j_vector()
284 TT.offset[i] = xrealloc(TT.offset[i], size*sizeof(int)); in create_j_vector()
333 kcand = xrealloc(kcand, (size * sizeof(struct candidate*))); in create_j_vector()
486 dir[TT.dir_num].list = xrealloc(dir[TT.dir_num].list, in add_to_list()
574 if (!ignore_white) d = xrealloc(d, (x + 2) *sizeof(struct diff)); in do_diff()
Dsh.c142 *cmd=xrealloc(*cmd, in parse_word()
Dtr.c136 set = xrealloc(set, size); in expand_set()
/external/u-boot/scripts/kconfig/
Dutil.c107 gs->s = xrealloc(gs->s, l); in str_append()
149 void *xrealloc(void *p, size_t size) in xrealloc() function
Dzconf.l55 text = xrealloc(text, new_size); in append_string()
Dlkc.h118 void *xrealloc(void *p, size_t size);
/external/elfutils/lib/
Dlibeu.h37 extern void *xrealloc (void *, size_t) __attribute__ ((__malloc__));
Dxmalloc.c73 xrealloc (void *p, size_t n) in xrealloc() function
/external/dtc/tests/
Dincbin.c47 buf = xrealloc(buf, *len + CHUNKSIZE); in load_file()
Dsw_tree1.c63 *fdt = xrealloc(*fdt, *size); in realloc_fdt()
/external/dtc/
Dutil.c59 p = xrealloc(p, size); in xasprintf()
250 buf = xrealloc(buf, bufsize); in utilfdt_read_err_len()
Dfdtput.c101 value = xrealloc(value, value_size); in encode_value()
136 fdt = xrealloc(fdt, new_sz); in _realloc_fdt()
Dutil.h59 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
Dfdtoverlay.c92 blob = xrealloc(blob, blob_len); in do_fdtoverlay()
/external/u-boot/scripts/dtc/
Dutil.c59 p = xrealloc(p, size); in xasprintf()
250 buf = xrealloc(buf, bufsize); in utilfdt_read_err_len()
Dutil.h62 static inline void *xrealloc(void *p, size_t len) in xrealloc() function
/external/toybox/toys/posix/
Dsed.c233 s = *old = xrealloc(*old, oldlen+newlen+newline+1); in extend_string()
398 line = xrealloc(line, len+TT.rememberlen+2); in sed_line()
407 TT.remember = xrealloc(TT.remember, TT.rememberlen+len+2); in sed_line()
914 command = xrealloc(command, command->w+(cc-line)+6); in parse_pattern()
/external/toybox/toys/android/
Dgetprop.c45 if (!(TT.size&31)) TT.nv = xrealloc(TT.nv, (TT.size+32)*2*sizeof(char *)); in read_callback()
/external/llvm/test/CodeGen/X86/
D2009-07-20-CoalescerBug.ll21 %call74 = call i8* @xrealloc(i8* undef, i64 32) nounwind ssp ; <i8*> [#uses=0]
161 declare i8* @xrealloc(i8*, i64) ssp
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
D2009-07-20-CoalescerBug.ll21 %call74 = call i8* @xrealloc(i8* undef, i64 32) nounwind ssp ; <i8*> [#uses=0]
161 declare i8* @xrealloc(i8*, i64) ssp
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2009-07-20-CoalescerBug.ll21 %call74 = call i8* @xrealloc(i8* undef, i64 32) nounwind ssp ; <i8*> [#uses=0]
161 declare i8* @xrealloc(i8*, i64) ssp
/external/toybox/lib/
Dlib.c528 buf = xrealloc(buf, len = (rlen*3)/2); in readfileat()
699 if (!(len & 63)) buf=xrealloc(buf, len+65); in get_rawline()
1255 list = xrealloc(list, size *= 2); in bufgetpwuid()
1287 list = xrealloc(list, size *= 2); in bufgetgrgid()
/external/u-boot/common/
Dcli_hush.c390 static void *xrealloc(void *ptr, size_t size);
2566 pi->progs = xrealloc(pi->progs, sizeof(*pi->progs) * (pi->num_progs+1));
3344 static void *xrealloc(void *ptr, size_t size) function
3535 res_str = xrealloc(res_str, (res_str_len + len));
3549 res_str = xrealloc(res_str, (1 + len));
3578 res_str = xrealloc(res_str, (1 + res_str_len + strlen(inp)));
3613 list = xrealloc(list, sizeof(*list) * (n + 2));
3646 str = xrealloc(str, (len + strlen(p) + (2 * nonnull[n])));

12