Searched refs:ELM_MALLOC (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/usr.sbin/rtsold/
H A Drtsol.c92 #define ELM_MALLOC(p, error_action) do { \ macro
330 ELM_MALLOC(rai, exit(1));
417 ELM_MALLOC(rao, break);
476 ELM_MALLOC(rao, break);
566 ELM_MALLOC(smp1, continue);
567 ELM_MALLOC(smp2, goto free1);
568 ELM_MALLOC(smp3, goto free2);
602 ELM_MALLOC(smp1, continue);
603 ELM_MALLOC(smp2, goto free1);
605 ELM_MALLOC(smp
[all...]
/freebsd-13-stable/usr.sbin/rtadvd/
H A Dconfig.c368 ELM_MALLOC(rai, exit(1));
519 ELM_MALLOC(pfx, exit(1));
687 ELM_MALLOC(rti, exit(1));
822 ELM_MALLOC(rdn, exit(1));
830 ELM_MALLOC(rdna, goto getconfig_free_rdn);
874 ELM_MALLOC(dns, exit(1));
882 ELM_MALLOC(dnsa, goto getconfig_free_dns);
1075 ELM_MALLOC(pfx, exit(1));
1138 ELM_MALLOC(pfx, return);
H A Drtadvd.h36 #define ELM_MALLOC(p,error_action) \ macro
H A Dif.c365 ELM_MALLOC(ifi, exit(1));
518 ELM_MALLOC(ifi, exit(1));

Completed in 112 milliseconds