Home
last modified time | relevance | path

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

12345678910>>...17

/freebsd-13-stable/crypto/openssh/
HDsrclimit.c349 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-13-stable/sbin/restore/
HDutilities.c198 linkit(char *existing, char *new, int type) in linkit() argument
206 if (!Nflag && symlink(existing, new) < 0) { in linkit()
209 new, existing, strerror(errno)); in linkit()
215 if (!Nflag && (ret = link(existing, new)) < 0) { in linkit()
222 if (stat(existing, &s) == 0 && s.st_flags != 0 && in linkit()
223 chflags(existing, 0) == 0) { in linkit()
224 ret = link(existing, new); in linkit()
225 chflags(existing, s.st_flags); in linkit()
230 new, existing, strerror(errno)); in linkit()
239 type == SYMLINK ? "symbolic" : "hard", new, existing); in linkit()
/freebsd-13-stable/contrib/bmake/unit-tests/
HDjobs-empty-commands-error.mk13 all: existing-target
15 existing-target:
HDarchive.mk24 @${MAKE} -f ${MAKEFILE} depend-on-existing-member
48 depend-on-existing-member: ${ARCHIVE}(archive.mk) pre post
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDDriverUtils.cpp173 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 …]
/freebsd-13-stable/contrib/libarchive/libarchive/test/
HDtest_write_disk_mac_metadata.c69 int existing; in has_xattr() local
87 existing = 0; in has_xattr()
90 existing = 1; in has_xattr()
95 return (existing); in has_xattr()
HDtest_write_disk_no_hfs_compression.c39 int existing; in has_xattr() local
57 existing = 0; in has_xattr()
60 existing = 1; in has_xattr()
65 return (existing); in has_xattr()
HDtest_write_disk_hfs_compression.c39 int existing; in has_xattr() local
57 existing = 0; in has_xattr()
60 existing = 1; in has_xattr()
65 return (existing); in has_xattr()
HDtest_write_disk_appledouble.c69 int existing; in has_xattr() local
87 existing = 0; in has_xattr()
90 existing = 1; in has_xattr()
95 return (existing); in has_xattr()
/freebsd-13-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
HDdt_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()
HDdt_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()
134 dt_aggregate_lquantize(int64_t *existing, int64_t *new, size_t size) in dt_aggregate_lquantize() argument
136 int64_t arg = *existing++; in dt_aggregate_lquantize()
[all …]
/freebsd-13-stable/cddl/contrib/opensolaris/common/ctf/
HDctf_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-13-stable/sys/contrib/device-tree/Bindings/net/
HDbroadcom-bcm87xx.txt12 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-stable/crypto/openssl/doc/man3/
HDADMISSIONS.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.
HDSSL_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.
HDSSL_load_client_CA_file.pod27 and adds their subject name to the already existing I<stack>.
31 already existing I<stack>.
HDBUF_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
HDSSL_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
HDEVP_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
/freebsd-13-stable/lib/libc/locale/
HDDESIGN.xlocale17 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-13-stable/sys/contrib/zstd/examples/
HDREADME.md17 minimizes malloc()/free() calls by re-using existing resources.
31 reducing impact of malloc()/free() and memset() by re-using existing resources.
/freebsd-13-stable/contrib/libfido2/fuzz/
HDfuzz_credman.c228 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-13-stable/contrib/tcp_wrappers/
HDBLURB8 without any changes to existing software or to existing configuration
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
HDDYLDRendezvous.cpp439 for (auto const &existing : m_loaded_modules.m_list) { in AddSOEntriesFromRemote() local
440 if (modInfo == existing) { in AddSOEntriesFromRemote()
467 for (auto const &existing : m_loaded_modules.m_list) { in RemoveSOEntriesFromRemote() local
470 if (modInfo == existing) { in RemoveSOEntriesFromRemote()
480 if (!FillSOEntryFromModuleInfo(existing, entry)) in RemoveSOEntriesFromRemote()
/freebsd-13-stable/sys/contrib/openzfs/config/
HDuser-libblkid.m43 dnl # has existing in blkid since 2008.

12345678910>>...17