Home
last modified time | relevance | path

Searched refs:ecmd (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/svc/shell/
H A Dipf_include.sh610 [ "$mypolicy" = "deny" ] && { ecmd="pass"; acmd="block"; }
611 [ "$mypolicy" = "allow" ] && { ecmd="block"; acmd="pass"; }
618 echo "${ecmd} in log quick on ${ifc} from any to" \
625 echo "${ecmd} in log quick proto ${proto} from ${addr}" \
647 echo "${ecmd} in log quick proto ${proto} from any to ${ip}" \
756 ecmd="pass"
761 ecmd="block"
774 echo "${ecmd} in log quick on ${ifc} all" >>${TEMP}
780 echo "${ecmd} in log quick from ${addr} to any" >>${TEMP}
/titanic_41/usr/src/tools/scripts/
H A Dfind_elf.pl95 my $ecmd = "elfedit -r -o simple -e ehdr:ei_class " .
97 my @Elf = split(/\n/, `$ecmd $path 2>/dev/null`);
/titanic_41/usr/src/cmd/mailx/
H A Dcollect.c887 char ecmd[BUFSIZ]; in mesedit() local
897 snprintf(ecmd, sizeof (ecmd), "exec %s %s", edit, tempEdit); in mesedit()
900 execlp(Shell, Shell, "-c", ecmd, NULL); in mesedit()
/titanic_41/usr/src/lib/libsqlite/src/
H A Dparse.y71 cmdlist ::= cmdlist ecmd.
72 cmdlist ::= ecmd.
73 ecmd ::= explain cmdx SEMI.
74 ecmd ::= SEMI.