Searched defs:sh_cmd (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libwrap/ |
H A D | hosts_access.c | 147 char *sh_cmd; /* becomes optional shell command */ local 172 sh_cmd = split_at(skip_ipv6_addrs(cl_list), ':'); 184 if (sh_cmd) { 186 process_options(sh_cmd, request); 189 shell_cmd(percent_x(cmd, sizeof(cmd), sh_cmd, request));
|
/illumos-gate/usr/src/cmd/tcpd/ |
H A D | tcpdchk.c | 201 char *sh_cmd; /* becomes optional shell command */ local 222 sh_cmd = split_at(skip_ipv6_addrs(cl_list), ':'); 238 if (sh_cmd) { 244 process_options(sh_cmd, request); 254 if (sh_cmd) 255 shell_cmd(percent_x(buf, sizeof(buf), sh_cmd, request));
|
/illumos-gate/usr/src/lib/libshell/common/sh/ |
H A D | parse.c | 55 static Shnode_t *sh_cmd(Lex_t*,int,int); 370 t = sh_cmd(lexp,(flag&SH_EOF)?EOFSYM:'\n',SH_SEMI|SH_EMPTY|(flag&SH_NL)); 410 t = sh_cmd(lp,RPAREN,SH_NL|SH_EMPTY); 413 t = sh_cmd(lp,RBRACE,SH_NL|SH_EMPTY); 475 static Shnode_t *sh_cmd(Lex_t *lexp, register int sym, int flag) function 506 if(right=sh_cmd(lexp,sym,flag|SH_EMPTY)) 614 r->regcom=sh_cmd(lexp,0,SH_NL|SH_EMPTY|SH_SEMI); 709 tw->wh.dotre = sh_cmd(lexp,n==DOSYM?DONESYM:RBRACE,SH_NL); 1081 t->if_.iftre=sh_cmd(lexp,THENSYM,SH_NL); 1082 t->if_.thtre=sh_cmd(lex [all...] |
Completed in 76 milliseconds