do_malloc
static void *do_malloc(u_int);
Fortbuf = do_malloc((unsigned int)Fort_len + 10);
tpath = do_malloc((unsigned int)(strlen(dir) + strlen(file) + 2));
fp = do_malloc(sizeof(*fp));
new = do_malloc(len + 1);