Home
last modified time | relevance | path

Searched refs:cnf_get (Results 1 – 4 of 4) sorted by relevance

/dports/security/xinetd/xinetd-2.3.15/xinetd/
H A Dconfparse.h8 status_e cnf_get(struct configuration *confp);
H A Dinit.c361 if ( cnf_get( &conf ) == FAILED ) in init_services()
H A Dreconfig.c74 if ( cnf_get( &new_conf ) == FAILED ) in hard_reconfig()
H A Dconfparse.c891 status_e cnf_get( struct configuration *confp ) in cnf_get() function