Home
last modified time | relevance | path

Searched defs:__str (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dwrite_escaped.h71 __write_escaped_code_unit(basic_string<_CharT>& __str, char32_t __value, const _CharT* __prefix) { in __write_escaped_code_unit()
89 _LIBCPP_HIDE_FROM_ABI void __write_well_formed_escaped_code_unit(basic_string<_CharT>& __str, char3… in __write_well_formed_escaped_code_unit()
99 _LIBCPP_HIDE_FROM_ABI void __write_escape_ill_formed_code_unit(basic_string<_CharT>& __str, char32_… in __write_escape_ill_formed_code_unit()
105 __is_escaped_sequence_written(basic_string<_CharT>& __str, bool __last_escaped, char32_t __value) { in __is_escaped_sequence_written()
140basic_string<_CharT>& __str, char32_t __value, bool __last_escaped, __escape_quotation_mark __mark… in __is_escaped_sequence_written()
187 __escape(basic_string<_CharT>& __str, basic_string_view<_CharT> __values, __escape_quotation_mark _… in __escape()
215 basic_string<_CharT> __str; variable
227 basic_string<_CharT> __str; variable
H A Dformatter_output.h302 _LIBCPP_HIDE_FROM_ABI int __truncate(basic_string_view<_CharT>& __str, int __precision) { in __truncate()
H A Dbuffer.h225 _LIBCPP_HIDE_FROM_ABI void __copy(basic_string_view<_InCharT> __str) { in __copy()
/freebsd/contrib/llvm-project/libcxx/include/__chrono/
H A Dstatically_widen.h29 _LIBCPP_HIDE_FROM_ABI constexpr const _CharT* __statically_widen(const char* __str, const wchar_t* … in __statically_widen()
35 # define _LIBCPP_STATICALLY_WIDEN(_CharT, __str) ::std::__statically_widen<_CharT>(__str, L##__s… argument
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__string/
H A Dconstexpr_c_functions.h50 inline _LIBCPP_HIDE_FROM_ABI size_t __constexpr_strlen(const _Tp* __str) _NOEXCEPT { in __constexpr_strlen()
125 _LIBCPP_HIDE_FROM_ABI _Tp* __constexpr_memchr(_Tp* __str, _Up __value, size_t __count) { in __constexpr_memchr()
/freebsd/contrib/llvm-project/libcxx/include/__string/
H A Dconstexpr_c_functions.h49 …HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 size_t __constexpr_strlen(const _Tp* __str) _NOEXCEPT { in __constexpr_strlen()
130 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 _Tp* __constexpr_memchr(_Tp* __str, _Up __value… in __constexpr_memchr()
/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dput_character_sequence.h30 __put_character_sequence(basic_ostream<_CharT, _Traits>& __os, const _CharT* __str, size_t __len) { in __put_character_sequence()
/freebsd/contrib/llvm-project/libcxx/include/__locale_dir/
H A Dwstring_convert.h71 _LIBCPP_HIDE_FROM_ABI wide_string from_bytes(const byte_string& __str) { in from_bytes()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__ostream/
H A Dbasic_ostream.h487 __put_character_sequence(basic_ostream<_CharT, _Traits>& __os, const _CharT* __str, size_t __len) { in __put_character_sequence()
/freebsd/crypto/krb5/src/util/verto/
H A Dverto.c44 #define __str(s) _str(s) macro
/freebsd/sys/dev/hptmv/
H A Dosbsd.h218 #define __str(x) __str_direct(x) macro
/freebsd/contrib/mandoc/
H A Droff.c167 #define PREDEF(__name, __str) \ argument