HomeSort by relevance Sort by last modified time
    Searched refs:u2 (Results 1 - 25 of 215) sorted by null

1 2 3 4 5 6 7 8 9

  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/usdt/
tst.eliminate.ksh 52 print -u2 "failed to generate header file"
77 print -u2 "failed to compile test.c"
82 print -u2 "failed to create DOF"
87 print -u2 "failed to link final executable"
93 print -u2 "no temporary symbols in the object file"
99 print -u2 "failed to eliminate temporary symbols"
tst.onlyenabled.ksh 47 print -u2 "failed to generate header file"
67 print -u2 "failed to compile test.c"
72 print -u2 "failed to create DOF"
77 print -u2 "failed to link final executable"
tst.badguess.ksh 47 print -u2 "failed to generate header file"
66 print -u2 "failed to compile test.c 64-bit"
71 print -u2 "failed to compile test.c 32-bit"
77 print -u2 "DOF generation failed to generate a warning"
tst.enabled.ksh 47 print -u2 "failed to generate header file"
66 print -u2 "failed to compile test.c"
71 print -u2 "failed to create DOF"
76 print -u2 "failed to link final executable"
tst.header.ksh 50 print -u2 "failed to generate header file"
70 print -u2 "failed to compile test.c"
75 print -u2 "failed to create DOF"
80 print -u2 "failed to link final executable"
tst.user.ksh 48 print -u2 "failed to generate header file"
67 print -u2 "failed to compile test.c"
72 print -u2 "failed to create DOF"
77 print -u2 "failed to link final executable"
tst.nodtrace.ksh 53 print -u2 "failed to generate header file"
75 print -u2 "failed to compile test.c"
80 print -u2 "failed to link final executable"
tst.reeval.ksh 57 print -u2 "failed to compile test.c"
62 print -u2 "failed to create DOF"
67 print -u2 "failed to link final executable"
tst.andpid.ksh 42 print -u2 "dtrace failed"
  /onnv/onnv-gate/usr/src/lib/libshell/common/tests/
sun_solaris_cr_6777491_lacks_arithmetric_function_iszero.sh 63 print -u2 -n "\t"
64 print -u2 -r ${Command}[$1]: "${@:2}"
sun_solaris_cr_6805794_character_to_wchar_not_working.sh 79 print -u2 -n "\t"
80 print -u2 -r ${Command}[$1]: "${@:2}"
sun_solaris_cr_6881017_background_process_in_subshell_hangs_caller.sh 59 print -u2 -n "\t"
60 print -u2 -r ${Command}[$1]: "${@:2}"
sun_solaris_local_compound_nameref001.sh 34 print -u2 -n "\t"
35 print -u2 -r ${Command}[$1]: "${@:2}"
sun_solaris_cr_6769332_substitutions_terminate_shell_after_257_iterations.sh 60 # x=$(f1 "$h" "$l" "$g" d e "$l") || print -u2 "$g/$h: fail"
70 # f1 "$g" "$l" "$g" d e "$l" || print -u2 "$g: fail0"
82 print -u2 -n "\t"
83 print -u2 -r ${Command}[$1]: "${@:2}"
105 x=\$(f1 "\$h" "\$l" "\$g" d e "\$l") || print -u2 "\$g/\$h: fail"
115 f1 "\$g" "\$l" "\$g" d e "\$l" || print -u2 "\$g: fail0"
sun_solaris_cr_6754020_weird_square_bracket_expansion.sh 51 print -u2 -n "\t"
52 print -u2 -r ${Command}[$1]: "${@:2}"
sun_solaris_cr_6848486_echo_test_with_test_undefined_executes_test_builtin.sh 62 print -u2 -n "\t"
63 print -u2 -r ${Command}[$1]: "${@:2}"
  /onnv/onnv-gate/usr/src/lib/libast/common/features/
align.c 39 char* u2; member in union:_u_
77 u.u2 = u.u4;
78 v.u2 = u.u2 + 1;
80 v.u2 = u.u2 + 2;
87 u.u2 = u.u4 + j;
91 v.u2 = u.u2 + i;
101 u.u2 = u.u4 + k
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/ip/
tst.ipv4remoteudp.ksh 48 print -u2 "expected one argument: <dtrace-path>"
56 print -u2 "could not find or execute sub program: $getaddr"
tst.ipv6remoteicmp.ksh 42 print -u2 "expected one argument: <dtrace-path>"
50 print -u2 "could not find or execute sub program: $getaddr"
56 print -u2 "host. Aborting test.\n"
58 print -u2 "must respond with a\nremote IPv6 host."
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/scripting/
tst.ppid.ksh 72 print -u2 "chmod 555 $dfilename failed"
81 print -u2 "Error in executing $dfilename"
tst.stringmacro.ksh 68 print -u2 "Error in executing $dfilename"
73 print -u2 "Expected output not returned"
tst.egid.ksh 74 print -u2 "chmod $dfilename failed"
82 print -u2 "unable to get uid of the current process with pid = $$"
90 print -u2 "Error in executing $dfilename"
  /onnv/onnv-gate/usr/src/lib/libast/common/uwin/
log.c 382 double F, f, g, q, u, u2, v, zero = 0.0, one = 1.0; local
432 u2 = (2.0*(f - F*u1) - u1*f) * g;
433 /* u1 + u2 = 2f/(2F+f) to extra precision. */
440 u2 = (u2 + logF_tail[j]) + q; /* tiny */
441 u2 += logF_tail[N]*m;
442 return (u1 + u2);
459 double F, f, g, q, u, v, u2, one = 1.0; local
484 u2 = (2.0*(f - F*u1) - u1*f) * g;
488 u2 += logF_tail[j]; u2 += q
    [all...]
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/printf/
tst.printT.ksh 52 print -u2 "dtrace failed"
tst.printY.ksh 52 print -u2 "dtrace failed"

Completed in 540 milliseconds

1 2 3 4 5 6 7 8 9