| /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 263 class binder1st // deprecated in C++11, removed in C++17 277 …bind1st(const Operation& op, const T& x); // deprecated in C++11, removed in C++17 280 … // deprecated in C++11, removed in C++17 294 …bind2nd(const Operation& op, const T& x); // deprecated in C++11, removed in C++17 296 …class Result> // deprecated in C++11, removed in C++17 305 …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 | 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
|
| 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
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| 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
|
| /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/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/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/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 | 52 =item Planned to be removed 54 The symbol and its implementation are planned to be removed some time in the 57 L</Implementations to be removed> below. 61 The symbol is planned to be removed from public view, but will otherwise 71 In the future, when the deprecated declaration is to actually be removed 73 deprecation attribute removed, and the translation units that implement or 94 =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 | 232 list_t removed; in zfs_refcount_transfer() local 240 list_create(&removed, sizeof (reference_t), in zfs_refcount_transfer() 249 list_move_tail(&removed, &src->rc_removed); in zfs_refcount_transfer() 259 list_move_tail(&dst->rc_removed, &removed); in zfs_refcount_transfer() 263 list_destroy(&removed); in zfs_refcount_transfer()
|
| /freebsd/ |
| H A D | UPDATING | 158 provided. These aliases will be removed in the near future. Please 195 The deprecated ftpd(8) has been removed. Users who still need ftpd 271 The WITHOUT_GSSAPI src.conf knob has been removed. This was already 320 The gpiobus_attach_bus() function has been removed. Drivers should now 326 Support for Secure RPC DES authentication has been removed. 327 The keyserv(8) daemon was already removed, but support for it in libc 328 has also been removed, so if you somehow still had keyserv installed, 396 The shar(1) utility has been removed from base. The 455 ensure the old FreeBSD-elftoolchain* packages are completely removed. 458 Commit e64fe5ad3a23 removed in6_maxmtu and its setter in6_setmaxmtu(). [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/sys/contrib/openzfs/config/ |
| H A D | kernel-dentry-operations.m4 | 29 dnl # d_set_d_op() removed. No direct replacement. 52 dnl # sb->s_d_op removed; set_default_d_op(sb, dop) added
|
| /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/doc/man3/ |
| 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
|