Searched refs:mycalloc (Results 1 – 3 of 3) sorted by relevance
43 void *mycalloc(size_t nelem, size_t size);66 mycalloc(size_t nelem, size_t size) in mycalloc() function
46 void *mycalloc(size_t nelem, size_t size);
503 change = (BOOL *)mycalloc((unsigned)totallines, sizeof (BOOL)); in changestring()