| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | __functional_03 | 108 explicit __func(_Fp __f) : __f_(_VSTD::move(__f)) {} 109 explicit __func(_Fp __f, _Alloc __a) : __f_(_VSTD::move(__f), _VSTD::move(__a)) {} 193 _LIBCPP_INLINE_VISIBILITY explicit __func(_Fp __f) : __f_(_VSTD::move(__f)) {} 194 _LIBCPP_INLINE_VISIBILITY explicit __func(_Fp __f, _Alloc __a) 195 : __f_(_VSTD::move(__f), _VSTD::move(__a)) {} 279 _LIBCPP_INLINE_VISIBILITY explicit __func(_Fp __f) : __f_(_VSTD::move(__f)) {} 280 _LIBCPP_INLINE_VISIBILITY explicit __func(_Fp __f, _Alloc __a) 281 : __f_(_VSTD::move(__f), _VSTD::move(__a)) {} 365 _LIBCPP_INLINE_VISIBILITY explicit __func(_Fp __f) : __f_(_VSTD::move(__f)) {} 366 _LIBCPP_INLINE_VISIBILITY explicit __func(_Fp __f, _Alloc __a) [all …]
|
| H A D | __functional_base_03 | 75 __invoke(_Fn __f, _T1& __t1) { 76 return (__t1.*__f)(); 82 __invoke(_Fn __f, _T1& __t1, _A0& __a0) { 83 return (__t1.*__f)(__a0); 89 __invoke(_Fn __f, _T1& __t1, _A0& __a0, _A1& __a1) { 90 return (__t1.*__f)(__a0, __a1); 96 __invoke(_Fn __f, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) { 97 return (__t1.*__f)(__a0, __a1, __a2); 103 __invoke(_Fn __f, _T1& __t1) { 104 return ((*__t1).*__f)(); [all …]
|
| H A D | functional | 1090 _LIBCPP_INLINE_VISIBILITY explicit pointer_to_unary_function(_Result (*__f)(_Arg)) 1091 : __f_(__f) {} 1099 ptr_fun(_Result (*__f)(_Arg)) 1100 {return pointer_to_unary_function<_Arg,_Result>(__f);} 1108 _LIBCPP_INLINE_VISIBILITY explicit pointer_to_binary_function(_Result (*__f)(_Arg1, _Arg2)) 1109 : __f_(__f) {} 1117 ptr_fun(_Result (*__f)(_Arg1,_Arg2)) 1118 {return pointer_to_binary_function<_Arg1,_Arg2,_Result>(__f);} 1147 mem_fun(_Sp (_Tp::*__f)()) 1148 {return mem_fun_t<_Sp,_Tp>(__f);} [all …]
|
| H A D | deque | 191 copy(_RAIter __f, 199 copy(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f, 206 copy(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f, 213 copy_backward(_RAIter __f, 221 copy_backward(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f, 228 copy_backward(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f, 235 move(_RAIter __f, 243 move(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f, 250 move(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f, 257 move_backward(_RAIter __f, [all …]
|
| H A D | future | 865 explicit __deferred_assoc_state(_Fp&& __f); 875 __deferred_assoc_state<_Rp, _Fp>::__deferred_assoc_state(_Fp&& __f) 876 : __func_(_VSTD::forward<_Fp>(__f)) 912 explicit __deferred_assoc_state(_Fp&& __f); 922 __deferred_assoc_state<void, _Fp>::__deferred_assoc_state(_Fp&& __f) 923 : __func_(_VSTD::forward<_Fp>(__f)) 961 explicit __async_assoc_state(_Fp&& __f); 971 __async_assoc_state<_Rp, _Fp>::__async_assoc_state(_Fp&& __f) 972 : __func_(_VSTD::forward<_Fp>(__f)) 1016 explicit __async_assoc_state(_Fp&& __f); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | __functional_03 | 108 explicit __func(_Fp __f) : __f_(_VSTD::move(__f)) {} 109 explicit __func(_Fp __f, _Alloc __a) : __f_(_VSTD::move(__f), _VSTD::move(__a)) {} 193 _LIBCPP_INLINE_VISIBILITY explicit __func(_Fp __f) : __f_(_VSTD::move(__f)) {} 194 _LIBCPP_INLINE_VISIBILITY explicit __func(_Fp __f, _Alloc __a) 195 : __f_(_VSTD::move(__f), _VSTD::move(__a)) {} 279 _LIBCPP_INLINE_VISIBILITY explicit __func(_Fp __f) : __f_(_VSTD::move(__f)) {} 280 _LIBCPP_INLINE_VISIBILITY explicit __func(_Fp __f, _Alloc __a) 281 : __f_(_VSTD::move(__f), _VSTD::move(__a)) {} 365 _LIBCPP_INLINE_VISIBILITY explicit __func(_Fp __f) : __f_(_VSTD::move(__f)) {} 366 _LIBCPP_INLINE_VISIBILITY explicit __func(_Fp __f, _Alloc __a) [all …]
|
| H A D | __functional_base_03 | 75 __invoke(_Fn __f, _T1& __t1) { 76 return (__t1.*__f)(); 82 __invoke(_Fn __f, _T1& __t1, _A0& __a0) { 83 return (__t1.*__f)(__a0); 89 __invoke(_Fn __f, _T1& __t1, _A0& __a0, _A1& __a1) { 90 return (__t1.*__f)(__a0, __a1); 96 __invoke(_Fn __f, _T1& __t1, _A0& __a0, _A1& __a1, _A2& __a2) { 97 return (__t1.*__f)(__a0, __a1, __a2); 103 __invoke(_Fn __f, _T1& __t1) { 104 return ((*__t1).*__f)(); [all …]
|
| H A D | functional | 1090 _LIBCPP_INLINE_VISIBILITY explicit pointer_to_unary_function(_Result (*__f)(_Arg)) 1091 : __f_(__f) {} 1099 ptr_fun(_Result (*__f)(_Arg)) 1100 {return pointer_to_unary_function<_Arg,_Result>(__f);} 1108 _LIBCPP_INLINE_VISIBILITY explicit pointer_to_binary_function(_Result (*__f)(_Arg1, _Arg2)) 1109 : __f_(__f) {} 1117 ptr_fun(_Result (*__f)(_Arg1,_Arg2)) 1118 {return pointer_to_binary_function<_Arg1,_Arg2,_Result>(__f);} 1147 mem_fun(_Sp (_Tp::*__f)()) 1148 {return mem_fun_t<_Sp,_Tp>(__f);} [all …]
|
| H A D | deque | 191 copy(_RAIter __f, 199 copy(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f, 206 copy(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f, 213 copy_backward(_RAIter __f, 221 copy_backward(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f, 228 copy_backward(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f, 235 move(_RAIter __f, 243 move(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f, 250 move(__deque_iterator<_V1, _P1, _R1, _M1, _D1, _B1> __f, 257 move_backward(_RAIter __f, [all …]
|
| H A D | future | 865 explicit __deferred_assoc_state(_Fp&& __f); 875 __deferred_assoc_state<_Rp, _Fp>::__deferred_assoc_state(_Fp&& __f) 876 : __func_(_VSTD::forward<_Fp>(__f)) 912 explicit __deferred_assoc_state(_Fp&& __f); 922 __deferred_assoc_state<void, _Fp>::__deferred_assoc_state(_Fp&& __f) 923 : __func_(_VSTD::forward<_Fp>(__f)) 961 explicit __async_assoc_state(_Fp&& __f); 971 __async_assoc_state<_Rp, _Fp>::__async_assoc_state(_Fp&& __f) 972 : __func_(_VSTD::forward<_Fp>(__f)) 1016 explicit __async_assoc_state(_Fp&& __f); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/ |
| H A D | functional | 117 default_searcher(_ForwardIterator __f, _ForwardIterator __l, 119 : __first_(__f), __last_(__l), __pred_(__p) {} 124 operator () (_ForwardIterator2 __f, _ForwardIterator2 __l) const 126 return _VSTD::__search(__f, __l, __first_, __last_, __pred_, 140 make_default_searcher( _ForwardIterator __f, _ForwardIterator __l, _BinaryPredicate __p = _BinaryPr… 142 return default_searcher<_ForwardIterator, _BinaryPredicate>(__f, __l, __p); 225 boyer_moore_searcher(_RandomAccessIterator1 __f, _RandomAccessIterator1 __l, 227 : __first_(__f), __last_(__l), __pred_(__pred), 233 for ( difference_type __i = 0; __f != __l; ++__f, (void) ++__i ) 234 __skip_->insert(*__f, __i); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/ |
| H A D | functional | 117 default_searcher(_ForwardIterator __f, _ForwardIterator __l, 119 : __first_(__f), __last_(__l), __pred_(__p) {} 124 operator () (_ForwardIterator2 __f, _ForwardIterator2 __l) const 126 return _VSTD::__search(__f, __l, __first_, __last_, __pred_, 140 make_default_searcher( _ForwardIterator __f, _ForwardIterator __l, _BinaryPredicate __p = _BinaryPr… 142 return default_searcher<_ForwardIterator, _BinaryPredicate>(__f, __l, __p); 225 boyer_moore_searcher(_RandomAccessIterator1 __f, _RandomAccessIterator1 __l, 227 : __first_(__f), __last_(__l), __pred_(__pred), 233 for ( difference_type __i = 0; __f != __l; ++__f, (void) ++__i ) 234 __skip_->insert(*__f, __i); [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | iomanip | 71 operator>>(basic_istream<_CharT, _Traits>& __is, _Resetiosflags __f) 73 __is.setf(ios_base::fmtflags(0), __f._M_mask); 79 operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f) 81 __os.setf(ios_base::fmtflags(0), __f._M_mask); 101 operator>>(basic_istream<_CharT, _Traits>& __is, _Setiosflags __f) 103 __is.setf(__f._M_mask); 109 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f) 111 __os.setf(__f._M_mask); 132 operator>>(basic_istream<_CharT, _Traits>& __is, _Setbase __f) 134 __is.setf(__f._M_base == 8 ? ios_base::oct : [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | iomanip | 71 operator>>(basic_istream<_CharT, _Traits>& __is, _Resetiosflags __f) 73 __is.setf(ios_base::fmtflags(0), __f._M_mask); 79 operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f) 81 __os.setf(ios_base::fmtflags(0), __f._M_mask); 101 operator>>(basic_istream<_CharT, _Traits>& __is, _Setiosflags __f) 103 __is.setf(__f._M_mask); 109 operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f) 111 __os.setf(__f._M_mask); 132 operator>>(basic_istream<_CharT, _Traits>& __is, _Setbase __f) 134 __is.setf(__f._M_base == 8 ? ios_base::oct : [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/ |
| H A D | std_function.h | 140 const _Functor& __f = __source._M_access<_Functor>(); in _GLIBCXX_VISIBILITY() local 141 return const_cast<_Functor*>(std::__addressof(__f)); in _GLIBCXX_VISIBILITY() 207 _M_init_functor(_Any_data& __functor, _Functor&& __f) in _GLIBCXX_VISIBILITY() 208 { _M_init_functor(__functor, std::move(__f), _Local_storage()); } in _GLIBCXX_VISIBILITY() 212 _M_not_empty_function(const function<_Signature>& __f) in _GLIBCXX_VISIBILITY() 213 { return static_cast<bool>(__f); } in _GLIBCXX_VISIBILITY() 232 _M_init_functor(_Any_data& __functor, _Functor&& __f, true_type) in _GLIBCXX_VISIBILITY() 233 { ::new (__functor._M_access()) _Functor(std::move(__f)); } in _GLIBCXX_VISIBILITY() 236 _M_init_functor(_Any_data& __functor, _Functor&& __f, false_type) in _GLIBCXX_VISIBILITY() 237 { __functor._M_access<_Functor*>() = new _Functor(std::move(__f)); } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | uniform_int_dist.h | 199 __generate(_ForwardIterator __f, _ForwardIterator __t, in _GLIBCXX_VISIBILITY() 201 { this->__generate(__f, __t, __urng, _M_param); } in _GLIBCXX_VISIBILITY() 206 __generate(_ForwardIterator __f, _ForwardIterator __t, in _GLIBCXX_VISIBILITY() 209 { this->__generate_impl(__f, __t, __urng, __p); } in _GLIBCXX_VISIBILITY() 213 __generate(result_type* __f, result_type* __t, in _GLIBCXX_VISIBILITY() 216 { this->__generate_impl(__f, __t, __urng, __p); } in _GLIBCXX_VISIBILITY() 231 __generate_impl(_ForwardIterator __f, _ForwardIterator __t, in _GLIBCXX_VISIBILITY() 309 __generate_impl(_ForwardIterator __f, _ForwardIterator __t, in _GLIBCXX_VISIBILITY() 333 while (__f != __t) in _GLIBCXX_VISIBILITY() 336 *__f++ = (__ret & __urange) + __param.a(); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | random.h | 471 _UIntType __c, size_t __l, _UIntType __f> in _GLIBCXX_VISIBILITY() 498 static_assert(__f <= (__detail::_Shift<_UIntType, __w>::__value - 1), in _GLIBCXX_VISIBILITY() 522 static constexpr result_type initialization_multiplier = __f; in _GLIBCXX_VISIBILITY() 667 _UIntType __c, size_t __l, _UIntType __f> in _GLIBCXX_VISIBILITY() 670 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __lhs, in _GLIBCXX_VISIBILITY() 672 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __rhs) in _GLIBCXX_VISIBILITY() 1874 __generate(_ForwardIterator __f, _ForwardIterator __t, in _GLIBCXX_VISIBILITY() 1876 { this->__generate(__f, __t, __urng, _M_param); } in _GLIBCXX_VISIBILITY() 1881 __generate(_ForwardIterator __f, _ForwardIterator __t, in _GLIBCXX_VISIBILITY() 1884 { this->__generate_impl(__f, __t, __urng, __p); } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | random.tcc | 194 _UIntType __f> 197 __s, __b, __t, __c, __l, __f>::word_size; 203 _UIntType __f> 206 __s, __b, __t, __c, __l, __f>::state_size; 212 _UIntType __f> 215 __s, __b, __t, __c, __l, __f>::shift_size; 221 _UIntType __f> 224 __s, __b, __t, __c, __l, __f>::mask_bits; 230 _UIntType __f> 233 __s, __b, __t, __c, __l, __f>::xor_mask; [all …]
|
| H A D | invoke.h | 59 __invoke_impl(__invoke_other, _Fn&& __f, _Args&&... __args) in _GLIBCXX_VISIBILITY() 60 { return std::forward<_Fn>(__f)(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY() 64 __invoke_impl(__invoke_memfun_ref, _MemFun&& __f, _Tp&& __t, in _GLIBCXX_VISIBILITY() 66 { return (__invfwd<_Tp>(__t).*__f)(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY() 70 __invoke_impl(__invoke_memfun_deref, _MemFun&& __f, _Tp&& __t, in _GLIBCXX_VISIBILITY() 73 return ((*std::forward<_Tp>(__t)).*__f)(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY() 78 __invoke_impl(__invoke_memobj_ref, _MemPtr&& __f, _Tp&& __t) in _GLIBCXX_VISIBILITY() 79 { return __invfwd<_Tp>(__t).*__f; } in _GLIBCXX_VISIBILITY() 83 __invoke_impl(__invoke_memobj_deref, _MemPtr&& __f, _Tp&& __t) in _GLIBCXX_VISIBILITY() 84 { return (*std::forward<_Tp>(__t)).*__f; } in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/ |
| H A D | std_function.h | 140 const _Functor& __f = __source._M_access<_Functor>(); in _GLIBCXX_VISIBILITY() local 141 return const_cast<_Functor*>(std::__addressof(__f)); in _GLIBCXX_VISIBILITY() 207 _M_init_functor(_Any_data& __functor, _Functor&& __f) in _GLIBCXX_VISIBILITY() 208 { _M_init_functor(__functor, std::move(__f), _Local_storage()); } in _GLIBCXX_VISIBILITY() 212 _M_not_empty_function(const function<_Signature>& __f) in _GLIBCXX_VISIBILITY() 213 { return static_cast<bool>(__f); } in _GLIBCXX_VISIBILITY() 232 _M_init_functor(_Any_data& __functor, _Functor&& __f, true_type) in _GLIBCXX_VISIBILITY() 233 { ::new (__functor._M_access()) _Functor(std::move(__f)); } in _GLIBCXX_VISIBILITY() 236 _M_init_functor(_Any_data& __functor, _Functor&& __f, false_type) in _GLIBCXX_VISIBILITY() 237 { __functor._M_access<_Functor*>() = new _Functor(std::move(__f)); } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | uniform_int_dist.h | 199 __generate(_ForwardIterator __f, _ForwardIterator __t, in _GLIBCXX_VISIBILITY() 201 { this->__generate(__f, __t, __urng, _M_param); } in _GLIBCXX_VISIBILITY() 206 __generate(_ForwardIterator __f, _ForwardIterator __t, in _GLIBCXX_VISIBILITY() 209 { this->__generate_impl(__f, __t, __urng, __p); } in _GLIBCXX_VISIBILITY() 213 __generate(result_type* __f, result_type* __t, in _GLIBCXX_VISIBILITY() 216 { this->__generate_impl(__f, __t, __urng, __p); } in _GLIBCXX_VISIBILITY() 231 __generate_impl(_ForwardIterator __f, _ForwardIterator __t, in _GLIBCXX_VISIBILITY() 309 __generate_impl(_ForwardIterator __f, _ForwardIterator __t, in _GLIBCXX_VISIBILITY() 333 while (__f != __t) in _GLIBCXX_VISIBILITY() 336 *__f++ = (__ret & __urange) + __param.a(); in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | random.h | 471 _UIntType __c, size_t __l, _UIntType __f> in _GLIBCXX_VISIBILITY() 498 static_assert(__f <= (__detail::_Shift<_UIntType, __w>::__value - 1), in _GLIBCXX_VISIBILITY() 522 static constexpr result_type initialization_multiplier = __f; in _GLIBCXX_VISIBILITY() 667 _UIntType __c, size_t __l, _UIntType __f> in _GLIBCXX_VISIBILITY() 670 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __lhs, in _GLIBCXX_VISIBILITY() 672 __r, __a, __u, __d, __s, __b, __t, __c, __l, __f>& __rhs) in _GLIBCXX_VISIBILITY() 1874 __generate(_ForwardIterator __f, _ForwardIterator __t, in _GLIBCXX_VISIBILITY() 1876 { this->__generate(__f, __t, __urng, _M_param); } in _GLIBCXX_VISIBILITY() 1881 __generate(_ForwardIterator __f, _ForwardIterator __t, in _GLIBCXX_VISIBILITY() 1884 { this->__generate_impl(__f, __t, __urng, __p); } in _GLIBCXX_VISIBILITY() [all …]
|
| H A D | random.tcc | 194 _UIntType __f> 197 __s, __b, __t, __c, __l, __f>::word_size; 203 _UIntType __f> 206 __s, __b, __t, __c, __l, __f>::state_size; 212 _UIntType __f> 215 __s, __b, __t, __c, __l, __f>::shift_size; 221 _UIntType __f> 224 __s, __b, __t, __c, __l, __f>::mask_bits; 230 _UIntType __f> 233 __s, __b, __t, __c, __l, __f>::xor_mask; [all …]
|
| H A D | invoke.h | 59 __invoke_impl(__invoke_other, _Fn&& __f, _Args&&... __args) in _GLIBCXX_VISIBILITY() 60 { return std::forward<_Fn>(__f)(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY() 64 __invoke_impl(__invoke_memfun_ref, _MemFun&& __f, _Tp&& __t, in _GLIBCXX_VISIBILITY() 66 { return (__invfwd<_Tp>(__t).*__f)(std::forward<_Args>(__args)...); } in _GLIBCXX_VISIBILITY() 70 __invoke_impl(__invoke_memfun_deref, _MemFun&& __f, _Tp&& __t, in _GLIBCXX_VISIBILITY() 73 return ((*std::forward<_Tp>(__t)).*__f)(std::forward<_Args>(__args)...); in _GLIBCXX_VISIBILITY() 78 __invoke_impl(__invoke_memobj_ref, _MemPtr&& __f, _Tp&& __t) in _GLIBCXX_VISIBILITY() 79 { return __invfwd<_Tp>(__t).*__f; } in _GLIBCXX_VISIBILITY() 83 __invoke_impl(__invoke_memobj_deref, _MemPtr&& __f, _Tp&& __t) in _GLIBCXX_VISIBILITY() 84 { return (*std::forward<_Tp>(__t)).*__f; } in _GLIBCXX_VISIBILITY()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/support/win32/ |
| H A D | locale_win32.h | 177 #define strftime_l( __s, __l, __f, __tm, __loc ) strftime( __s, __l, __f, __tm ) argument 181 #define sscanf_l( __s, __l, __f, ...) _sscanf_l( __s, __f, __l, __VA_ARGS__ ) argument 182 #define sprintf_l( __s, __l, __f, ... ) _sprintf_l( __s, __f, __l, __VA_ARGS__ ) argument 183 #define vsprintf_l( __s, __l, __f, ... ) _vsprintf_l( __s, __f, __l, __VA_ARGS__ ) argument 184 #define vsnprintf_l( __s, __n, __l, __f, ... ) _vsnprintf_l( __s, __n, __f, __l, __VA_ARGS__ ) argument
|