Home
last modified time | relevance | path

Searched refs:pointer (Results 1 – 25 of 551) sorted by relevance

12345678910>>...23

/dflybsd-src/usr.bin/telnet/
H A Dutilities.c279 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 Dutility.c506 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 Dunique_ptr.h94 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 Dunique_ptr.h130 _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 Dstl_iterator_base_types.h127 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 Dtraits.hpp74 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 Dtraits.hpp74 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 Demutls.c34 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 Demutls.c34 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 Dprint-sflow.c304 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 Dnode_iterators.hpp63 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 Dnode_iterators.hpp63 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 Dbitmap_allocator.h77 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 Ddebug_allocator.h71 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 Dextptr_allocator.h63 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 Dalloc_traits.h59 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 Dtypes_traits.hpp128 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 Dtypes_traits.hpp128 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 Ddebug_allocator.h68 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 Dbitmap_allocator.h77 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 Dextptr_allocator.h63 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 Dvsscanf.c219 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 Doptions.lnt29 -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 Diterator.hpp57 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 Diterator.hpp57 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_()

12345678910>>...23