| /freebsd-13.1/contrib/llvm-project/lld/lib/Core/ |
| H A D | SymbolTable.cpp | 117 const Atom *existing = findByName(name); in addByName() local 118 if (existing == nullptr) { in addByName() 125 if (existing == &newAtom) in addByName() 130 switch (collide(existing->definition(), newAtom.definition())) { in addByName() 138 const auto *existingDef = cast<DefinedAtom>(existing); in addByName() 160 llvm::errs() << "Size mismatch: " << existing->name() << " (" in addByName() 166 llvm::errs() << "Duplicate symbols: " << existing->name() << ":" in addByName() 199 _replacedAtoms[existing] = &newAtom; in addByName() 202 _replacedAtoms[&newAtom] = existing; in addByName() 244 const Atom* existing = *pos; in addByContent() local [all …]
|
| /freebsd-13.1/sbin/restore/ |
| H A D | utilities.c | 200 linkit(char *existing, char *new, int type) in linkit() argument 208 if (!Nflag && symlink(existing, new) < 0) { in linkit() 211 new, existing, strerror(errno)); in linkit() 217 if (!Nflag && (ret = link(existing, new)) < 0) { in linkit() 224 if (stat(existing, &s) == 0 && s.st_flags != 0 && in linkit() 225 chflags(existing, 0) == 0) { in linkit() 226 ret = link(existing, new); in linkit() 227 chflags(existing, s.st_flags); in linkit() 232 new, existing, strerror(errno)); in linkit() 241 type == SYMLINK ? "symbolic" : "hard", new, existing); in linkit()
|
| /freebsd-13.1/contrib/bmake/unit-tests/ |
| H A D | jobs-empty-commands-error.mk | 13 all: existing-target 15 existing-target:
|
| H A D | archive.mk | 24 @${MAKE} -f ${MAKEFILE} depend-on-existing-member 48 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post
|
| /freebsd-13.1/contrib/libarchive/libarchive/test/ |
| H A D | test_write_disk_mac_metadata.c | 70 int existing; in has_xattr() local 88 existing = 0; in has_xattr() 91 existing = 1; in has_xattr() 96 return (existing); in has_xattr()
|
| H A D | test_write_disk_appledouble.c | 70 int existing; in has_xattr() local 88 existing = 0; in has_xattr() 91 existing = 1; in has_xattr() 96 return (existing); in has_xattr()
|
| H A D | test_write_disk_no_hfs_compression.c | 40 int existing; in has_xattr() local 58 existing = 0; in has_xattr() 61 existing = 1; in has_xattr() 66 return (existing); in has_xattr()
|
| H A D | test_write_disk_hfs_compression.c | 40 int existing; in has_xattr() local 58 existing = 0; in has_xattr() 61 existing = 1; in has_xattr() 66 return (existing); in has_xattr()
|
| /freebsd-13.1/contrib/llvm-project/lld/COFF/ |
| H A D | DriverUtils.cpp | 172 StringRef existing = pair.first->second; in parseMerge() local 173 if (existing != to) in parseMerge() 174 warn(s + ": already merged into " + existing); in parseMerge() 669 Export *existing = pair.first->second; in fixupExports() local 670 if (e == *existing || e.name != existing->name) in fixupExports() 703 std::pair<StringRef, InputFile *> existing = config->mustMatch[k]; in checkFailIfMismatch() local 704 if (!existing.first.empty() && v != existing.first) { in checkFailIfMismatch() 707 existing.second ? toString(existing.second) : "cmd-line"; in checkFailIfMismatch() 709 existingStr + " has value " + existing.first + "\n>>> " + sourceStr + in checkFailIfMismatch()
|
| /freebsd-13.1/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 | 63 dt_aggregate_count(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_count() argument 68 existing[i] = existing[i] + new[i]; in dt_aggregate_count() 88 dt_aggregate_min(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_min() argument 90 if (*new < *existing) in dt_aggregate_min() 91 *existing = *new; in dt_aggregate_min() 96 dt_aggregate_max(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_max() argument 98 if (*new > *existing) in dt_aggregate_max() 99 *existing = *new; in dt_aggregate_max() 136 int64_t arg = *existing++; in dt_aggregate_lquantize() 141 existing[i] = existing[i] + new[i + 1]; in dt_aggregate_lquantize() [all …]
|
| /freebsd-13.1/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-13.1/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-13.1/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_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> first.
|
| H A D | SSL_load_client_CA_file.pod | 27 and adds their subject name to the already existing I<stack>. 31 already existing I<stack>.
|
| H A D | BUF_MEM_new.pod | 35 BUF_MEM_free() frees up an already existing buffer. The data is zeroed 38 BUF_MEM_grow() changes the size of an already existing buffer to
|
| H A D | SSL_CTX_add1_chain_cert.pod | 51 SSL_CTX_clear_chain_certs() clears any existing chain associated with the 57 If the function is successful the built chain will replace any existing chain. 59 existing chain certificates as untrusted CAs, B<SSL_BUILD_CHAIN_FLAG_NO_ROOT> 61 use all existing chain certificates only to build the chain (effectively
|
| /freebsd-13.1/lib/libc/locale/ |
| H A D | DESIGN.xlocale | 18 version. Additionally, it should include minimal changes to the existing 19 locale code. A lot of the existing locale code originates with 4BSD or earlier 34 well with existing conventions, but is used because this is the name the Darwin 35 implementation gives to this structure and so may be used by existing (bad) code. 76 The existing locale implementation included several ad-hoc caching layers. 147 Several of the existing FreeBSD locale-aware functions appear to be wrong. For 152 attempt has been made to fix existing limitations in the libc functions other
|
| /freebsd-13.1/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.
|
| /freebsd-13.1/contrib/libfido2/fuzz/ |
| H A D | fuzz_credman.c | 227 uint64_t existing; in get_metadata() local 243 existing = fido_credman_rk_existing(metadata); in get_metadata() 245 consume(&existing, sizeof(existing)); in get_metadata()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/ |
| H A D | DYLDRendezvous.cpp | 311 for (auto const &existing : m_loaded_modules.m_list) { in AddSOEntriesFromRemote() local 312 if (modInfo == existing) { in AddSOEntriesFromRemote() 338 for (auto const &existing : m_loaded_modules.m_list) { in RemoveSOEntriesFromRemote() local 341 if (modInfo == existing) { in RemoveSOEntriesFromRemote() 351 if (!FillSOEntryFromModuleInfo(existing, entry)) in RemoveSOEntriesFromRemote()
|
| /freebsd-13.1/contrib/tcp_wrappers/ |
| H A D | BLURB | 8 without any changes to existing software or to existing configuration
|
| /freebsd-13.1/sys/contrib/openzfs/config/ |
| H A D | user-libblkid.m4 | 3 dnl # has existing in blkid since 2008.
|
| /freebsd-13.1/stand/powerpc/uboot/ |
| H A D | version | 10 0.2: Initial U-Boot/PowerPC version derived from the existing
|