Home
last modified time | relevance | path

Searched refs:testalloc (Results 1 – 4 of 4) sorted by relevance

/dflybsd-src/gnu/usr.bin/rcs/lib/
H A Drcsbase.h715 malloc_type testalloc P((size_t));
722 # define tnalloc(T,n) (lintalloc = testalloc(sizeof(T)*(n)), (T*)0)
727 # define tnalloc(T,n) ((T*) testalloc(sizeof(T)*(n)))
H A Dmerger.c49 *b = t = testalloc(strlen(s) + 3);
H A Drcsutil.c253 testalloc(size) in testalloc() function
285 return fremember(testalloc(size));
H A Drcsfnms.c302 p = testalloc(tplen + 10);