Searched refs:cz (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_compound_misc.sh92 cz="$(typeset -p vz)" ; cz="${cz//vz/tt}"
94 [[ "$cx" == "$cz" ]] || err_exit "'$cx' != '$cz'"
95 [[ "$cy" == "$cz" ]] || err_exit "'$cy' != '$cz'"
99 count_brackets "$cz" || err_exit "Brackets not balanced for '$cz'"
109 cz
[all...]
/illumos-gate/usr/src/cmd/hwdata/
H A DMakefile56 PCIURL=http://pci-ids.ucw.cz/v2.2/pci.ids
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dfmal.c98 int cx, cy, cz; local
155 cz = 3;
157 cz = 2;
159 cz = (zz.i[1] | zz.i[2] | zz.i[3]) ? 1 : 0;
161 cz = 1;
168 if (cx != 1 || cy != 1 || cz != 1) {
189 if (cz == 3) {
203 if (cz == 2) {
225 if (cz == 2) {
236 if (cz
[all...]

Completed in 105 milliseconds