Home
last modified time | relevance | path

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

/NextBSD/libexec/bootpd/
HDreadfile.c278 smalloc(u_int);
389 hp = (struct host *) smalloc(sizeof(struct host));
824 smalloc(sizeof(struct shared_bindata));
1222 s = (struct shared_string *) smalloc(sizeof(struct shared_string)
1282 bdata = (struct shared_bindata *) smalloc(sizeof(struct shared_bindata)
1635 result = (struct in_addr_list *) smalloc(totalsize);
2019 smalloc(nbytes) in smalloc() function
/NextBSD/contrib/tcsh/
HDtc.decls.h54 extern memalign_t smalloc (size_t);
HDtc.alloc.c510 smalloc(size_t n) in smalloc() function
HDsh.h497 # define xmalloc(i) smalloc(i)