Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tcpd/
H A Dtcpdchk.c201 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/libwrap/
H A Dhosts_access.c145 char *sh_cmd; /* becomes optional shell command */ local
170 sh_cmd = split_at(skip_ipv6_addrs(cl_list), ':');
182 if (sh_cmd) {
184 process_options(sh_cmd, request);
187 shell_cmd(percent_x(cmd, sizeof(cmd), sh_cmd, request));
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dparse.c59 static Shnode_t *sh_cmd(Lex_t*,int,int);
393 t = sh_cmd(lexp,(flag&SH_EOF)?EOFSYM:'\n',SH_SEMI|SH_EMPTY|(flag&SH_NL)); in sh_parse()
433 t = sh_cmd(lp,RPAREN,SH_NL|SH_EMPTY); in sh_dolparen()
436 t = sh_cmd(lp,RBRACE,SH_NL|SH_EMPTY); in sh_dolparen()
498 static Shnode_t *sh_cmd(Lex_t *lexp, register int sym, int flag) in sh_cmd() function
529 if(right=sh_cmd(lexp,sym,flag|SH_EMPTY)) in sh_cmd()
646 r->regcom=sh_cmd(lexp,0,SH_NL|SH_EMPTY|SH_SEMI); in syncase()
741 tw->wh.dotre = sh_cmd(lexp,n==DOSYM?DONESYM:RBRACE,SH_NL|SH_SEMI); in arithfor()
1184 t->if_.iftre=sh_cmd(lexp,THENSYM,SH_NL); in item()
1185 t->if_.thtre=sh_cmd(lexp,ELSESYM,SH_NL|SH_SEMI); in item()
[all …]