• Home
  • Raw
  • Download

Lines Matching refs:opt_malloc

480 static void *opt_malloc(size_t size)  in opt_malloc()  function
502 ret = opt_malloc(strlen(cp)+1); in opt_string_alloc()
589 struct txt_record *r = opt_malloc(sizeof(struct txt_record)); in add_txt()
595 r->txt = opt_malloc(len+1); in add_txt()
672 struct dhcp_opt *new = opt_malloc(sizeof(struct dhcp_opt)); in parse_dhcp_opt()
725 new->netid = opt_malloc(sizeof (struct dhcp_netid)); in parse_dhcp_opt()
802 new->val = opt_malloc(new->len); in parse_dhcp_opt()
828 new->val = opt_malloc(new->len); in parse_dhcp_opt()
839 new->val = op = opt_malloc((5 * addrs) + 1); in parse_dhcp_opt()
899 newp = opt_malloc(len + strlen(arg) + 2 + header_size); in parse_dhcp_opt()
1051 li = opt_malloc(sizeof(struct list)); in one_opt()
1084 path = opt_malloc(strlen(directory) + len + 2); in one_opt()
1169 new = opt_malloc(sizeof(struct resolvc)); in one_opt()
1198 new = opt_malloc(sizeof(struct mx_srv_record)); in one_opt()
1231 struct hostsfile *new = opt_malloc(sizeof(struct hostsfile)); in one_opt()
1305 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt()
1320 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt()
1343 struct bogus_addr *baddr = opt_malloc(sizeof(struct bogus_addr)); in one_opt()
1355 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt()
1392 serv = opt_malloc(sizeof(struct server)); in one_opt()
1409 newlist = opt_malloc(sizeof(struct server)); in one_opt()
1590 struct dhcp_bridge *new = opt_malloc(sizeof(struct dhcp_bridge)); in one_opt()
1607 struct dhcp_bridge *b = opt_malloc(sizeof(struct dhcp_bridge)); in one_opt()
1622 struct dhcp_context *new = opt_malloc(sizeof(struct dhcp_context)); in one_opt()
1652 struct dhcp_netid *tt = opt_malloc(sizeof (struct dhcp_netid)); in one_opt()
1763 new = opt_malloc(sizeof(struct dhcp_config)); in one_opt()
1797 if ((new->clid = opt_malloc(len))) in one_opt()
1808 if ((new->netid.net = opt_malloc(len))) in one_opt()
1817 struct hwaddr_config *newhw = opt_malloc(sizeof(struct hwaddr_config)); in one_opt()
1913 struct dhcp_netid *newid = opt_malloc(sizeof(struct dhcp_netid)); in one_opt()
1944 struct dhcp_boot *new = opt_malloc(sizeof(struct dhcp_boot)); in one_opt()
1959 struct dhcp_opt *new = opt_malloc(sizeof(struct dhcp_opt)); in one_opt()
1967 struct dhcp_netid *nn = opt_malloc(sizeof (struct dhcp_netid)); in one_opt()
1982 new->val = opt_malloc(new->len); in one_opt()
2003 struct pxe_service *new = opt_malloc(sizeof(struct pxe_service)); in one_opt()
2013 struct dhcp_netid *nn = opt_malloc(sizeof (struct dhcp_netid)); in one_opt()
2080 struct dhcp_mac *new = opt_malloc(sizeof(struct dhcp_mac)); in one_opt()
2105 struct dhcp_vendor *new = opt_malloc(sizeof(struct dhcp_vendor)); in one_opt()
2121 new->data = opt_malloc(new->len); in one_opt()
2127 new->data = opt_malloc(new->len); in one_opt()
2177 struct dhcp_netid_list *new = opt_malloc(sizeof(struct dhcp_netid_list)); in one_opt()
2201 struct dhcp_netid *member = opt_malloc(sizeof(struct dhcp_netid)); in one_opt()
2221 struct doctor *new = opt_malloc(sizeof(struct doctor)); in one_opt()
2264 new = opt_malloc(sizeof(struct interface_name)); in one_opt()
2293 new = opt_malloc(sizeof(struct cname)); in one_opt()
2315 new = opt_malloc(sizeof(struct ptr_record)); in one_opt()
2346 new = opt_malloc(sizeof(struct naptr)); in one_opt()
2393 new = opt_malloc(sizeof(struct txt_record)); in one_opt()
2400 new->txt = opt_malloc(new->len); in one_opt()
2466 new = opt_malloc(sizeof(struct mx_srv_record)); in one_opt()
2756 char *buff = opt_malloc(MAXDNAME); in read_opts()
2762 daemon = opt_malloc(sizeof(struct daemon)); in read_opts()
2889 mx = opt_malloc(sizeof(struct mx_srv_record)); in read_opts()