Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/usr.bin/fortune/fortune/
H A Dfortune.c135 static void *do_malloc(u_int);
471 tpath = do_malloc((unsigned int)(strlen(dir) + strlen(file) + 2)); in add_file()
600 fp = do_malloc(sizeof(*fp)); in new_fp()
838 new = do_malloc(len + 1); in copy()
852 do_malloc(unsigned int size) in do_malloc() function
1278 Fortbuf = do_malloc((unsigned int) Fort_len + 10); in find_matches()