Searched refs:trealloc (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/gnu/usr.bin/rcs/rcsclean/
H A Drcsclean.c308 a = trealloc(char, a, chars_max<<=1);
310 offset = trealloc(size_t, offset, entries_max<<=1);
323 a = trealloc(char, a, chars);
/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Drcsbase.h713 # define trealloc(T,p,n) (lintalloc = testrealloc((malloc_type)0, sizeof(T)*(n)), p) macro
718 # define trealloc(T,p,n) ((T*) testrealloc((malloc_type)(p), sizeof(T)*(n))) macro
H A Drcsfnms.c442 b->string = trealloc(char, b->string, b->size);
469 cb.string = fremember(trealloc(char, b->string, s));
H A Drcsedit.c367 trealloc(Iptr_type, line, linelim <<= 1)
/freebsd-10.0-release/gnu/usr.bin/rcs/co/
H A Dco.c673 : trealloc(char const *, joinlist, joinlength);

Completed in 178 milliseconds