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.c122 static void *do_malloc(u_int);
457 tpath = do_malloc((unsigned int)(strlen(dir) + strlen(file) + 2)); in add_file()
586 fp = do_malloc(sizeof(*fp)); in new_fp()
820 new = do_malloc(len + 1); in copy()
834 do_malloc(unsigned int size) in do_malloc() function
1260 Fortbuf = do_malloc((unsigned int) Fort_len + 10); in find_matches()