/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/ |
H A D | mamexec | 33 do case $# in 36 case $1 in 40 -*) case $1 in 44 *) case $1 in 47 case $1 in 50 case $1 in 53 case $1 in 56 case $1 in 69 do case $# in 72 case $1 in [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pp.probe | 37 case $v in 43 do case $x in 45 case $x in 59 do case $d in 61 *) case $g in 62 '') case $p in 75 case $a in 83 case $p in 94 case $# in 98 do case $# in [all …]
|
/illumos-gate/usr/src/common/ficl/test/ |
H A D | testcase.fr | 7 : test-case ( n -- ) 8 case 21 see test-case 28 0 test-case 31 1 test-case 34 324 test-case 41 : test-case-2 ( n -- ) 42 case 58 see test-case-2 67 0 test-case-2 [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | C+probe | 87 do case $1 in 96 case $cc in 108 case $0 in 114 case $SHELL in 127 case $debug in 143 case $# in 147 case $x in 150 case $1 in 153 case $UNSET in 199 case $src in [all …]
|
H A D | make.probe | 181 do case $f in 209 then case $ld in 224 case $o in 233 case $# in 235 then case $2 in 250 case $o in 259 case $m in 261 case $# in 287 case $# in 304 case $# in [all …]
|
H A D | Mamfile | 44 exec - case static,port:$OPTIND:$RANDOM in 55 exec - case '${mam_cc_SHELLMAGIC}' in 56 exec - "") case 184 in 61 exec - case $i in 85 exec - case static,port:$OPTIND:$RANDOM in 96 exec - case '${mam_cc_SHELLMAGIC}' in 97 exec - "") case 225 in 102 exec - case $i in 126 exec - case static,port:$OPTIND:$RANDOM in 137 exec - case '${mam_cc_SHELLMAGIC}' in [all …]
|
/illumos-gate/usr/src/cmd/auditrecord/ |
H A D | mkmsg.pl | 86 my ($name, $description, $title, $skip, @case) = ('', '', '', '', ()); 88 ($name, $description, $title, $skip, @case) = @{$attr{$label}}; 102 my $case; 104 foreach $case (@case) { 105 addToMsgFile(${$case}[0]); # description 107 my @comment = split(/\s*:\s*/, ${$case}[2]); 108 my $note = ${$case}[3];
|
H A D | audit_record_attr.txt | 117 # case is used to generate alternate descriptions for a given 125 # case <= unlimited; if necessary, text continues on a new line 142 # case is not nested; ellipsis (...) is used to give the effect 147 case=Invalid socket file descriptor 151 case=If the socket address is not part of the AF_INET family 156 case=If the socket address is part of the AF_INET family 157 case=...If there is no vnode for this file descriptor 161 case=...or if the socket is not bound 165 case=...or if the socket address length = 0 169 case=...or for all other conditions [all …]
|
H A D | auditrecord.pl | 138 my @case; 150 ($name, $description, $title, $skip, @case) = 194 foreach $caseElement (@case) { 259 my @case; 290 ($name, $description, $title, $skip, @case) = 342 foreach $caseElement (@case) { 462 my ($description, $title, $skip, @case); 468 ($name, $description, $title, $skip, @case) = @{$attr{$label}}; 481 return ($name, $description, $title, $skip, @case);
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/BSM/ |
H A D | _BSMparse.pm | 112 my $case = ''; 113 my @case = (); 207 push(@case, [$case, $format, $comment, $note]); 212 $skip, @case]; 216 $case = $note = $comment = $skip = $callName 218 @case = (); 251 elsif (/^\s*case\s*=\s*(.*)/i) { 253 push(@case, [$case, $format, $comment, $note]); 257 $case = $1; 264 push(@case, [$case, $format, $comment, $note]); [all …]
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/fun/ |
H A D | dirs | 12 case $dir in 30 case $1 in 55 case $dir in 60 case $TERM in 65 case $dir in 72 case $type in 95 case $dir in
|
H A D | popd | 10 case $dir in 25 case $1 in 46 case $dir in 51 case $dir in 58 case $type in 85 case $1 in 88 case $dir in
|
H A D | pushd | 10 case $dir in 25 case $1 in 46 case $dir in 51 case $dir in 58 case $type in 85 case $1 in 88 case $dir in
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | ccode | 23 case 0137: 26 case 0176: 29 case 0241: 32 case 0025: 38 case 0272: 48 case 0377: 54 case 0301:
|
H A D | locale | 9 case $3 in 21 case $str in 24 case $str in
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | null.test | 58 select ifnull(case when b<>0 then 1 else 0 end, 99) from t1; 63 select ifnull(case when not b<>0 then 1 else 0 end, 99) from t1; 68 select ifnull(case when b<>0 and c<>0 then 1 else 0 end, 99) from t1; 73 select ifnull(case when not (b<>0 and c<>0) then 1 else 0 end, 99) from t1; 78 select ifnull(case when b<>0 or c<>0 then 1 else 0 end, 99) from t1; 83 select ifnull(case when not (b<>0 or c<>0) then 1 else 0 end, 99) from t1; 88 select ifnull(case b when c then 1 else 0 end, 99) from t1; 93 select ifnull(case c when b then 1 else 0 end, 99) from t1;
|
/illumos-gate/usr/src/cmd/vgrind/ |
H A D | vgrindefs.src | 26 :bb=\dbeginproc|space|case\d:be=\dendproc|end\d|;:\ 28 :kw=abs and array beginproc boolean by case cdnl char copied dispose\ 43 :kw=and array assert begin case const div do downto else end file for\ 50 :kw=asm auto break case char continue default do double else enum\ 65 :kw=break case cd continue do done \ 73 :kw=alias alloc break breaksw case cd chdir continue default\ 94 :kw=break by case create default do dynamic else end every external\ 105 :kw=DRETURN DRIVER arith break case character default define do\ 111 :bb=\d(begin|case|for|if|loop|record|repeat|while|with)\d:\ 117 :kw=and array begin by case const\ [all …]
|
/illumos-gate/usr/src/cmd/fs.d/smbclnt/smbutil/ |
H A D | srvsvc1.ndl | 47 * case 0: struct { 52 * case 1: struct { 115 * case 100: _SERVER_INFO_100 * p100; 116 * case 101: _SERVER_INFO_101 * p101; 117 * case 102: _SERVER_INFO_102 * p102;
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/ |
H A D | shtests | 69 do case $state in 70 INIT) case $data in 76 ERROR) case $data in 86 FRAME) case $data in 114 KEEP) case $data in 144 SKIP) case $data in 150 WHAT) case $data in 177 do case $OPT in 245 case $0 in 250 case $SHELL in
|
/illumos-gate/usr/src/cmd/smbsrv/testoplock/ |
H A D | case08.txt | 1 # Input for testoplock, case 08 3 # sub-case: "R" "RH" "RW" "R"
|
/illumos-gate/usr/src/contrib/ast/src/lib/libdll/features/ |
H A D | dll | 27 case $lib in 34 case $lib in 44 case $lib in 51 case $lib in 54 case $lib in 56 case `package` in 66 case $abi in
|
/illumos-gate/usr/src/test/elf-tests/tests/capabilities/ |
H A D | objcap.ksh | 229 pass "exec prog $case" 231 warn "exec prog $case returned $ret, expected 0" 233 warn "exec prog $case returned $ret, expected non-zero" 235 pass "exec prog $case"
|
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/features/ |
H A D | utsname | 8 case $u in 11 case $u in
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/ |
H A D | data-structures.txt | 7 …ression, which primarily includes control flow statements such as if, loops, switch/case, and goto. 12 When you look at a loop body, if or else body, or case body, you'll notice that they just have a st… 19 Most of the interesting bits come in the NS_SYMBOL case. 37 …ock leading up to the branch, a basic block for the true case, a basic block for the false case, a… 38 Either the true or the false case may not exist.
|
/illumos-gate/usr/src/cmd/sendmail/cf/mailer/ |
H A D | uucp.m4 | 35 # handle error address as a special case 50 R! $+ $: $k ! $1 in case $U undefined 84 R! $+ $: $k ! $1 in case $U undefined 93 # handle error address as a special case 104 # handle error address as a special case
|