/src/lib/libwrap/ |
hosts_access.c | 175 char *sh_cmd = NULL; /* becomes optional shell command */ local in function:table_match 200 sh_cmd = split_at(cl_list, ':'); 212 if (sh_cmd) { 214 process_options(sh_cmd, request); 217 shell_cmd(percent_x(cmd, sizeof(cmd), sh_cmd, request));
|
hosts_access.c | 175 char *sh_cmd = NULL; /* becomes optional shell command */ local in function:table_match 200 sh_cmd = split_at(cl_list, ':'); 212 if (sh_cmd) { 214 process_options(sh_cmd, request); 217 shell_cmd(percent_x(cmd, sizeof(cmd), sh_cmd, request));
|
/src/usr.sbin/tcpdchk/ |
tcpdchk.c | 215 char *sh_cmd; /* becomes optional shell command */ local in function:parse_table 235 sh_cmd = split_at(cl_list, ':'); 251 if (sh_cmd) { 257 process_options(sh_cmd, request); 267 if (sh_cmd) 268 shell_cmd(percent_x(buf, sizeof(buf), sh_cmd, request));
|
tcpdchk.c | 215 char *sh_cmd; /* becomes optional shell command */ local in function:parse_table 235 sh_cmd = split_at(cl_list, ':'); 251 if (sh_cmd) { 257 process_options(sh_cmd, request); 267 if (sh_cmd) 268 shell_cmd(percent_x(buf, sizeof(buf), sh_cmd, request));
|