Home
last modified time | relevance | path

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

/NextBSD/gnu/usr.bin/rcs/rcsclean/
HDrcsclean.c308 a = trealloc(char, a, chars_max<<=1);
310 offset = trealloc(size_t, offset, entries_max<<=1);
323 a = trealloc(char, a, chars);
/NextBSD/gnu/usr.bin/rcs/lib/
HDrcsbase.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
HDrcsfnms.c442 b->string = trealloc(char, b->string, b->size);
469 cb.string = fremember(trealloc(char, b->string, s));
HDrcsedit.c367 trealloc(Iptr_type, line, linelim <<= 1)
/NextBSD/gnu/usr.bin/rcs/co/
HDco.c673 : trealloc(char const *, joinlist, joinlength);