/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_rename/ |
H A D | zfs_rename_mountpoint.ksh | 31 # 3. Rename mountpoint and verify all child datasets are renamed 39 zfs destroy -fR $TESTPOOL/renamed 63 log_must zfs rename $TESTPOOL/rename_test $TESTPOOL/renamed 70 log_must zfs list $TESTPOOL/renamed 71 log_must zfs list $TESTPOOL/renamed/ds 72 log_must zfs list $TESTPOOL/renamed/child 73 log_must zfs list $TESTPOOL/renamed/child/grandchild 75 if ! ismounted $TESTPOOL/renamed; then 76 log_must zfs get all $TESTPOOL/renamed 77 log_fail "$TESTPOOL/renamed is not mounted" [all …]
|
H A D | zfs_rename_nounmount.ksh | 40 zfs destroy -fR $TESTPOOL/renamed 65 log_mustnot zfs rename $TESTPOOL/rename_test $TESTPOOL/renamed 66 log_must zfs rename -u $TESTPOOL/rename_test $TESTPOOL/renamed 72 log_must zfs list $TESTPOOL/renamed 73 log_must zfs list $TESTPOOL/renamed/child 74 log_must zfs list $TESTPOOL/renamed/child/grandchild 77 -v genpat=$TESTPOOL/renamed \
|
/freebsd/tests/sys/cddl/zfs/tests/zvol/zvol_misc/ |
H A D | zvol_misc_008_pos.ksh | 48 # - Destroy the renamed root. 139 renamed=${root}_renamed 140 log_must $ZFS rename $root $renamed 142 test_exists $renamed/vol1 $renamed/vol2 $renamed/vol2@newsnap 143 test_notexists $root/vol1 $renamed/vol1@snap $renamed/vol1@newsnap 146 test_exists $renamed/$vol $renamed/$vol@snap 149 log_must $ZFS destroy -r $renamed 150 test_notexists $renamed/vol0 $renamed/vol1 $renamed/vol2
|
/freebsd/contrib/libarchive/tar/test/ |
H A D | test_option_s.c | 105 * Test 6: symlinks get renamed by default in DEFINE_TEST() 130 systemf("%s -cf - in/d1 | %s -xf - -s /realfile/realfile-renamed/ -C test7a", in DEFINE_TEST() 132 assertFileContents("realfile", 8, "test7a/in/d1/realfile-renamed"); in DEFINE_TEST() 134 assertIsSymlink("test7a/in/d1/symlink", "realfile-renamed", 0); in DEFINE_TEST() 137 systemf("%s -cf - -s /realfile/realfile-renamed/ in/d1 | %s -xf - -C test7b", in DEFINE_TEST() 139 assertFileContents("realfile", 8, "test7b/in/d1/realfile-renamed"); in DEFINE_TEST() 141 assertIsSymlink("test7b/in/d1/symlink", "realfile-renamed", 0); in DEFINE_TEST() 145 * Test 8: hardlinks get renamed by default in DEFINE_TEST() 164 systemf("%s -xf test9a.tar -s /hardlink1/hardlink1-renamed/ -C test9a", in DEFINE_TEST() 166 assertIsHardlink("test9a/in/d1/hardlink1-renamed", "test9a/in/d1/hardlink2"); in DEFINE_TEST() [all …]
|
/freebsd/bin/sh/ |
H A D | redir.c | 65 int renamed[10]; member 120 sv->renamed[i] = EMPTY; in redirect() 136 if ((flags & REDIR_PUSH) && sv->renamed[fd] == EMPTY) { in redirect() 149 sv->renamed[fd] = i; in redirect() 316 if (rp->renamed[i] != EMPTY) { in popredir() 317 if (rp->renamed[i] >= 0) { in popredir() 318 dup2(rp->renamed[i], i); in popredir() 319 close(rp->renamed[i]); in popredir() 351 if (rp->renamed[i] >= 0) { in clearredir() 352 close(rp->renamed[i]); in clearredir() [all …]
|
/freebsd/crypto/krb5/src/include/gssrpc/ |
H A D | svc_auth.h | 75 /* RENAMED: should be _authenticate. */ 87 /* RENAMED: should be _svcauth_none. */ 91 /* RENAMED: should be _svcauth_unix. */ 95 /* RENAMED: should be _svcauth_short. */ 99 /* RENAMED: should be _svcauth_gssapi. */
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_005_pos.ksh | 38 # Destroyed pools devices was renamed, it still can be imported correctly. 60 log_assert "Destroyed pools devices was renamed, it still can be imported " \ 73 log_note "Part of devices was renamed in the same directory." 86 log_pass "Destroyed pools devices was renamed, 'zpool import -D' passed."
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/snapshot/ |
H A D | snapshot_016_pos.ksh | 39 # Verify renamed snapshots via mv can be destroyed 44 # 2. Verify destroying the renamed snapshot via 'zfs destroy' succeeds 62 log_assert "Verify renamed snapshots via mv can be destroyed." 97 log_pass "Verify renamed snapshots via mv can be destroyed."
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/limits/ |
H A D | snapshot_count.ksh | 72 log_must zfs create "$DATASET_TEST/renamed" 73 log_must zfs snapshot "$DATASET_TEST/renamed@snap" 74 log_must zfs rename "$DATASET_TEST/renamed" "$DATASET_UTIL/renamed"
|
/freebsd/contrib/netbsd-tests/kernel/kqueue/ |
H A D | t_vnode.c | 136 "'foo' if a directory 'foo/bar' is renamed to 'foo/baz'."); in ATF_TC_HEAD() 160 "'foo' if a file 'foo/baz' is renamed to 'foo/qux'."); in ATF_TC_HEAD() 231 "'foo' if a directory 'bar' is renamed to 'foo/bar'."); in ATF_TC_HEAD() 255 "'foo' if a directory 'foo/bar' is renamed to 'bar'."); in ATF_TC_HEAD() 373 "'foo' if a directory 'bar' is renamed to 'foo/bar'."); in ATF_TC_HEAD() 397 "'foo' if a directory 'foo/bar' is renamed to 'bar'."); in ATF_TC_HEAD() 421 "'foo' if a directory 'foo/bar' is renamed to 'foo/baz'."); in ATF_TC_HEAD() 445 "'foo' if a file 'qux' is renamed to 'foo/baz'."); in ATF_TC_HEAD() 469 "'foo' if a file 'foo/baz' is renamed to 'qux'."); in ATF_TC_HEAD() 493 "'foo' if a file 'foo/baz' is renamed to 'foo/qux'."); in ATF_TC_HEAD()
|
/freebsd/contrib/diff/ |
H A D | NEWS | 55 * cmp's old -c or --print-chars option has been renamed; 211 * diff options renamed: 212 --label renamed from --file-label 213 --forward-ed renamed from --reversed-ed 214 --paginate renamed from --print 215 --entire-new-file renamed from --entire-new-files 216 --new-file renamed from --new-files
|
H A D | ChangeLog | 133 (failed_locale_specific_sorting): Renamed from failed_strcoll. 150 (check_child_status): Renamed from ck_editor_status, and 168 (lin_is_printable_as_long_int): Renamed from lin_is_printable_as_long. 310 (AC_CONFIG_LINKS): regex.hin renamed from regex_.h. 315 (Specified Lines): Renamed from Specified Folding. 323 (noinst_HEADERS): fnmatch_.h renamed from fnmatch.hin. 324 regex_.h renamed from regex.hin. 382 * lib/regex_.h: Renamed from lib/regex.hin. 393 * m4/gnu-source.m4: Likewise, for AC_GNU_SOURCE (renamed from 396 * m4/mbstate_t.m4 (AC_TYPE_MBSTATE_T): Renamed from AC_MBSTATE_T. [all …]
|
/freebsd/tests/sys/cddl/zfs/tests/snapshot/ |
H A D | snapshot_016_pos.ksh | 36 # Verify renamed snapshots via mv can be destroyed 41 # 2. Verify destroying the renamed snapshot via 'zfs destroy' succeeds 73 log_assert "Verify renamed snapshots via mv can be destroyed." 111 log_pass "Verify renamed snapshots via mv can be destroyed."
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/ |
H A D | zpool_import_005_pos.ksh | 36 # Destroyed pools devices was renamed, it still can be imported correctly. 67 log_assert "Destroyed pools devices was renamed, it still can be imported " \ 78 log_note "Testing some devices renamed in the same directory." 107 log_pass "Destroyed pools devices was renamed, 'zpool import -D' passed."
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rootpool/ |
H A D | rootpool_003_neg.ksh | 38 # system related filesystems can not be renamed or destroyed 51 log_assert "system related filesystems can not be renamed or destroyed" 62 log_pass "system related filesystems can not be renamed or destroyed"
|
/freebsd/share/man/man9/ |
H A D | kthread.9 | 70 functions was renamed to be the 82 man page for more information on the renamed calls. 326 call was renamed to 330 The old functionality of creating a kernel process was renamed
|
/freebsd/contrib/openbsm/bin/auditdistd/ |
H A D | trail.c | 172 * Find trail file by first part of the name in case it was renamed. 174 * can be renamed when hosts are disconnected from .not_terminated 229 /* File was renamed. Retry with new name. */ in trail_start() 231 "Trail file was renamed since last connection to \"%s/%s\".", in trail_start() 376 * The .not_terminated file was most likely renamed. in trail_next() 381 "Unable to open \"%s/%s\", most likely renamed in the meantime, retrying.", in trail_next() 462 * exists (ie. wasn't renamed). 489 pjdlog_debug(1, "Trail file \"%s/%s\" was renamed to \"%s/%s\".", in trail_switch() 568 * If two names are given, check if the first name can be renamed
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/Rename/ |
H A D | SymbolOccurrences.h | 42 /// This occurrence is an exact match and can be renamed automatically. 52 /// return MACRO(var); // var is renamed automatically here when 53 /// // either var or ns::var is renamed.
|
/freebsd/contrib/one-true-awk/ |
H A D | ChangeLog | 40 * README: Renamed to ... 190 * regdir/Compare.T1: Renamed from regdir/Compare.T. 191 * regdir/t.delete0: Renamed from regdir/t.delete. 192 * regdir/t.getline1: Renamed from regdir/t.getline. 193 * regdir/t.redir1: Renamed from regdir/t.redir. 194 * regdir/t.split1: Renamed from regdir/t.split. 195 * regdir/t.sub0: Renamed from regdir/t.sub.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionImportUtils.h | 60 /// leader was promoted and renamed). Maps from original COMDAT to one 68 /// Check if the given value is a local that can't be renamed (promoted). 83 /// Get the name for a local SGV that should be promoted and renamed to global 127 /// exported local functions renamed and promoted for ThinLTO.
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_rename/ |
H A D | zfs_rename_009_neg.ksh | 37 # snapshots is renamed. 43 # 4. Verify none of the snapshots is renamed. 79 # Check datasets, make sure none of them was renamed.
|
/freebsd/tests/sys/audit/ |
H A D | file-delete.c | 96 ATF_REQUIRE_EQ(0, rename(path, "renamed")); in ATF_TC_BODY() 118 ATF_REQUIRE_EQ(-1, rename(path, "renamed")); in ATF_TC_BODY() 139 ATF_REQUIRE_EQ(0, renameat(AT_FDCWD, path, AT_FDCWD, "renamed")); in ATF_TC_BODY() 161 ATF_REQUIRE_EQ(-1, renameat(AT_FDCWD, path, AT_FDCWD, "renamed")); in ATF_TC_BODY()
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zfs-rename.8 | 90 Snapshots can only be renamed within the parent file system or volume. 93 Renamed file systems can inherit new mount points, in which case they are 123 Snapshots are the only dataset that can be renamed recursively.
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/ |
H A D | zfs_rename_001_neg.ksh | 43 # 2. Verify that the renamed dataset does not exist. 54 log_fail "The dataset $TESTPOOL/$TESTFS/renameme was renamed!"
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | MetaRenamer.cpp | 40 cl::desc("Prefixes for functions that don't need to be renamed, separated " 46 cl::desc("Prefixes for aliases that don't need to be renamed, separated " 53 "Prefixes for global values that don't need to be renamed, separated " 59 cl::desc("Prefixes for structs that don't need to be renamed, separated "
|