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

/freebsd-current/usr.sbin/rtsold/
H A Drtsol.c91 #define ELM_MALLOC(p, error_action) do { \ macro
344 ELM_MALLOC(rai, exit(1));
431 ELM_MALLOC(rao, break);
490 ELM_MALLOC(rao, break);
580 ELM_MALLOC(smp1, continue);
581 ELM_MALLOC(smp2, goto free1);
582 ELM_MALLOC(smp3, goto free2);
616 ELM_MALLOC(smp1, continue);
617 ELM_MALLOC(smp2, goto free1);
619 ELM_MALLOC(smp
[all...]
/freebsd-current/usr.sbin/rtadvd/
H A Dconfig.c367 ELM_MALLOC(rai, exit(1));
518 ELM_MALLOC(pfx, exit(1));
686 ELM_MALLOC(rti, exit(1));
821 ELM_MALLOC(rdn, exit(1));
829 ELM_MALLOC(rdna, goto getconfig_free_rdn);
873 ELM_MALLOC(dns, exit(1));
881 ELM_MALLOC(dnsa, goto getconfig_free_dns);
1074 ELM_MALLOC(pfx, exit(1));
1137 ELM_MALLOC(pfx, return);
H A Drtadvd.h35 #define ELM_MALLOC(p,error_action) \ macro
H A Dif.c362 ELM_MALLOC(ifi, exit(1));
515 ELM_MALLOC(ifi, exit(1));

Completed in 81 milliseconds