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

/freebsd-10.0-release/contrib/tcp_wrappers/
H A Dtcpdchk.c206 char *sh_cmd; /* becomes optional shell command */ local
227 sh_cmd = split_at(cl_list, ':');
243 if (sh_cmd) {
249 process_options(sh_cmd, request);
259 if (sh_cmd)
260 shell_cmd(percent_x(buf, sizeof(buf), sh_cmd, request));
H A Dhosts_access.c148 char *sh_cmd; /* becomes optional shell command */ local
183 sh_cmd = split_at(cl_list, ':');
195 if (sh_cmd) {
197 process_options(sh_cmd, request);
200 shell_cmd(percent_x(cmd, sizeof(cmd), sh_cmd, request));

Completed in 134 milliseconds