Searched refs:do_malloc (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/stand/usb/tools/
H A Dsysinit.c93 do_malloc(int size) function
213 input_ptr = do_malloc(off);
229 start = do_malloc(sizeof(void *) * entries);
/freebsd-11-stable/usr.bin/fortune/fortune/
H A Dfortune.c137 static void *do_malloc(u_int);
472 tpath = do_malloc((unsigned int)(strlen(dir) + strlen(file) + 2));
601 fp = do_malloc(sizeof(*fp));
839 new = do_malloc(len + 1);
849 * do_malloc:
853 do_malloc(unsigned int size) function
1278 Fortbuf = do_malloc((unsigned int) Fort_len + 10);

Completed in 110 milliseconds