Home
last modified time | relevance | path

Searched refs:sh_cmd (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/tcp_wrappers/
H A Dtcpdchk.c199 char *sh_cmd; /* becomes optional shell command */ in parse_table() local
220 sh_cmd = split_at(cl_list, ':'); in parse_table()
236 if (sh_cmd) { in parse_table()
242 process_options(sh_cmd, request); in parse_table()
252 if (sh_cmd) in parse_table()
253 shell_cmd(percent_x(buf, sizeof(buf), sh_cmd, request)); in parse_table()
H A Dhosts_access.c149 char *sh_cmd; /* becomes optional shell command */ in table_match() local
184 sh_cmd = split_at(cl_list, ':'); in table_match()
196 if (sh_cmd) { in table_match()
198 process_options(sh_cmd, request); in table_match()
201 shell_cmd(percent_x(cmd, sizeof(cmd), sh_cmd, request)); in table_match()