Symbol: config_new_empty
sbin/dhcp6leased/dhcp6leased.c
1179
xconf = config_new_empty();
sbin/dhcp6leased/dhcp6leased.h
259
struct dhcp6leased_conf *config_new_empty(void);
sbin/dhcp6leased/engine.c
181
engine_conf = config_new_empty();
sbin/dhcp6leased/frontend.c
125
frontend_conf = config_new_empty();
sbin/dhcp6leased/parse.y
606
conf = config_new_empty();
sbin/dhcpleased/dhcpleased.c
1342
xconf = config_new_empty();
sbin/dhcpleased/dhcpleased.h
310
struct dhcpleased_conf *config_new_empty(void);
sbin/dhcpleased/engine.c
191
engine_conf = config_new_empty();
sbin/dhcpleased/frontend.c
137
frontend_conf = config_new_empty();
sbin/dhcpleased/parse.y
732
conf = config_new_empty();
sbin/unwind/frontend.c
200
frontend_conf = config_new_empty();
sbin/unwind/parse.y
804
conf = config_new_empty();
sbin/unwind/resolver.c
382
resolver_conf = config_new_empty();
sbin/unwind/unwind.c
721
xconf = config_new_empty();
sbin/unwind/unwind.h
191
struct uw_conf *config_new_empty(void);
usr.sbin/eigrpd/eigrpd.c
748
xconf = config_new_empty();
usr.sbin/eigrpd/eigrpd.h
498
struct eigrpd_conf *config_new_empty(void);
usr.sbin/eigrpd/eigrpe.c
72
econf = config_new_empty();
usr.sbin/eigrpd/parse.y
997
conf = config_new_empty();
usr.sbin/eigrpd/rde.c
78
rdeconf = config_new_empty();
usr.sbin/ldpd/lde.c
93
ldeconf = config_new_empty();
usr.sbin/ldpd/ldpd.c
1313
xconf = config_new_empty();
usr.sbin/ldpd/ldpd.h
606
struct ldpd_conf *config_new_empty(void);
usr.sbin/ldpd/ldpe.c
73
leconf = config_new_empty();
usr.sbin/ldpd/parse.y
1311
conf = config_new_empty();
usr.sbin/rad/engine.c
99
engine_conf = config_new_empty();
usr.sbin/rad/frontend.c
203
frontend_conf = config_new_empty();
usr.sbin/rad/parse.y
907
conf = config_new_empty();
usr.sbin/rad/rad.c
782
xconf = config_new_empty();
usr.sbin/rad/rad.h
159
struct rad_conf *config_new_empty(void);