Home
last modified time | relevance | path

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

/freebsd/stand/usb/tools/
H A Dsysinit.c92 do_malloc(int size) in do_malloc() function
212 input_ptr = do_malloc(off); in main()
228 start = do_malloc(sizeof(void *) * entries); in main()
/freebsd/usr.bin/fortune/fortune/
H A Dfortune.c123 static void *do_malloc(u_int);
459 tpath = do_malloc((unsigned int)(strlen(dir) + strlen(file) + 2)); in add_file()
588 fp = do_malloc(sizeof(*fp)); in new_fp()
826 new = do_malloc(len + 1); in copy()
840 do_malloc(unsigned int size) in do_malloc() function
1266 Fortbuf = do_malloc((unsigned int) Fort_len + 10); in find_matches()