/freebsd/contrib/libarchive/tar/test/ |
H A D | test_symlink_dir.c | 10 * tar -x -P should follow existing symlinks for dirs, but not other 47 /* "dir" is a symlink to an existing "dest1/real_dir" */ in DEFINE_TEST() 51 /* "dir2" is a symlink to a non-existing "real_dir2" */ in DEFINE_TEST() 56 /* "dir3" is a symlink to an existing "non_dir3" */ in DEFINE_TEST() 60 /* "file" is a symlink to existing "real_file" */ in DEFINE_TEST() 64 /* "file2" is a symlink to non-existing "real_file2" */ in DEFINE_TEST() 79 failure("Symlink to existing file should be replaced"); in DEFINE_TEST() 82 failure("Symlink to non-existing file should be replaced"); in DEFINE_TEST() 89 /* "dir" is a symlink to existing "real_dir" */ in DEFINE_TEST() 93 /* "dir2" is a symlink to a non-existing "real_dir2" */ in DEFINE_TEST() [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/bclone/ |
H A D | bclone_corner_cases.kshlib | 93 typeset -r existing=$1 95 case "$existing" in 112 log_fail "invalid existing: $existing" 206 typeset cached existing 233 for existing in "no" "small empty" "full empty" "small data" "full data"; do 274 create_existing "$existing" 286 …log_note "existing: $existing / cached: $cached / first_clone: $first_clone / first_overwrite: $fi… 288 …log_fail "FAIL: existing: $existing / cached: $cached / first_clone: $first_clone / first_overwrit… 296 …log_note "existing: $existing / cached: $cached / first_clone: $first_clone / first_overwrite: $fi… 298 …log_fail "FAIL: existing: $existing / cached: $cached / first_clone: $first_clone / first_overwrit… [all …]
|
/freebsd/sys/contrib/openzfs/man/man8/ |
H A D | zpool-attach.8 | 36 .Nd attach new device to existing ZFS vdev 47 to the existing 49 The behavior differs depending on if the existing 53 If the existing vdev is a mirror or plain device 55 the new device will be mirrored with the existing vdev, a resilver will be 75 If the existing vdev is a RAID-Z device 80 The expansion entails reading all allocated space from existing disks in the
|
/freebsd/crypto/openssh/ |
H A D | srclimit.c | 349 struct penalty *penalty = NULL, *existing = NULL; in srclimit_penalise() local 423 if ((existing = RB_INSERT(penalties_by_addr, by_addr, in srclimit_penalise() 438 existing->active ? "active" : "inactive", t, in srclimit_penalise() 439 addrnetmask, (long long)(existing->expiry - now)); in srclimit_penalise() 441 if (RB_REMOVE(penalties_by_expiry, by_expiry, existing) != existing) in srclimit_penalise() 444 existing->expiry += penalty_secs; in srclimit_penalise() 445 if (existing->expiry - now > penalty_cfg.penalty_max) in srclimit_penalise() 446 existing->expiry = now + penalty_cfg.penalty_max; in srclimit_penalise() 447 if (existing->expiry - now > penalty_cfg.penalty_min && in srclimit_penalise() 448 !existing->active) { in srclimit_penalise() [all …]
|
/freebsd/usr.sbin/pw/ |
H A D | pw.8 | 343 For example, when changing the uid of an existing user with 440 this may also be of use when moving an existing user's home directory elsewhere 455 existing configuration files in the user's home directory are 572 to create a new account that duplicates an existing user id. 785 This option allows changing of an existing account name to 788 existing account name will be rejected. 853 against a new group or when changing the uid of an existing group. 855 This option provides an alternative way to add existing users to a 858 or replace an existing membership list 861 is a comma, space, or tab-separated list of valid and existing user names or [all …]
|
/freebsd/lib/geom/concat/ |
H A D | gconcat.8 | 117 Append a new device to the end of an existing concatenate device 121 If the existing device is using the 125 If the existing device is using the 130 metadata is written to all existing components, as well as to the 139 Turn off existing concatenate device by its 207 Add two more disks and extend existing file system.
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zfs_mount/ |
H A D | zfs_mount_006_pos.ksh | 38 # which mountpoint be the identical or the top of an existing one, 42 # 1. Prepare an existing mounted filesystem. 79 "which mountpoint be the identical or the top of an existing one " \ 113 "which mountpoint be the identical of an existing one " \ 126 "which mountpoint be the top of an existing one " \ 132 "which mountpoint be the identical or the top of an existing one " \
|
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_util.c | 55 * Prepend the specified existing element to the given ctf_list_t. The 56 * existing pointer should be pointing at a struct with embedded ctf_list_t. 75 * Delete the specified existing element from the given ctf_list_t. The 76 * existing pointer should be pointing at a struct with embedded ctf_list_t. 79 ctf_list_delete(ctf_list_t *lp, void *existing) in ctf_list_delete() argument 81 ctf_list_t *p = existing; in ctf_list_delete()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_mount/ |
H A D | zfs_mount_006_pos.ksh | 40 # identical to an existing one. It will fail with a return code of 1 45 # 1. Prepare an existing mounted filesystem. 77 "where the mountpoint is identical or on top of an existing one" \ 117 "with a mountpoint that is identical to an existing one" \ 141 "with a mountpoint on top of an existing one" \ 147 "with a mountpoint that is identical or on top of an existing one" \
|
/freebsd/usr.sbin/sysrc/ |
H A D | sysrc.8 | 99 When changing a setting, prefer to modify existing files. 255 syntax to add items to existing values, 267 that existing values are to be considered separated by whitespace. 270 is not found in the existing value for 273 .Pq with delimiter only if existing value is non-NULL . 316 syntax to remove items from existing values, 325 that existing values are to be considered separated by whitespace. 328 is found in the existing value for 432 Appending to existing values:
|
/freebsd/usr.sbin/bhyve/ |
H A D | config.h | 71 * Creates an existing configuration node via a dot-separated OID 72 * path. Will fail if the path names an existing leaf configuration 74 * the existing node. 79 * Looks for an existing configuration node via a dot-separated OID 80 * path. Will fail if the path names an existing leaf configuration 86 * Similar to the above, but treats the path relative to an existing
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Core/ |
H A D | Replacement.h | 158 /// Constructs an error related to an existing replacement. 159 ReplacementError(replacement_error Err, Replacement Existing) in ReplacementError() argument 160 : Err(Err), ExistingReplacement(std::move(Existing)) {} in ReplacementError() 162 /// Constructs an error related to a new replacement and an existing 164 ReplacementError(replacement_error Err, Replacement New, Replacement Existing) in ReplacementError() argument 166 ExistingReplacement(std::move(Existing)) {} in ReplacementError() 196 // An existing replacement in a replacements set that is causing problem. 225 /// \p R must have the same file path as all existing replacements. 228 /// existing replacements (i.e. they are order-dependent) or R's file path is 229 /// different from the filepath of existing replacements. Callers must [all …]
|
/freebsd/lib/libc/locale/ |
H A D | DESIGN.xlocale | 17 version. Additionally, it should include minimal changes to the existing 18 locale code. A lot of the existing locale code originates with 4BSD or earlier 33 well with existing conventions, but is used because this is the name the Darwin 34 implementation gives to this structure and so may be used by existing (bad) code. 75 The existing locale implementation included several ad-hoc caching layers. 146 Several of the existing FreeBSD locale-aware functions appear to be wrong. For 151 attempt has been made to fix existing limitations in the libc functions other
|
/freebsd/sbin/restore/ |
H A D | utilities.c | 192 linkit(char *existing, char *new, int type) in linkit() argument 200 if (!Nflag && symlink(existing, new) < 0) { in linkit() 203 new, existing, strerror(errno)); in linkit() 209 if (!Nflag && (ret = link(existing, new)) < 0) { in linkit() 216 if (stat(existing, &s) == 0 && s.st_flags != 0 && in linkit() 217 chflags(existing, 0) == 0) { in linkit() 218 ret = link(existing, new); in linkit() 219 chflags(existing, s.st_flags); in linkit() 224 new, existing, strerror(errno)); in linkit() 233 type == SYMLINK ? "symbolic" : "hard", new, existing); in linkit()
|
/freebsd/sys/contrib/openzfs/lib/libspl/ |
H A D | mkdirp.c | 35 * Returns -1 if fails for reasons other than non-existing 75 /* Search upward for the non-existing parent */ in mkdirp() 82 /* If reached an existing parent, break */ in mkdirp() 87 /* If non-existing parent */ in mkdirp() 104 /* Create directories starting from upmost non-existing parent */ in mkdirp() 112 * "existing-dir/..", and this is really in mkdirp()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/ |
H A D | JumpThreading.h | 183 /// It takes care of updating/invalidating other existing analysis 188 /// Returns an existing instance of BPI if any, otherwise nullptr. By 189 /// "existing" we mean either cached result provided by FunctionAnalysisManger 193 /// Returns an existing instance of BFI if any, otherwise nullptr. By 194 /// "existing" we mean either cached result provided by FunctionAnalysisManger 198 /// Returns an existing instance of BPI if any, otherwise: 203 /// Returns an existing instance of BFI if any, otherwise:
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
H A D | rsend_030_pos.ksh | 23 # Verify resumability of full ZFS send/receive on existing dataset 42 log_assert "Verify resumability of full ZFS send/receive on existing dataset" 47 # Full send/recv on existing dataset 67 log_pass "Verify resumability of full ZFS send/receive on existing dataset"
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_write_disk.3 | 121 Existing files on disk will not be overwritten. 122 By default, existing regular files are truncated and overwritten; 123 existing directories will have their permissions updated; 124 other pre-existing objects are unlinked and recreated from scratch. 177 Existing files on disk will be unlinked before any attempt to 180 By default, existing files are truncated and rewritten, but 182 In particular, the default behavior does not break existing hard links.
|
/freebsd/sbin/reboot/ |
H A D | nextboot.8 | 57 to append to an existing configuration in 59 By default any existing configuration is overwritten. 64 option removes an existing 106 To remove an existing nextboot configuration:
|
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_scrub/ |
H A D | zpool_scrub_003_pos.ksh | 36 # scrub command terminates the existing scrub process and starts 68 log_assert "scrub command terminates the existing scrub process and starts" \ 80 log_fail "zpool scrub don't stop existing scrubbing process." 83 log_pass "scrub command terminates the existing scrub process and starts" \
|
/freebsd/secure/lib/libcrypto/man/man7/ |
H A D | openssl-quic.7 | 74 are needed to existing applications which use libssl API to bring QUIC protocol 84 The changes to existing libssl APIs which are driven by QUIC-related 85 implementation requirements, which existing applications should bear in mind; 87 Aspects which must be considered by existing applications when adopting QUIC, 96 stream mode, which is intended to provide compatibility with existing non-QUIC 103 Default stream mode is primarily for compatibility with existing applications. 164 .SH "CHANGES TO EXISTING APIS" 165 .IX Header "CHANGES TO EXISTING APIS" 168 changes to the semantics of existing APIs are as follows: 180 semantics, and is recommended for existing applications which use a BIO pair or [all …]
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBEnvironment.h | 71 /// Add or replace an existing environment variable. The input must be a 82 /// If append is false, the provided environment will replace the existing 83 /// environment. Otherwise, existing values will be updated of left untouched 90 /// Flag that controls whether to replace the existing environment. 103 /// Flag that indicates whether to overwrite an existing environment
|
/freebsd/crypto/openssh/regress/ |
H A D | sftp-badcmds.sh | 16 test -f ${COPY} && fail "existing copy after get nonexistent" 23 test -f ${COPY}.dd/$x && fail "existing copy after get nonexistent" 30 test -f ${COPY} && fail "existing copy after put nonexistent" 37 test -f ${COPY}.dd/$x && fail "existing copy after nonexistent"
|
/freebsd/bin/mv/ |
H A D | mv.1 | 56 existing directory. 62 operand to a destination file in the existing directory named by the 100 overwrite an existing file. 114 Do not overwrite an existing file.
|
/freebsd/crypto/openssl/doc/designs/ |
H A D | fips_indicator.md | 29 Since any new FIPS restrictions added could possibly break existing applications 40 In OpenSSL most of the existing code in the FIPS provider is using 41 implicit indicators i.e. An error occurs if existing FIPS rules are violated. 46 …s a change. These options will be passed to the FIPS provider in a manner similar to existing code. 139 - Existing security check changes 142 the existing code needs to change to work with indicators. 144 e.g. existing code 181 in existing behaviour. For example the keysize checks are done in the init since 252 Some existing algorithms will require set_ctx_params()/settable_ctx_params()
|