/freebsd/sbin/ipf/libipf/ |
H A D | load_http.c | 32 int fd, len, left, port, endhdr, removed, linenum = 0; in load_http() local 148 removed = (u - buffer) + 1; in load_http() 149 memmove(buffer, u, (sizeof(buffer) - left) - removed); in load_http() 150 s -= removed; in load_http() 151 left += removed; in load_http() 193 removed = t - buffer; in load_http() 194 memmove(buffer, t, sizeof(buffer) - left - removed); in load_http() 195 s -= removed; in load_http() 196 left += removed; in load_http()
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | functional | 190 class unary_negate // deprecated in C++17, removed in C++20 198 template <class Predicate> // deprecated in C++17, removed in C++20 202 class binary_negate // deprecated in C++17, removed in C++20 213 template <class Predicate> // deprecated in C++17, removed in C++20 261 class binder1st // deprecated in C++11, removed in C++17 275 …bind1st(const Operation& op, const T& x); // deprecated in C++11, removed in C++17 278 … // deprecated in C++11, removed in C++17 292 …bind2nd(const Operation& op, const T& x); // deprecated in C++11, removed in C++17 294 …class Result> // deprecated in C++11, removed in C++17 303 …tion<Arg,Result> ptr_fun(Result (*f)(Arg)); // deprecated in C++11, removed in C++17 [all …]
|
H A D | system_error | 35 bool operator!=(const error_category& rhs) const noexcept; // removed in C++20 36 bool operator<(const error_category& rhs) const noexcept; // removed in C++20 129 …=(const error_condition& lhs, const error_code& rhs) noexcept; // removed in C++20 131 …=(const error_code& lhs, const error_code& rhs) noexcept; // removed in C++20 132 …=(const error_code& lhs, const error_condition& rhs) noexcept; // removed in C++20 133 …=(const error_condition& lhs, const error_code& rhs) noexcept; // removed in C++20 134 …=(const error_condition& lhs, const error_condition& rhs) noexcept; // removed in C++20 135 …(const error_condition& lhs, const error_condition& rhs) noexcept; // removed in C++20 136 …(const error_code& lhs, const error_code& rhs) noexcept; // removed in C++20
|
H A D | memory | 113 class allocator<void> // removed in C++20 129 typedef T* pointer; // deprecated in C++17, removed in C++20 130 typedef const T* const_pointer; // deprecated in C++17, removed in C++20 132 reference; // deprecated in C++17, removed in C++20 134 const_reference; // deprecated in C++17, removed in C++20 138 …template <class U> struct rebind {typedef allocator<U> other;}; // deprecated in C++17, removed in… 141 typedef true_type is_always_equal; // Deprecated in C++23, removed in C++26 148 … pointer address(reference x) const noexcept; // deprecated in C++17, removed in C++20 149 … const_pointer address(const_reference x) const noexcept; // deprecated in C++17, removed in C++20 150 T* allocate(size_t n, const void* hint); // deprecated in C++17, removed in C++20 [all …]
|
H A D | thread | 56 bool operator!=(thread::id x, thread::id y) noexcept; // removed in C++20 57 bool operator< (thread::id x, thread::id y) noexcept; // removed in C++20 58 bool operator<=(thread::id x, thread::id y) noexcept; // removed in C++20 59 bool operator> (thread::id x, thread::id y) noexcept; // removed in C++20 60 bool operator>=(thread::id x, thread::id y) noexcept; // removed in C++20
|
H A D | memory_resource | 25 const memory_resource& b) noexcept; // removed in C++20 34 const polymorphic_allocator<T2>& b) noexcept; // removed in C++20
|
H A D | filesystem | 82 … friend bool operator!=(const path& lhs, const path& rhs) noexcept; // removed in C++20 83 … friend bool operator< (const path& lhs, const path& rhs) noexcept; // removed in C++20 84 … friend bool operator<=(const path& lhs, const path& rhs) noexcept; // removed in C++20 85 … friend bool operator> (const path& lhs, const path& rhs) noexcept; // removed in C++20 86 … friend bool operator>=(const path& lhs, const path& rhs) noexcept; // removed in C++20 223 bool operator!=(const directory_entry& rhs) const noexcept; // removed in C++20 224 bool operator< (const directory_entry& rhs) const noexcept; // removed in C++20 225 bool operator<=(const directory_entry& rhs) const noexcept; // removed in C++20 226 bool operator> (const directory_entry& rhs) const noexcept; // removed in C++20 227 bool operator>=(const directory_entry& rhs) const noexcept; // removed in C++20
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set22 | 5 3 Faulty alias 'precmd' removed.\n 6 4 Faulty alias 'cwdcmd' removed.\n 7 5 Faulty alias 'beepcmd' removed.\n 8 6 Faulty alias 'periodic' removed.\n
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set22 | 5 3 Faulty alias 'precmd' removed.\n 6 4 Faulty alias 'cwdcmd' removed.\n 7 5 Faulty alias 'beepcmd' removed.\n 8 6 Faulty alias 'periodic' removed.\n
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_image.c | 158 struct pt_section_list **list, *next, *removed, *new; in pt_image_add() local 173 removed = NULL; in pt_image_add() 219 current->next = removed; in pt_image_add() 220 removed = current; in pt_image_add() 257 *list = removed; in pt_image_add() 261 pt_section_list_free_tail(removed); in pt_image_add() 377 int errcode, removed; in pt_image_remove_by_filename() local 386 removed = 0; in pt_image_remove_by_filename() 414 removed += 1; in pt_image_remove_by_filename() 419 return removed; in pt_image_remove_by_filename() [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | deptgt-delete_on_error.exp | 4 make: *** deptgt-delete_on_error-regular removed 7 make: *** deptgt-delete_on_error-regular-delete removed 24 make: *** deptgt-delete_on_error-regular removed 29 make: *** deptgt-delete_on_error-regular-delete removed
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_execbuf_util.c | 43 if (entry->removed) { in ttm_eu_backoff_reservation_locked() 45 entry->removed = false; in ttm_eu_backoff_reservation_locked() 63 if (!entry->removed) { in ttm_eu_del_from_lru_locked() 65 entry->removed = true; in ttm_eu_del_from_lru_locked() 124 entry->removed = false; in ttm_eu_reserve_buffers()
|
/freebsd/contrib/ntp/libntp/ |
H A D | work_thread.c | 442 blocking_pipe_header * removed; in receive_blocking_resp_internal() 458 for (removed = NULL; !removed && (qhead != qtail); ++qtail) { in receive_blocking_resp_internal() 460 removed = c->responses[slot]; in receive_blocking_resp_internal() 467 if (NULL != removed) { in receive_blocking_resp_internal() 468 DEBUG_ENSURE(CHILD_GONE_RESP == removed || in receive_blocking_resp_internal() 469 BLOCKING_RESP_MAGIC == removed->magic_sig); in receive_blocking_resp_internal() 471 if (CHILD_GONE_RESP == removed) { in receive_blocking_resp_internal() 473 removed = NULL; in receive_blocking_resp_internal() 476 return removed; 438 blocking_pipe_header * removed; receive_blocking_resp_internal() local [all...] |
/freebsd/crypto/openssl/doc/internal/man7/ |
H A D | deprecation.pod | 49 =item Planned to be removed 51 The symbol and its implementation are planned to be removed some time in the 54 L</Implementations to be removed> below. 58 The symbol is planned to be removed from public view, but will otherwise 68 In the future, when the deprecated declaration is to actually be removed 70 deprecation attribute removed, and the translation units that implement or 91 =head2 Implementations to be removed
|
/freebsd/sys/fs/pseudofs/ |
H A D | pseudofs_vncache.c | 304 u_long i, removed; in pfs_purge() local 308 removed = 0; in pfs_purge() 318 removed++; in pfs_purge() 323 if (removed > 0) in pfs_purge()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | refcount.c | 228 list_t removed; in zfs_refcount_transfer() local 236 list_create(&removed, sizeof (reference_t), in zfs_refcount_transfer() 245 list_move_tail(&removed, &src->rc_removed); in zfs_refcount_transfer() 255 list_move_tail(&dst->rc_removed, &removed); in zfs_refcount_transfer() 259 list_destroy(&removed); in zfs_refcount_transfer()
|
/freebsd/ |
H A D | UPDATING | 85 imported more than 4 years ago have been removed. 88 The support for the rc_fast_and_loose variable has been removed from 114 have been removed. Before upgrading, grep your dmesg for lines like: 115 uart1: non-PNP ISA device will be removed from GENERIC in FreeBSD 15. 121 Support for armv6 has been disconnected and is being removed. 142 headers that are obsolete and need to be removed can cause compilation 196 The WITHOUT_LLD_IS_LD option has been removed. When LLD is enabled 201 "ino64" project have been removed. The need for it has passed long ago. 269 frontend has been removed, too, and building of the PCI support is 373 The WITHOUT_CXX option has been removed. C++ components in the base [all …]
|
/freebsd/contrib/kyua/utils/format/ |
H A D | formatter.cpp | 166 int removed = 0; in strip_double_percent() local 170 ++removed; in strip_double_percent() 174 return std::make_pair(in.substr(0, begin) + part + in.substr(end), removed); in strip_double_percent()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | ERR_set_mark.pod | 22 The mark is then removed. If there is no mark, the whole stack is removed.
|
H A D | SSL_get_session.pod | 54 A session will be automatically removed from the session cache and marked as 65 L<SSL_free(3)> is called, the session may be removed completely 67 if the session is valid, it can be removed at any time due to timeout 71 count, so that the session will not be implicitly removed by other operations
|
H A D | SSL_CTX_flush_sessions.pod | 23 removed from the cache to save resources. This can either be done 33 cache. When a session is found and removed, the remove_session_cb is however
|
H A D | SSL_free.pod | 30 which the reference count is removed by SSL_free() and the internal 34 SSL_SENT_SHUTDOWN state, the session will also be removed
|
/freebsd/contrib/wpa/src/utils/ |
H A D | eloop_win.c | 296 int removed = 0; in eloop_cancel_timeout() local 306 removed++; in eloop_cancel_timeout() 310 return removed; in eloop_cancel_timeout() 319 int removed = 0; in eloop_cancel_timeout_one() local 330 removed = 1; in eloop_cancel_timeout_one() 337 return removed; in eloop_cancel_timeout_one()
|
/freebsd/crypto/openssl/ |
H A D | HACKING.md | 31 generated files need to be removed and regenerated using `make update`. 33 so they can be removed easily.
|
/freebsd/contrib/wpa/src/common/ |
H A D | ptksa_cache.c | 236 bool removed = false; in ptksa_cache_flush() local 250 removed = true; in ptksa_cache_flush() 254 if (removed) in ptksa_cache_flush()
|