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

/netbsd-6-1-5-RELEASE/usr.sbin/tcpdchk/
H A Dtcpdchk.c218 char *sh_cmd; /* becomes optional shell command */ local
243 sh_cmd = split_at(cl_list, ':');
259 if (sh_cmd) {
265 process_options(sh_cmd, request);
275 if (sh_cmd)
276 shell_cmd(percent_x(buf, sizeof(buf), sh_cmd, request));
/netbsd-6-1-5-RELEASE/lib/libwrap/
H A Dhosts_access.c149 char *sh_cmd = NULL; /* becomes optional shell command */ local
174 sh_cmd = split_at(cl_list, ':');
186 if (sh_cmd) {
188 process_options(sh_cmd, request);
191 shell_cmd(percent_x(cmd, sizeof(cmd), sh_cmd, request));

Completed in 98 milliseconds