HomeSort by: relevance | last modified time | path
    Searched defs:smalloc (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/bootp/common/
readfile.c 275 smalloc(u_int);
388 hp = (struct host *) smalloc(sizeof(struct host));
820 smalloc(sizeof(struct shared_bindata));
1219 s = (struct shared_string *) smalloc(sizeof(struct shared_string) +
1277 bdata = (struct shared_bindata *) smalloc(sizeof(struct shared_bindata)
1622 result = (struct in_addr_list *) smalloc(totalsize);
1992 /* smalloc() -- safe malloc()
2001 smalloc(unsigned int nbytes)
1979 smalloc(unsigned int nbytes) function in typeref:typename:PRIVATE char *
readfile.c 275 smalloc(u_int);
388 hp = (struct host *) smalloc(sizeof(struct host));
820 smalloc(sizeof(struct shared_bindata));
1219 s = (struct shared_string *) smalloc(sizeof(struct shared_string) +
1277 bdata = (struct shared_bindata *) smalloc(sizeof(struct shared_bindata)
1622 result = (struct in_addr_list *) smalloc(totalsize);
1992 /* smalloc() -- safe malloc()
2001 smalloc(unsigned int nbytes)
1979 smalloc(unsigned int nbytes) function in typeref:typename:PRIVATE char *

Completed in 59 milliseconds