/freebsd/contrib/atf/atf-sh/ |
H A D | atf_check_test.sh | 40 grep 'Executing command.*true' stdout >/dev/null || \ 45 grep 'Executing command.*false' stdout >/dev/null || \ 62 grep 'Executing command.*echo bar' stdout >/dev/null || \ 87 grep 'Executing command.*echo bar' stdout >/dev/null || \ 111 grep 'Executing command.*echo.*These.*contents' stdout >/dev/null || \ 133 grep 'Executing command.*echo.*These.*contents' stdout >/dev/null || \ 204 grep 'Executing command.*true' out \ 206 grep 'Executing command.*false' out \
|
/freebsd/share/doc/pjdfstest/ |
H A D | README | 5 Method 1. Executing with default configuration (kyua work directory) 14 Executing the commands as shown above will run pjdfstest in the kyua work 19 Method 2. Executing with a specific filesystem path (in this case /mnt) 32 Method 3. Executing pjdfstest with prove
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ASYNC_start_job.pod | 97 a pointer to the currently executing B<ASYNC_JOB>. If no job is currently 98 executing then this will return NULL. 100 If executing within the context of a job (i.e. having been called directly or 160 ASYNC_get_current_job returns a pointer to the currently executing B<ASYNC_JOB> 210 printf("Executing within a job\n"); 212 printf("Not executing within a job - should not happen\n"); 304 The expected output from executing the above example program is: 307 Executing within a job
|
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | FrontendActions.h | 40 /// This is called before executing the action on any inputs. This generates a 42 /// list with it before actually executing the action. 45 /// Called after executing the action on the synthesized input buffer. 79 /// Called after executing the action on the synthesized input buffer.
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_upgrade/ |
H A D | zfs_upgrade_test.sh | 30 atf_set "descr" "Executing 'zfs upgrade' command succeeds." 56 atf_set "descr" "Executing 'zfs upgrade -v' command succeeds." 82 atf_set "descr" "Executing 'zfs upgrade [-V version] filesystem' command succeeds." 108 atf_set "descr" "Executing 'zfs upgrade -r [-V version] filesystem' command succeeds." 134 atf_set "descr" "Executing 'zfs upgrade [-V version] -a' command succeeds."
|
/freebsd/tests/sys/cddl/zfs/tests/inheritance/ |
H A D | state016.cfg | 28 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy 34 # Executing 'zfs inherit -r' at the bottom and middle levels after executing
|
H A D | state018.cfg | 28 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy 35 # Executing 'zfs inherit -r' at the middle and bottom levels after executing
|
H A D | state023.cfg | 28 # Verify that executing 'zfs inherit' at the top level in the hierarchy 32 # Executing 'zfs inherit' at the middle level results in it inheriting 35 # Executing 'zfs inherit' at the bottom level results in it inheriting
|
H A D | state015.cfg | 28 # Verify that executing 'zfs inherit' at the top level in the hierarchy 33 # Executing 'zfs inherit' at the middle level results in the middle level 37 # Executing 'zfs inherit' at the bottom level is somewhat redundant but
|
H A D | state017.cfg | 28 # Verify that executing 'zfs inherit' at the top level in the hierarchy 34 # Executing 'zfs inherit' at the middle level results in the middle level 38 # Executing 'zfs inherit' at the bottom level is somewhat redundant but
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/ |
H A D | state023.cfg | 34 # Verify that executing 'zfs inherit' at the top level in the hierarchy 38 # Executing 'zfs inherit' at the middle level results in it inheriting 41 # Executing 'zfs inherit' at the bottom level results in it inheriting
|
H A D | state015.cfg | 34 # Verify that executing 'zfs inherit' at the top level in the hierarchy 39 # Executing 'zfs inherit' at the middle level results in the middle level 43 # Executing 'zfs inherit' at the bottom level is somewhat redundant but
|
H A D | state016.cfg | 34 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy 40 # Executing 'zfs inherit -r' at the bottom and middle levels after executing
|
H A D | state017.cfg | 34 # Verify that executing 'zfs inherit' at the top level in the hierarchy 40 # Executing 'zfs inherit' at the middle level results in the middle level 44 # Executing 'zfs inherit' at the bottom level is somewhat redundant but
|
H A D | state018.cfg | 34 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy 41 # Executing 'zfs inherit -r' at the middle and bottom levels after executing
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zpool_list/ |
H A D | zpool_list_002_neg.ksh | 37 # Executing 'zpool list' command with bad options fails. 50 log_assert "Executing 'zpool list' with bad options fails" 58 log_pass "Executing 'zpool list' with bad options fails"
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | ASYNC_start_job.3 | 224 a pointer to the currently executing \fB\s-1ASYNC_JOB\s0\fR. If no job is currently 225 executing then this will return \s-1NULL.\s0 227 If executing within the context of a job (i.e. having been called directly or 286 ASYNC_get_current_job returns a pointer to the currently executing \fB\s-1ASYNC_JOB\s0\fR 335 \& printf("Executing within a job\en"); 337 \& printf("Not executing within a job \- should not happen\en"); 430 The expected output from executing the above example program is: 434 \& Executing within a job
|
/freebsd/sys/contrib/dev/acpica/components/dispatcher/ |
H A D | dsdebug.c | 230 * Op - Executing parse op 262 /* We may be executing a deferred opcode */ in AcpiDsDumpMethodStack() 267 "Executing subtree for Buffer/Package/Region\n")); in AcpiDsDumpMethodStack() 272 * If there is no Thread, we are not actually executing a method. in AcpiDsDumpMethodStack() 290 /* Display stack of executing methods */ in AcpiDsDumpMethodStack() 309 " Method [%4.4s] executing: ", in AcpiDsDumpMethodStack() 312 /* First method is the currently executing method */ in AcpiDsDumpMethodStack() 318 /* Display currently executing ASL statement */ in AcpiDsDumpMethodStack()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_upgrade/ |
H A D | zfs_upgrade_002_pos.ksh | 38 # Executing 'zfs upgrade -v ' command succeeds, it should 55 log_assert "Executing 'zfs upgrade -v' command succeeds." 68 log_pass "Executing 'zfs upgrade -v' command succeeds."
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/zpool_iostat/ |
H A D | zpool_iostat_003_neg.ksh | 37 # Executing 'zpool iostat' command with bad options fails. 59 log_assert "Executing 'zpool iostat' with bad options fails" 68 log_pass "Executing 'zpool iostat' with bad options fails"
|
H A D | zpool_iostat_004_pos.ksh | 39 # Executing 'zpool iostat' command with various combinations of extended 67 log_assert "Executing 'zpool iostat' with extended stat options succeeds" 77 log_pass "Executing 'zpool iostat' with extended stat options succeeds"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
H A D | zpool_import_002_neg.ksh | 38 # Executing 'zpool import' as regular user should denied. 57 log_assert "Executing 'zpool import' by regular user fails" 65 log_pass "Executing 'zpool import' by regular user fails as expected."
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_cli/ |
H A D | zvol_cli_001_pos.ksh | 37 # Executing well-formed 'zfs list' commands should return success 56 log_assert "Executing well-formed 'zfs list' commands should return success" 64 log_pass "Executing zfs list on volume works as expected"
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
H A D | zpool_upgrade_001_pos.ksh | 38 # Executing 'zpool upgrade -v' command succeeds, prints a description of legacy 54 log_assert "Executing 'zpool upgrade -v' command succeeds" 79 log_pass "Executing 'zpool upgrade -v' command succeeds"
|
/freebsd/tests/sys/cddl/zfs/tests/cli_user/misc/ |
H A D | zpool_import_002_neg.ksh | 36 # Executing 'zpool import' as regular user should denied. 64 log_assert "Executing 'zpool import' by regular user fails" 72 log_pass "Executing 'zpool import' by regular user fails as expected."
|