Home
last modified time | relevance | path

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

/netbsd/external/bsd/flex/dist/tests/
H A Dalloc_extra.l89 void *testalloc(size_t size, yyscan_t scanner) in testalloc() function
H A Dmem_r.l88 void * testalloc(yy_size_t n , void* yyscanner) in testalloc() function
/netbsd/external/gpl2/rcs/dist/src/
H A Drcsbase.h706 malloc_type testalloc P((size_t));
713 # define tnalloc(T,n) (lintalloc = testalloc(sizeof(T)*(n)), (T*)0)
718 # define tnalloc(T,n) ((T*) testalloc(sizeof(T)*(n)))
H A Dmerger.c47 *b = t = testalloc(strlen(s) + 3);
H A Drcsutil.c254 testalloc(size) in testalloc() function
286 return fremember(testalloc(size));
H A Drcsfnms.c302 p = testalloc(tplen + 10);