Home
last modified time | relevance | path

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

/freebsd-12.1/stand/usb/tools/
H A Dsysinit.c93 do_malloc(int size) in do_malloc() function
213 input_ptr = do_malloc(off); in main()
229 start = do_malloc(sizeof(void *) * entries); in main()
/freebsd-12.1/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)); in add_file()
601 fp = do_malloc(sizeof(*fp)); in new_fp()
839 new = do_malloc(len + 1); in copy()
853 do_malloc(unsigned int size) in do_malloc() function
1278 Fortbuf = do_malloc((unsigned int) Fort_len + 10); in find_matches()