Home
last modified time | relevance | path

Searched refs:passed (Results 1 – 25 of 108) sorted by relevance

12345

/illumos-gate/usr/src/test/util-tests/tests/awk/gnu/
H A Dlocalenl.ok1 LC_ALL=C passed
2 LC_ALL=POSIX passed
3 LC_ALL=en_US.ISO8859-1 passed
4 LC_ALL=en_US.UTF-8 passed
H A Dlocalenl.sh74 echo LC_ALL=$LC_ALL passed
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dcommon.c236 int i, passed = 1; in add_supported_locales() local
242 for (i = 0; ((passed == 1) && (name[i] != '\0')); i++) { in add_supported_locales()
248 passed = 0; in add_supported_locales()
251 if ((passed == 1) && in add_supported_locales()
/illumos-gate/usr/src/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl257 my($passed) = 0;
541 $passed = ($total - $failed - $bypassed);
543 "passed" => $passed,
716 my $passed = $results{$key}{"passed"};
722 logmsg(" passed: " . $passed . "\n");
/illumos-gate/usr/src/test/zfs-tests/include/
H A Dmath.shlib21 # Do $action if the calculated percentage is greater or equal to that passed in:
23 # Do $action if the calculated percentage is less than that passed in:
50 # Do $action if value is within the tolerance from target passed in:
52 # Do $action if value surpasses the tolerance from target passed in:
H A Dzpool_script.shlib47 log_note "'$wholecmd' passed ($newcols new columns)"
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/profile-n/
H A Dtst.argtest.d.out1 Test passed; either arg0/arg1 is zero
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_function_hooks.c551 struct range_list *passed; in impossible_limit() local
565 if (!get_implied_rl(arg, &passed)) in impossible_limit()
582 passed = estate_rl(state); in impossible_limit()
583 if (!passed || is_whole_rl(passed)) { in impossible_limit()
591 passed = cast_rl(compare_type, passed); in impossible_limit()
595 if (possibly_true_rl(passed, SPECIAL_EQUAL, limit)) in impossible_limit()
598 sm_msg("impossible: %d '%s' limit '%s' == '%s'", param, key, show_rl(passed), value); in impossible_limit()
/illumos-gate/usr/src/cmd/svc/milestone/
H A Dmake-console-login-xml121 <!-- these are passed to ttymon in the method script.
122 note that value_authorization is not passed to ttymon
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Duser_property_003_neg.ksh67 log_pass "ZFS can handle invalid user property passed."
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_rename/
H A Dzfs_rename_009_neg.ksh101 log_pass "zfs rename -r failed, when snapshot name is already existing passed."
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Duse_client_ptr.m418 # is passed in as its first argument.
/illumos-gate/usr/src/test/util-tests/tests/mdb/
H A DREADME14 o mdb - Indicating that the file should be passed as standard input to mdb
H A Dmdbtest178 Tests passed: $mt_tsuc
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dtvlib16 #define _lib_clock_gettime 1 /* execute{\ passed */
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dtvlib16 #define _lib_clock_gettime 1 /* execute{\ passed */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dtvlib16 #define _lib_clock_gettime 1 /* execute{\ passed */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dtvlib16 #define _lib_clock_gettime 1 /* execute{\ passed */
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c559 int passed; member
1085 state.passed++; in extract()
1358 testno = state.errors = state.ignored = state.lineno = state.passed = in main()
1702 state.verify = state.passed; in main()
1787 if (state.passed == state.verify && i > 1) in main()
1791 else if (state.passed > state.verify) in main()
1796 if (state.passed == state.verify) in main()
1798 state.passed = state.verify; in main()
/illumos-gate/usr/src/cmd/bnu/
H A DDialcodes32 # that is passed to the dialer when that particular Systems
/illumos-gate/usr/src/test/test-runner/stf/contrib/include/
H A Dctiutils.shlib105 # cti_lf_checkargs() - check number of arguments passed to a shell function.
111 # Returns 0 if the expected number of arguments were passed, non-zero
579 # Verify the correct number of arguments were passed.
677 # finish Exit the expect script here - the test has passed.
690 # Verify the correct number of arguments were passed.
808 # Verify the correct number of arguments were passed.
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Task/pod/
H A DTask.pod30 parameter must be C<TASK_NORMAL> or C<TASK_FINAL>. The parameters are passed
/illumos-gate/usr/src/cmd/initpkg/
H A Dinittab29 # For modifying parameters passed to ttymon, use svccfg(8) to modify
/illumos-gate/usr/src/lib/cfgadm_plugins/usb/
H A Dusb.xcl107 msgid "verify_params: dynamic ap_id passed\n"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_reopen/
H A Dzpool_reopen.shlib62 # The passed function is executed with pool name as argument

12345