Home
last modified time | relevance | path

Searched refs:smalloc (Results 1 – 4 of 4) sorted by relevance

/freebsd/libexec/bootpd/
H A Dreadfile.c267 smalloc(u_int);
377 hp = (struct host *) smalloc(sizeof(struct host)); in readtab()
805 smalloc(sizeof(struct shared_bindata)); in eval_symbol()
1200 s = (struct shared_string *) smalloc(sizeof(struct shared_string) in get_shared_string()
1257 bdata = (struct shared_bindata *) smalloc(sizeof(struct shared_bindata) in process_generic()
1600 result = (struct in_addr_list *) smalloc(totalsize); in get_addresses()
1973 smalloc(unsigned nbytes) in smalloc() function
/freebsd/contrib/tcsh/
H A Dtc.decls.h53 extern memalign_t smalloc (size_t);
H A Dtc.alloc.c517 smalloc(size_t n) in smalloc() function
H A Dsh.h490 # define xmalloc(i) smalloc(i)