| /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/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() 440 existing->active ? "active" : "inactive", t, in srclimit_penalise() 441 addrnetmask, (long long)(existing->expiry - now)); in srclimit_penalise() 443 if (RB_REMOVE(penalties_by_expiry, by_expiry, existing) != existing) in srclimit_penalise() 446 existing->expiry += penalty_secs; in srclimit_penalise() 447 if (existing->expiry - now > penalty_cfg.penalty_max) in srclimit_penalise() 448 existing->expiry = now + penalty_cfg.penalty_max; in srclimit_penalise() 449 if (existing->expiry - now > penalty_cfg.penalty_min && in srclimit_penalise() 450 !existing->active) { in srclimit_penalise() [all …]
|
| /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/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
|
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_write_disk_mac_metadata.c | 69 int existing; in has_xattr() 87 existing = 0; in has_xattr() 90 existing = 1; in has_xattr() 95 return (existing); in has_xattr() 70 int existing; has_xattr() local
|
| H A D | test_write_disk_appledouble.c | 69 int existing; in has_xattr() 87 existing = 0; in has_xattr() 90 existing = 1; in has_xattr() 95 return (existing); in has_xattr() 70 int existing; has_xattr() local
|
| H A D | test_write_disk_no_hfs_compression.c | 39 int existing; in has_xattr() 57 existing = 0; in has_xattr() 60 existing = 1; in has_xattr() 65 return (existing); in has_xattr() 40 int existing; has_xattr() local
|
| H A D | test_write_disk_hfs_compression.c | 39 int existing; in has_xattr() 57 existing = 0; in has_xattr() 60 existing = 1; in has_xattr() 65 return (existing); in has_xattr() 40 int existing; has_xattr() local
|
| /freebsd/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()
|
| /freebsd/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 …]
|
| /freebsd/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.
|
| /freebsd/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()
|
| /freebsd/crypto/openssl/doc/man3/ |
| 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 | 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 | 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
|
| 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.
|
| /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/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.
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | DriverUtils.cpp | 157 StringRef existing = pair.first->second; in parseMerge() local 158 if (existing != to) in parseMerge() 159 Warn(ctx) << s << ": already merged into " << existing; in parseMerge() 633 std::pair<StringRef, InputFile *> existing = ctx.config.mustMatch[k]; in checkFailIfMismatch() local 634 if (!existing.first.empty() && v != existing.first) { in checkFailIfMismatch() 637 existing.second ? toString(existing.second) : "cmd-line"; in checkFailIfMismatch() 639 << existingStr << " has value " << existing.first << "\n>>> " in checkFailIfMismatch()
|
| H A D | SymbolTable.cpp | 833 void SymbolTable::reportDuplicate(Symbol *existing, InputFile *newFile, in reportDuplicate() argument 838 diag << "duplicate symbol: " << printSymbol(existing); in reportDuplicate() 840 DefinedRegular *d = dyn_cast<DefinedRegular>(existing); in reportDuplicate() 843 existing->getName()); in reportDuplicate() 845 diag << getSourceLocation(existing->getFile(), nullptr, 0, ""); in reportDuplicate() 848 existing->getName()); in reportDuplicate() 1234 Export *existing = pair.first->second.first; in fixupExports() local 1235 if (e == *existing || e.name != existing->name) in fixupExports() 1240 if (existing->source == ExportSource::Directives) { in fixupExports() 1241 *existing = e; in fixupExports() [all …]
|
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.cpp | 313 // If a user includes the <link.h> file, they can just use the existing in SaveSOEntriesFromRemote() 439 for (auto const &existing : m_loaded_modules.m_list) { in SOEntryIsMainExecutable() 440 if (modInfo == existing) { in SOEntryIsMainExecutable() 467 for (auto const &existing : m_loaded_modules.m_list) { in TakeSnapshot() 470 if (modInfo == existing) { in TakeSnapshot() 480 if (!FillSOEntryFromModuleInfo(existing, entry)) 329 for (auto const &existing : m_loaded_modules.m_list) { AddSOEntriesFromRemote() local 357 for (auto const &existing : m_loaded_modules.m_list) { RemoveSOEntriesFromRemote() local
|
| /freebsd/contrib/tcp_wrappers/ |
| H A D | BLURB | 8 without any changes to existing software or to existing configuration
|