Home
last modified time | relevance | path

Searched refs:no_access_parser (Results 1 – 3 of 3) sorted by relevance

/dports/security/xinetd/xinetd-2.3.15/xinetd/
H A Dparsers.h26 status_e no_access_parser(pset_h, struct service_config *, enum assign_op) ;
H A Dparse.c60 { "no_access", A_NO_ACCESS, -2, no_access_parser },
119 { "no_access", A_NO_ACCESS, -2, no_access_parser },
H A Dparsers.c1072 status_e no_access_parser( pset_h values, in no_access_parser() function