Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/bootp/common/
H A Dreadfile.c274 smalloc(u_int);
385 hp = (struct host *) smalloc(sizeof(struct host)); in readtab()
814 smalloc(sizeof(struct shared_bindata)); in eval_symbol()
1211 s = (struct shared_string *) smalloc(sizeof(struct shared_string) + in get_shared_string()
1268 bdata = (struct shared_bindata *) smalloc(sizeof(struct shared_bindata) in process_generic()
1607 result = (struct in_addr_list *) smalloc(totalsize); in get_addresses()
1979 smalloc(unsigned int nbytes) in smalloc() function