Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/freebsd-12.1/contrib/llvm/tools/lld/lib/Core/
H A DSymbolTable.cpp118 const Atom *existing = findByName(name); in addByName() local
119 if (existing == nullptr) { in addByName()
126 if (existing == &newAtom) in addByName()
131 switch (collide(existing->definition(), newAtom.definition())) { in addByName()
139 const auto *existingDef = cast<DefinedAtom>(existing); in addByName()
168 << existing->name() in addByName()
170 << existing->file().path() in addByName()
206 _replacedAtoms[existing] = &newAtom; in addByName()
209 _replacedAtoms[&newAtom] = existing; in addByName()
251 const Atom* existing = *pos; in addByContent() local
[all …]
/freebsd-12.1/sbin/restore/
H A Dutilities.c200 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-12.1/crypto/openssl/doc/man3/
H A DSSL_new.pod27 existing B<SSL> structure.
29 SSL_dup() duplicates an existing B<SSL> structure into a new allocated one. All
31 existing connection details) are not copied, the new B<SSL> is set into an
H A DADMISSIONS.pod120 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 DSSL_CTX_set_ctlog_list_file.pod26 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 DBUF_MEM_new.pod35 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 DSSL_CTX_add1_chain_cert.pod51 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
H A DHMAC.pod72 HMAC_CTX_reset() zeroes an existing B<HMAC_CTX> and associated
86 existing key is
92 because reuse of an existing key with a different digest is not supported.
H A DEVP_PKEY_CTX_set_hkdf_md.pod74 buffer B<salt>. Any existing value is replaced.
77 B<key>. Any existing value is replaced.
80 buffer B<info>. If a value is already set, it is appended to the existing
H A DEVP_PKEY_CTX_set_tls1_prf_md.pod30 to B<seclen> bytes of the buffer B<sec>. Any existing secret value is replaced
34 If a seed is already set it is appended to the existing value.
/freebsd-12.1/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_list.c98 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 Ddt_aggregate.c63 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-12.1/lib/libc/locale/
H A DDESIGN.xlocale18 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-12.1/cddl/contrib/opensolaris/common/ctf/
H A Dctf_util.c79 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-12.1/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDYLDRendezvous.cpp277 for (auto const &existing : m_loaded_modules.m_list) { in AddSOEntriesFromRemote() local
278 if (modInfo == existing) { in AddSOEntriesFromRemote()
302 for (auto const &existing : m_loaded_modules.m_list) { in RemoveSOEntriesFromRemote() local
305 if (modInfo == existing) { in RemoveSOEntriesFromRemote()
315 if (!FillSOEntryFromModuleInfo(existing, entry)) in RemoveSOEntriesFromRemote()
/freebsd-12.1/contrib/tcp_wrappers/
H A DBLURB8 without any changes to existing software or to existing configuration
H A DREADME.NIS86 # it by saving it into a file and typing "sh file". To overwrite existing
95 echo shar: Will not over-write existing file \"gethostbyaddr.c\"
152 echo shar: Will not over-write existing file \"gethostbyname.c\"
/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbarch.sh1081 doesn't recognize the selected architecture; an existing \`\`struct
1167 architecture'' et.al., the existing architecture and BFD's default
2130 /* The existing architecture has been swapped out - all this code
2135 sources: "set ..."; INFOabfd supplied; and the existing
2193 /* Is this a pre-existing architecture (as determined by already
2205 /* Find the existing arch in the list. */
2270 /* Restore the existing architecture. */
2277 /* Make the specified architecture current, swapping the existing one
/freebsd-12.1/stand/powerpc/uboot/
H A Dversion10 0.2: Initial U-Boot/PowerPC version derived from the existing
/freebsd-12.1/contrib/libevent/
H A Dmake-event-config.sed11 * Do not rely on macros in this file existing in later versions.\
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Dmake-event-config.sed11 * Do not rely on macros in this file existing in later versions.\
/freebsd-12.1/usr.sbin/bsdconfig/share/media/
H A Ddirectory.subr57 # Path to an existing directory containing the FreeBSD
120 # Returns data from $file in the existing/current filesystem. Similar to
/freebsd-12.1/usr.sbin/cron/doc/
H A DREADME58 kill your existing cron process
59 (actually you can run your existing cron if you want, but why?)
/freebsd-12.1/crypto/openssl/
H A DCONTRIBUTING49 either be added to an existing test, or completely new. Please see
60 Have a look through existing entries for inspiration.
/freebsd-12.1/contrib/gcc/
H A Ddiagnostic.def5 machinery, this kind also means "don't change the existing kind",

12345678910>>...18