Home
last modified time | relevance | path

Searched defs:how (Results 1 – 25 of 74) sorted by relevance

123

/third_party/boost/boost/locale/
Dencoding.hpp52 …ype> to_utf(char const *begin,char const *end,std::locale const &loc,method_type how=default_metho… in to_utf()
63 …utf(CharType const *begin,CharType const *end,std::locale const &loc,method_type how=default_metho… in from_utf()
73 …<CharType> to_utf(std::string const &text,std::string const &charset,method_type how=default_metho… in to_utf()
82 …f(std::basic_string<CharType> const &text,std::string const &charset,method_type how=default_metho… in from_utf()
91 …_string<CharType> to_utf(char const *text,std::string const &charset,method_type how=default_metho… in to_utf()
103 …std::string from_utf(CharType const *text,std::string const &charset,method_type how=default_metho… in from_utf()
117 …ring<CharType> to_utf(std::string const &text,std::locale const &loc,method_type how=default_metho… in to_utf()
128 …m_utf(std::basic_string<CharType> const &text,std::locale const &loc,method_type how=default_metho… in from_utf()
139 …asic_string<CharType> to_utf(char const *text,std::locale const &loc,method_type how=default_metho… in to_utf()
153 … std::string from_utf(CharType const *text,std::locale const &loc,method_type how=default_method) in from_utf()
[all …]
Dencoding_utf.hpp34 utf_to_utf(CharIn const *begin,CharIn const *end,method_type how = default_method) in utf_to_utf()
59 utf_to_utf(CharIn const *str,method_type how = default_method) in utf_to_utf()
73 utf_to_utf(std::basic_string<CharIn> const &str,method_type how = default_method) in utf_to_utf()
/third_party/boost/libs/locale/src/encoding/
Dcodepage.cpp41 method_type how) in convert_between()
67 method_type how) in convert_to()
93 method_type how) in convert_from()
136 … std::string const &to_charset,std::string const &from_charset,method_type how) in between()
142 …c_string<char> to_utf(char const *begin,char const *end,std::string const &charset,method_type how) in to_utf()
148 … std::string from_utf(char const *begin,char const *end,std::string const &charset,method_type how) in from_utf()
154 …tring<wchar_t> to_utf(char const *begin,char const *end,std::string const &charset,method_type how) in to_utf()
160 …string from_utf(wchar_t const *begin,wchar_t const *end,std::string const &charset,method_type how) in from_utf()
167 …ring<char16_t> to_utf(char const *begin,char const *end,std::string const &charset,method_type how) in to_utf()
173 …ring from_utf(char16_t const *begin,char16_t const *end,std::string const &charset,method_type how) in from_utf()
[all …]
/third_party/boost/libs/locale/test/
Dtest_convert.cpp44 #define TEST_A(Chr,how,source,dest) \ argument
88 #define TEST_V(how,source_s,dest_s) \ in main() argument
102 … #define TEST_V(how,source_s,dest_s) TEST_A(wchar_t,how,to<wchar_t>(source_s),to<wchar_t>(dest_s)) in main() argument
107 …#define TEST_V(how,source_s,dest_s) TEST_A(char16_t,how,to<char16_t>(source_s),to<char16_t>(dest_s… in main() argument
113 …#define TEST_V(how,source_s,dest_s) TEST_A(char32_t,how,to<char32_t>(source_s),to<char32_t>(dest_s… in main() argument
/third_party/ltp/include/lapi/
Dopenat2.h51 struct open_how *how, size_t size) in openat2()
59 struct open_how how; member
Dsafe_rt_signal.h37 int how, const sigset_t *set, in safe_rt_sigprocmask()
56 #define SAFE_RT_SIGPROCMASK(how, set, oldset, sigsetsize) \ argument
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_mbuf.c109 m_get(int how, short type) in m_get()
151 m_gethdr(int how, short type) in m_gethdr()
243 m_clget(struct mbuf *m, int how) in m_clget()
289 m_getm2(struct mbuf *m, int len, int how, short type, int flags, int allonebuf) in m_getm2()
373 m_uiotombuf(struct uio *uio, int how, int len, int align, int flags) in m_uiotombuf()
1186 m_tag_copy_chain(struct mbuf *to, struct mbuf *from, int how) in m_tag_copy_chain()
1213 m_dup_pkthdr(struct mbuf *to, struct mbuf *from, int how) in m_dup_pkthdr()
1228 m_tag_copy(struct m_tag *t, int how) in m_tag_copy()
1320 m_prepend(struct mbuf *m, int len, int how) in m_prepend()
Duser_mbuf.h67 #define MGET(m, how, type) ((m) = m_get((how), (type))) argument
68 #define MGETHDR(m, how, type) ((m) = m_gethdr((how), (type))) argument
69 #define MCLGET(m, how) m_clget((m), (how)) argument
316 #define MBTOM(how) (how) argument
368 #define M_PREPEND(m, plen, how) do { \ argument
/third_party/ltp/testcases/kernel/syscalls/openat2/
Dopenat203.c12 static struct open_how *how; variable
22 struct open_how **how; member
Dopenat201.c13 static struct open_how *how; variable
24 struct open_how **how; member
Dopenat202.c12 static struct open_how *how; variable
/third_party/musl/src/network/
Dshutdown.c4 int shutdown(int fd, int how) in shutdown()
/third_party/boost/libs/locale/src/win32/
Dconverter.cpp32 …virtual std::wstring convert(converter_base::conversion_type how,wchar_t const *begin,wchar_t cons… in convert()
58 …virtual std::string convert(converter_base::conversion_type how,char const *begin,char const *end,… in convert()
/third_party/musl/src/signal/
Dsigprocmask.c4 int sigprocmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in sigprocmask()
/third_party/musl/src/thread/
Dpthread_sigmask.c5 int pthread_sigmask(int how, const sigset_t *restrict set, sigset_t *restrict old) in pthread_sigmask()
/third_party/libuv/src/unix/
Dpthread-fixes.c39 int uv__pthread_sigmask(int how, const sigset_t* set, sigset_t* oset) { in uv__pthread_sigmask()
/third_party/boost/libs/locale/src/std/
Dconverter.cpp43 …virtual string_type convert(converter_base::conversion_type how,char_type const *begin,char_type c… in convert()
78 …virtual std::string convert(converter_base::conversion_type how,char const *begin,char const *end,… in convert()
/third_party/boost/libs/locale/src/posix/
Dconverter.cpp70 …virtual string_type convert(converter_base::conversion_type how,char_type const *begin,char_type c… in convert()
107 …virtual std::string convert(converter_base::conversion_type how,char const *begin,char const *end,… in convert()
/third_party/boost/libs/locale/src/icu/
Dconversion.cpp72 …virtual string_type convert(converter_base::conversion_type how,char_type const *begin,char_type c… in convert()
148 …virtual std::string convert(converter_base::conversion_type how,char const *begin,char const *end,… in convert()
Dformatter.cpp399 std::ios_base::fmtflags how = (ios.flags() & std::ios_base::floatfield); in generate_formatter() local
435 std::ios_base::fmtflags how = (ios.flags() & std::ios_base::floatfield); in generate_formatter() local
/third_party/python/Lib/
Dsignal.py68 def pthread_sigmask(how, mask): argument
/third_party/zlib/contrib/blast/
Dblast.c432 local unsigned inf(void *how, unsigned char **buf) in inf()
440 local int outf(void *how, unsigned char *buf, unsigned len) in outf()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/blast/
Dblast.c432 local unsigned inf(void *how, unsigned char **buf) in inf()
440 local int outf(void *how, unsigned char *buf, unsigned len) in outf()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/blast/
Dblast.c432 local unsigned inf(void *how, unsigned char **buf) in inf()
440 local int outf(void *how, unsigned char *buf, unsigned len) in outf()
/third_party/libunwind/include/
Dlibunwind_i.h190 # define SIGPROCMASK(how, new_mask, old_mask) \ argument
193 # define SIGPROCMASK(how, new_mask, old_mask) mark_as_used(old_mask) argument

123