| /dflybsd-src/usr.bin/telnet/ |
| H A D | utilities.c | 279 printsub(char direction, unsigned char *pointer, int length) in printsub() argument 288 (want_status_response && (pointer[0] == TELOPT_STATUS))) { in printsub() 295 i = pointer[length-2]; in printsub() 296 j = pointer[length-1]; in printsub() 323 switch (pointer[0]) { in printsub() 326 switch (pointer[1]) { in printsub() 328 fprintf(NetTrace, "IS \"%.*s\"", length-2, (char *)pointer+2); in printsub() 336 pointer[1], pointer[1]); in printsub() 345 switch (pointer[1]) { in printsub() 348 fprintf(NetTrace, "%.*s", length-2, (char *)pointer+2); in printsub() [all …]
|
| /dflybsd-src/libexec/telnetd/ |
| H A D | utility.c | 506 printsub(char direction, unsigned char *pointer, int length) in printsub() argument 519 i = pointer[length-2]; in printsub() 520 j = pointer[length-1]; in printsub() 545 switch (pointer[0]) { in printsub() 548 switch (pointer[1]) { in printsub() 550 output_data("IS \"%.*s\"", length-2, (char *)pointer+2); in printsub() 558 pointer[1], pointer[1]); in printsub() 567 switch (pointer[1]) { in printsub() 569 output_data(" IS %.*s", length-2, (char *)pointer+2); in printsub() 572 if (pointer[1] == 1) in printsub() [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/ |
| H A D | unique_ptr.h | 94 static typename _Up::pointer __test(typename _Up::pointer*); in _GLIBCXX_VISIBILITY() 109 typedef typename _Pointer::type pointer; in _GLIBCXX_VISIBILITY() 120 unique_ptr(pointer __p) noexcept in _GLIBCXX_VISIBILITY() 125 unique_ptr(pointer __p, in _GLIBCXX_VISIBILITY() 130 unique_ptr(pointer __p, in _GLIBCXX_VISIBILITY() 147 <std::is_convertible<typename unique_ptr<_Up, _Ep>::pointer, in _GLIBCXX_VISIBILITY() 148 pointer>::value in _GLIBCXX_VISIBILITY() 174 __ptr = pointer(); in _GLIBCXX_VISIBILITY() 188 <std::is_convertible<typename unique_ptr<_Up, _Ep>::pointer, in _GLIBCXX_VISIBILITY() 189 pointer>::value in _GLIBCXX_VISIBILITY() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/ |
| H A D | unique_ptr.h | 130 _Ptr<_Up, _Ep, __void_t<typename remove_reference<_Ep>::type::pointer>> in _GLIBCXX_VISIBILITY() 132 using type = typename remove_reference<_Ep>::type::pointer; in _GLIBCXX_VISIBILITY() 140 using pointer = typename _Ptr<_Tp, _Dp>::type; in _GLIBCXX_VISIBILITY() 143 __uniq_ptr_impl(pointer __p) : _M_t() { _M_ptr() = __p; } in _GLIBCXX_VISIBILITY() 146 __uniq_ptr_impl(pointer __p, _Del&& __d) in _GLIBCXX_VISIBILITY() 149 pointer& _M_ptr() { return std::get<0>(_M_t); } in _GLIBCXX_VISIBILITY() 150 pointer _M_ptr() const { return std::get<0>(_M_t); } in _GLIBCXX_VISIBILITY() 155 tuple<pointer, _Dp> _M_t; in _GLIBCXX_VISIBILITY() 169 using pointer = typename __uniq_ptr_impl<_Tp, _Dp>::pointer; in _GLIBCXX_VISIBILITY() 177 is_convertible<typename unique_ptr<_Up, _Ep>::pointer, pointer>, in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | stl_iterator_base_types.h | 127 typedef _Pointer pointer; in _GLIBCXX_VISIBILITY() typedef 151 typename _Iterator::pointer, in _GLIBCXX_VISIBILITY() 157 typedef typename _Iterator::pointer pointer; in _GLIBCXX_VISIBILITY() 171 typedef typename _Iterator::pointer pointer; in _GLIBCXX_VISIBILITY() 183 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY() 194 typedef const _Tp* pointer; in _GLIBCXX_VISIBILITY()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
| H A D | traits.hpp | 74 node>::other::pointer, 76 typename type_traits::pointer, 87 node>::other::pointer, 89 typename type_traits::pointer, 100 node>::other::pointer, 102 typename type_traits::pointer, 113 node>::other::pointer, 115 typename type_traits::pointer, 181 node>::other::pointer, 183 typename type_traits::pointer, [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/bin_search_tree_/ |
| H A D | traits.hpp | 74 node>::other::pointer, 76 typename type_traits::pointer, 87 node>::other::pointer, 89 typename type_traits::pointer, 100 node>::other::pointer, 102 typename type_traits::pointer, 113 node>::other::pointer, 115 typename type_traits::pointer, 186 node>::other::pointer, 188 typename type_traits::pointer, [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libgcc/ |
| H A D | emutls.c | 34 typedef unsigned int pointer __attribute__((mode(pointer))); typedef 41 pointer offset; 49 pointer size; 63 static pointer emutls_size; 69 pointer size = arr->size; in emutls_destroy() 70 pointer i; in emutls_destroy() 113 ret = (void *) (((pointer) (ptr + sizeof (void *) + obj->align - 1)) in emutls_alloc() 114 & ~(pointer)(obj->align - 1)); in emutls_alloc() 139 pointer offset = __atomic_load_n (&obj->loc.offset, __ATOMIC_ACQUIRE); in __emutls_get_address() 158 pointer size = offset + 32; in __emutls_get_address() [all …]
|
| /dflybsd-src/contrib/gcc-8.0/libgcc/ |
| H A D | emutls.c | 34 typedef unsigned int pointer __attribute__((mode(pointer))); typedef 41 pointer offset; 49 pointer size; 63 static pointer emutls_size; 69 pointer size = arr->size; in emutls_destroy() 70 pointer i; in emutls_destroy() 113 ret = (void *) (((pointer) (ptr + sizeof (void *) + obj->align - 1)) in emutls_alloc() 114 & ~(pointer)(obj->align - 1)); in emutls_alloc() 139 pointer offset = __atomic_load_n (&obj->loc.offset, __ATOMIC_ACQUIRE); in __emutls_get_address() 158 pointer size = offset + 32; in __emutls_get_address() [all …]
|
| /dflybsd-src/contrib/tcpdump/ |
| H A D | print-sflow.c | 304 const u_char *pointer, u_int len) in print_sflow_counter_generic() argument 311 sflow_gen_counter = (const struct sflow_generic_counter_t *)pointer; in print_sflow_counter_generic() 349 const u_char *pointer, u_int len) in print_sflow_counter_ethernet() argument 356 sflow_eth_counter = (const struct sflow_ethernet_counter_t *)pointer; in print_sflow_counter_ethernet() 379 const u_char *pointer _U_, u_int len _U_) in print_sflow_counter_token_ring() 386 const u_char *pointer, u_int len) in print_sflow_counter_basevg() argument 393 sflow_100basevg_counter = (const struct sflow_100basevg_counter_t *)pointer; in print_sflow_counter_basevg() 422 const u_char *pointer, u_int len) in print_sflow_counter_vlan() argument 429 sflow_vlan_counter = (const struct sflow_vlan_counter_t *)pointer; in print_sflow_counter_vlan() 452 const u_char *pointer, u_int len) in print_sflow_counter_processor() argument [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ |
| H A D | node_iterators.hpp | 63 Value_Type>::other::pointer 64 pointer; typedef in __gnu_pbds::detail::ov_tree_node_const_it_ 120 … 0) : m_p_value(const_cast<pointer>(p_nd)), m_p_begin_value(const_cast<pointer>(p_begin_nd)), m_p_… in ov_tree_node_const_it_() 192 pointer m_p_value; 193 pointer m_p_begin_value; 194 pointer m_p_end_value; 211 typedef typename base_type::pointer pointer; typedef in __gnu_pbds::detail::ov_tree_node_it_ 226 Value_Type>::other::pointer 232 Value_Type>::type>::other::pointer 238 Value_Type>::type>::other::pointer
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/ov_tree_map_/ |
| H A D | node_iterators.hpp | 63 Value_Type>::other::pointer 64 pointer; typedef in __gnu_pbds::detail::ov_tree_node_const_it_ 120 … 0) : m_p_value(const_cast<pointer>(p_nd)), m_p_begin_value(const_cast<pointer>(p_begin_nd)), m_p_… in ov_tree_node_const_it_() 192 pointer m_p_value; 193 pointer m_p_begin_value; 194 pointer m_p_end_value; 211 typedef typename base_type::pointer pointer; typedef in __gnu_pbds::detail::ov_tree_node_it_ 226 Value_Type>::other::pointer 232 Value_Type>::type>::other::pointer 238 Value_Type>::type>::other::pointer
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/ |
| H A D | bitmap_allocator.h | 77 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY() typedef 82 typedef pointer iterator; in _GLIBCXX_VISIBILITY() 85 pointer _M_start; in _GLIBCXX_VISIBILITY() 86 pointer _M_finish; in _GLIBCXX_VISIBILITY() 87 pointer _M_end_of_storage; in _GLIBCXX_VISIBILITY() 93 pointer in _GLIBCXX_VISIBILITY() 95 { return static_cast<pointer>(::operator new(__n * sizeof(_Tp))); } in _GLIBCXX_VISIBILITY() 98 deallocate(pointer __p, size_type) in _GLIBCXX_VISIBILITY() 285 typedef _Tp pointer; in _GLIBCXX_VISIBILITY() 286 pointer _M_ptr_value; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | debug_allocator.h | 71 typedef typename _Traits::pointer pointer; in _GLIBCXX_VISIBILITY() typedef 121 pointer in _GLIBCXX_VISIBILITY() 124 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY() 130 pointer in _GLIBCXX_VISIBILITY() 133 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY() 140 deallocate(pointer __p, size_type __n) in _GLIBCXX_VISIBILITY() 145 pointer __real_p = __p - _M_extra; in _GLIBCXX_VISIBILITY() 155 construct(pointer __p, const value_type& __val) in _GLIBCXX_VISIBILITY()
|
| H A D | extptr_allocator.h | 63 typedef _Pointer_adapter<_Relative_pointer_impl<_Tp> > pointer; in _GLIBCXX_VISIBILITY() typedef 89 pointer address(reference __x) const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 95 pointer allocate(size_type __n, void* __hint = 0) in _GLIBCXX_VISIBILITY() 98 void deallocate(pointer __p, size_type __n) in _GLIBCXX_VISIBILITY() 112 construct(pointer __p, _Args&&... __args) in _GLIBCXX_VISIBILITY() 120 void destroy(pointer __p) in _GLIBCXX_VISIBILITY() 125 void construct(pointer __p, const _Tp& __val) in _GLIBCXX_VISIBILITY() 128 void destroy(pointer __p) in _GLIBCXX_VISIBILITY() 173 typedef _Pointer_adapter<_Relative_pointer_impl<void> > pointer; in _GLIBCXX_VISIBILITY() typedef
|
| H A D | alloc_traits.h | 59 typedef typename _Base_type::pointer pointer; in _GLIBCXX_VISIBILITY() typedef 75 = std::__and_<std::is_same<pointer, _Ptr>, in _GLIBCXX_VISIBILITY() 120 typedef typename _Alloc::pointer pointer; in _GLIBCXX_VISIBILITY() typedef 128 static pointer in _GLIBCXX_VISIBILITY() 132 static void deallocate(_Alloc& __a, pointer __p, size_type __n) in _GLIBCXX_VISIBILITY() 136 static void construct(_Alloc& __a, pointer __p, const _Tp& __arg) in _GLIBCXX_VISIBILITY() 139 static void destroy(_Alloc& __a, pointer __p) in _GLIBCXX_VISIBILITY()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/ |
| H A D | types_traits.hpp | 128 typedef typename __rebind_ma::pointer mapped_pointer; 134 typedef typename __rebind_va::pointer pointer; typedef 161 typedef typename __rebind_ma::pointer mapped_pointer; 167 typedef typename __rebind_va::pointer pointer; typedef 195 typedef typename __rebind_ma::pointer mapped_pointer; 200 typedef typename __rebind_va::pointer pointer; typedef 234 typedef typename __rebind_ma::pointer mapped_pointer; 239 typedef typename __rebind_va::pointer pointer; typedef 273 typedef typename __rebind_a::pointer key_pointer;
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/ |
| H A D | types_traits.hpp | 128 typedef typename __rebind_ma::pointer mapped_pointer; 134 typedef typename __rebind_va::pointer pointer; typedef 161 typedef typename __rebind_ma::pointer mapped_pointer; 167 typedef typename __rebind_va::pointer pointer; typedef 195 typedef typename __rebind_ma::pointer mapped_pointer; 200 typedef typename __rebind_va::pointer pointer; typedef 234 typedef typename __rebind_ma::pointer mapped_pointer; 239 typedef typename __rebind_va::pointer pointer; typedef 273 typedef typename __rebind_a::pointer key_pointer;
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/ |
| H A D | debug_allocator.h | 68 typedef typename _Alloc::pointer pointer; in _GLIBCXX_VISIBILITY() typedef 88 pointer in _GLIBCXX_VISIBILITY() 91 pointer __res = _M_allocator.allocate(__n + _M_extra); in _GLIBCXX_VISIBILITY() 97 pointer in _GLIBCXX_VISIBILITY() 100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint); in _GLIBCXX_VISIBILITY() 107 deallocate(pointer __p, size_type __n) in _GLIBCXX_VISIBILITY() 111 pointer __real_p = __p - _M_extra; in _GLIBCXX_VISIBILITY()
|
| H A D | bitmap_allocator.h | 77 typedef _Tp* pointer; in _GLIBCXX_VISIBILITY() typedef 82 typedef pointer iterator; in _GLIBCXX_VISIBILITY() 85 pointer _M_start; in _GLIBCXX_VISIBILITY() 86 pointer _M_finish; in _GLIBCXX_VISIBILITY() 87 pointer _M_end_of_storage; in _GLIBCXX_VISIBILITY() 93 pointer in _GLIBCXX_VISIBILITY() 95 { return static_cast<pointer>(::operator new(__n * sizeof(_Tp))); } in _GLIBCXX_VISIBILITY() 98 deallocate(pointer __p, size_type) in _GLIBCXX_VISIBILITY() 285 typedef _Tp pointer; in _GLIBCXX_VISIBILITY() 286 pointer _M_ptr_value; in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | extptr_allocator.h | 63 typedef _Pointer_adapter<_Relative_pointer_impl<_Tp> > pointer; in _GLIBCXX_VISIBILITY() typedef 89 pointer address(reference __x) const _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY() 95 pointer allocate(size_type __n, void* __hint = 0) in _GLIBCXX_VISIBILITY() 98 void deallocate(pointer __p, size_type __n) in _GLIBCXX_VISIBILITY() 112 construct(pointer __p, _Args&&... __args) in _GLIBCXX_VISIBILITY() 120 void destroy(pointer __p) in _GLIBCXX_VISIBILITY() 125 void construct(pointer __p, const _Tp& __val) in _GLIBCXX_VISIBILITY() 128 void destroy(pointer __p) in _GLIBCXX_VISIBILITY() 173 typedef _Pointer_adapter<_Relative_pointer_impl<void> > pointer; in _GLIBCXX_VISIBILITY() typedef
|
| /dflybsd-src/contrib/ncurses/ncurses/base/ |
| H A D | vsscanf.c | 219 void *pointer; in vsscanf() 235 pointer = 0; in vsscanf() 303 pointer = &eaten; in vsscanf() 306 pointer = va_arg(ap, int *); in vsscanf() 309 pointer = va_arg(ap, short *); in vsscanf() 312 pointer = va_arg(ap, float *); in vsscanf() 315 pointer = va_arg(ap, double *); in vsscanf() 318 pointer = va_arg(ap, long *); in vsscanf() 321 pointer = va_arg(ap, void *); in vsscanf() 326 pointer = va_arg(ap, char *); in vsscanf() [all …]
|
| /dflybsd-src/sys/contrib/dev/acpica/generate/lint/ |
| H A D | options.lnt | 29 -emacro( (413), ACPI_OFFSET ) // use of NULL pointer creates a stir 30 -emacro( (413), ACPI_TO_INTEGER ) // use of NULL pointer creates a stir 31 -emacro( (413), ACPI_TO_POINTER ) // use of NULL pointer creates a stir 32 -emacro( (413), ACPI_ADD_PTR ) // use of NULL pointer creates a stir 33 -emacro( (413), ACPI_PTR_DIFF ) // use of NULL pointer creates a stir 34 -emacro( (413), ACPI_FADT_OFFSET ) // use of NULL pointer creates a stir 35 -emacro( (413), ASL_RESDESC_OFFSET ) // use of NULL pointer creates a stir 36 -emacro( (662), ACPI_ADD_PTR ) // allow pointer overrun for dynamic structs 37 -emacro( (797), ACPI_ADD_PTR ) // allow pointer overrun for dynamic structs 81 -e662 // Allow "pointer overrun" for dynamic structures [all …]
|
| /dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/ |
| H A D | iterator.hpp | 57 typedef pointer_ pointer; typedef in iterator_ 76 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); } in operator point_iterator_() 81 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); } in operator const point_iterator_() 84 pointer 88 return (const_cast<pointer>(base_type::m_p_value)); in operator ->() 125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) in iterator_()
|
| /dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/unordered_iterator/ |
| H A D | iterator.hpp | 57 typedef pointer_ pointer; typedef in iterator_ 76 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); } in operator point_iterator_() 81 { return point_iterator_(const_cast<pointer>(const_iterator_::m_p_value)); } in operator const point_iterator_() 84 pointer 88 return (const_cast<pointer>(base_type::m_p_value)); in operator ->() 125 iterator_(pointer p_value, PB_DS_GEN_POS pos, PB_DS_CLASS_C_DEC* p_tbl) in iterator_()
|