| /src/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 …]
|
| /src/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 …]
|
| /src/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()
|
| /src/contrib/llvm-project/lld/COFF/ |
| H A D | DriverUtils.cpp | 173 StringRef existing = pair.first->second; in parseMerge() local 174 if (existing != to) in parseMerge() 175 warn(s + ": already merged into " + existing); in parseMerge() 732 Export *existing = pair.first->second.first; in fixupExports() local 733 if (e == *existing || e.name != existing->name) in fixupExports() 738 if (existing->source == ExportSource::Directives) { in fixupExports() 739 *existing = e; in fixupExports() 743 if (existing->source == e.source) { in fixupExports() 744 warn(Twine("duplicate ") + exportSourceName(existing->source) + in fixupExports() 748 Twine(" first seen in " + exportSourceName(existing->source) + in fixupExports() [all …]
|
| /src/contrib/bmake/unit-tests/ |
| H A D | jobs-empty-commands-error.mk | 13 all: existing-target 15 existing-target:
|
| H A D | archive.mk | 28 @${MAKE} -f ${MAKEFILE} depend-on-existing-member 72 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post
|
| /src/contrib/libarchive/libarchive/test/ |
| H A D | test_write_disk_mac_metadata.c | 69 int existing; in has_xattr() local 87 existing = 0; in has_xattr() 90 existing = 1; in has_xattr() 95 return (existing); in has_xattr()
|
| H A D | test_write_disk_no_hfs_compression.c | 39 int existing; in has_xattr() local 57 existing = 0; in has_xattr() 60 existing = 1; in has_xattr() 65 return (existing); in has_xattr()
|
| H A D | test_write_disk_hfs_compression.c | 39 int existing; in has_xattr() local 57 existing = 0; in has_xattr() 60 existing = 1; in has_xattr() 65 return (existing); in has_xattr()
|
| H A D | test_write_disk_appledouble.c | 69 int existing; in has_xattr() local 87 existing = 0; in has_xattr() 90 existing = 1; in has_xattr() 95 return (existing); in has_xattr()
|
| /src/crypto/openssl/test/radix/ |
| H A D | quic_bindings.c | 446 RADIX_OBJ *existing; in RADIX_PROCESS_set_obj() local 451 existing = RADIX_PROCESS_get_obj(rp, name); in RADIX_PROCESS_set_obj() 452 if (existing != NULL && obj != existing) { in RADIX_PROCESS_set_obj() 453 if (!TEST_true(existing->registered)) in RADIX_PROCESS_set_obj() 456 lh_RADIX_OBJ_delete(rp->objs, existing); in RADIX_PROCESS_set_obj() 457 existing->registered = 0; in RADIX_PROCESS_set_obj() 458 RADIX_OBJ_free(existing); in RADIX_PROCESS_set_obj()
|
| /src/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_list.c | 98 dt_list_delete(dt_list_t *dlp, void *existing) in dt_list_delete() argument 100 dt_list_t *p = existing; in dt_list_delete()
|
| H A D | dt_aggregate.c | 64 dt_aggregate_count(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_count() argument 69 existing[i] = existing[i] + new[i]; in dt_aggregate_count() 89 dt_aggregate_min(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_min() argument 91 if (*new < *existing) in dt_aggregate_min() 92 *existing = *new; in dt_aggregate_min() 97 dt_aggregate_max(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_max() argument 99 if (*new > *existing) in dt_aggregate_max() 100 *existing = *new; in dt_aggregate_max() 135 dt_aggregate_lquantize(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_lquantize() argument 137 int64_t arg = *existing++; in dt_aggregate_lquantize() [all …]
|
| /src/crypto/openssl/doc/man3/ |
| H A D | ADMISSIONS.pod | 120 functions free any existing value and set the pointer to the specified value. 130 functions free any existing value and set the pointer to the specified value. 141 functions free any existing value and set the pointer to the specified value. 157 functions free any existing value and set the pointer to the specified value.
|
| H A D | SSL_load_client_CA_file.pod | 37 and adds their subject name to the already existing I<stack>. 41 already existing I<stack>. 44 I<store> URI, and adds their subject name to the already existing
|
| H A D | SSL_CTX_set_ctlog_list_file.pod | 26 These functions will not clear the existing CT log list - it will be appended 27 to. To replace the existing list, use L<SSL_CTX_set0_ctlog_store(3)> first.
|
| H A D | PKCS8_pkey_add1_attr.pod | 25 existing PKCS8_PRIV_KEY_INFO structure B<p8>. 28 X509_ATTRIBUTE from the passed arguments and add it to the existing
|
| /src/cddl/contrib/opensolaris/common/ctf/ |
| H A D | ctf_util.c | 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()
|
| /src/sys/contrib/device-tree/Bindings/net/ |
| H A D | broadcom-bcm87xx.txt | 12 with the existing register value, and the fourth cell is ORed with 14 value of zero, no read of the existing value is performed.
|
| /src/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
|
| /src/crypto/openssl/doc/internal/man3/ |
| H A D | DEFINE_LIST_OF.pod | 38 void ossl_list_TYPE_insert_before(OSSL_LIST(name) *list, type *existing, 40 void ossl_list_TYPE_insert_after(OSSL_LIST(name) *list, type *existing, type *elem); 87 I<existing> element. 91 I<existing> element.
|
| /src/sys/contrib/zstd/examples/ |
| H A D | README.md | 17 minimizes malloc()/free() calls by re-using existing resources. 31 reducing impact of malloc()/free() and memset() by re-using existing resources.
|
| /src/contrib/libfido2/fuzz/ |
| H A D | fuzz_credman.c | 228 uint64_t existing; in get_metadata() local 244 existing = fido_credman_rk_existing(metadata); in get_metadata() 246 consume(&existing, sizeof(existing)); in get_metadata()
|
| /src/contrib/tcp_wrappers/ |
| H A D | BLURB | 8 without any changes to existing software or to existing configuration
|
| /src/crypto/openssl/doc/designs/quic-design/ |
| H A D | quic-requirements.md | 23 intrusive, more maintainable, and to harmonize the existing record layer 87 existing (or future) security protocols and to select between them with minimal 96 * The majority of existing applications operate using a single connection (i.e. 100 * We need to enable the majority of our existing user’s applications to be able 133 * High performance applications (primarily server based) using existing libssl 136 using fibres). Would prefer to use the existing APIs - they don’t want to throw
|