Home
last modified time | relevance | path

Searched refs:trealloc (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsclean.c310 a = trealloc(char, a, chars_max<<=1);
312 offset = trealloc(size_t, offset, entries_max<<=1);
325 a = trealloc(char, a, chars);
H A Drcsbase.h714 # define trealloc(T,p,n) (lintalloc = testrealloc((malloc_type)0, sizeof(T)*(n)), p) macro
719 # define trealloc(T,p,n) ((T*) testrealloc((malloc_type)(p), sizeof(T)*(n))) macro
H A Drcsfnms.c450 b->string = trealloc(char, b->string, b->size);
477 cb.string = fremember(trealloc(char, b->string, s));
H A Dco.c676 : trealloc(char const *, joinlist, joinlength);
H A Drcsedit.c370 trealloc(Iptr_type, line, linelim <<= 1)
/netbsd-src/external/gpl3/gcc.old/dist/fixincludes/
H A Dinclhack.def4554 "char*\trealloc();";
4764 "extern char*\trealloc(void*,size_t);\n"
/netbsd-src/external/gpl3/gcc/dist/fixincludes/
H A Dinclhack.def4653 "char*\trealloc();";
4863 "extern char*\trealloc(void*,size_t);\n"