Home
last modified time | relevance | path

Searched +defs:from +defs:c (Results 1 – 25 of 22780) sorted by relevance

12345678910>>...912

/dports/misc/kcd/kcd-7.15.0/
H A Dseek.cc29 size_t SeekCharIgnoreEscape(char c, const char *buffer, size_t from, size_t length) in SeekCharIgnoreEscape()
91 size_t SeekChar(char c, const char *buffer, size_t from, size_t length, int nest) in SeekChar()
137 size_t SeekCaseCharIgnoreEscape(char c, const char *buffer, size_t from, size_t length) in SeekCaseCharIgnoreEscape()
200 size_t SeekCaseChar(char c, const char *buffer, size_t from, size_t length, int nest) in SeekCaseChar()
249 size_t SeekString(const char *str, const char *buffer, size_t from, size_t length, int nest) in SeekString()
273 size_t SeekCaseString(const char *str, const char *buffer, size_t from, size_t length, int nest) in SeekCaseString()
302 size_t SeekTokenEnd(const char *buffer, size_t from, size_t length) in SeekTokenEnd()
321 size_t SeekConfigTokenEnd(const char *buffer, size_t from, size_t length) in SeekConfigTokenEnd()
339 size_t SeekNonSpace(const char *buffer, size_t from, size_t length) in SeekNonSpace()
356 size_t SeekPastEqualSign(const char *buffer, size_t from, size_t length) in SeekPastEqualSign()
[all …]
/dports/www/anyterm/anyterm-1.1.29/libpbe/include/
H A DStringTransformer.hh33 for(int c=0; c<256; ++c) { in StringTransformer() local
38 void add_cc_rule(char from, char to) in add_cc_rule()
43 void add_cs_rule(char from, string to) in add_cs_rule()
49 void add_cf_rule(char from, const CharToStringFunc xform) in add_cf_rule()
55 void add_pc_rule(const CharPredicate from, char to) in add_pc_rule()
57 for(int c=0; c<256; ++c) { in add_pc_rule() local
65 void add_ps_rule(const CharPredicate from, string to) in add_ps_rule()
67 for(int c=0; c<256; ++c) { in add_ps_rule() local
75 void add_pf_rule(const CharPredicate from, const CharToStringFunc xform) in add_pf_rule()
77 for(int c=0; c<256; ++c) { in add_pf_rule() local
/dports/misc/mc/mc-4.8.27/src/vfs/smbfs/helpers/lib/
H A Dkanji.c186 sj_strchr (const char *s, int c) in sj_strchr()
210 sj_strrchr (const char *s, int c) in sj_strrchr()
237 skip_kanji_multibyte_char (char c) in skip_kanji_multibyte_char()
255 is_kanji_multibyte_char_1 (char c) in is_kanji_multibyte_char_1()
273 hangul_is_multibyte_char_1 (char c) in hangul_is_multibyte_char_1()
283 big5_is_multibyte_char_1 (char c) in big5_is_multibyte_char_1()
293 simpch_is_multibyte_char_1 (char c) in simpch_is_multibyte_char_1()
438 skip_generic_multibyte_char (char c) in skip_generic_multibyte_char()
482 sj_to_euc (char *from, BOOL overwrite) in sj_to_euc()
1409 skip_non_multibyte_char (char c) in skip_non_multibyte_char()
[all …]
/dports/misc/mc-nox11/mc-4.8.27/src/vfs/smbfs/helpers/lib/
H A Dkanji.c186 sj_strchr (const char *s, int c) in sj_strchr()
210 sj_strrchr (const char *s, int c) in sj_strrchr()
237 skip_kanji_multibyte_char (char c) in skip_kanji_multibyte_char()
255 is_kanji_multibyte_char_1 (char c) in is_kanji_multibyte_char_1()
273 hangul_is_multibyte_char_1 (char c) in hangul_is_multibyte_char_1()
283 big5_is_multibyte_char_1 (char c) in big5_is_multibyte_char_1()
293 simpch_is_multibyte_char_1 (char c) in simpch_is_multibyte_char_1()
438 skip_generic_multibyte_char (char c) in skip_generic_multibyte_char()
482 sj_to_euc (char *from, BOOL overwrite) in sj_to_euc()
1409 skip_non_multibyte_char (char c) in skip_non_multibyte_char()
[all …]
/dports/security/ADMsmb/ADMsmb_0.3/
H A Dkanji.c132 static char *sj_strchr (char *s, int c) in sj_strchr()
150 static char *sj_strrchr(char *s, int c) in sj_strrchr()
171 static int skip_kanji_multibyte_char(char c) in skip_kanji_multibyte_char()
185 static BOOL is_kanji_multibyte_char_1(char c) in is_kanji_multibyte_char_1()
202 static BOOL hangul_is_multibyte_char_1(char c) in hangul_is_multibyte_char_1()
211 static BOOL big5_is_multibyte_char_1(char c) in big5_is_multibyte_char_1()
220 static BOOL simpch_is_multibyte_char_1(char c) in simpch_is_multibyte_char_1()
297 static char *generic_multibyte_strchr(char *s, int c) in generic_multibyte_strchr()
337 static int skip_generic_multibyte_char(char c) in skip_generic_multibyte_char()
1109 static int skip_non_multibyte_char(char c) in skip_non_multibyte_char()
[all …]
/dports/net-im/jggtrans/jggtrans-2.2.6/src/
H A Dpresence.c163 int presence_send(struct stream_s *stream,const char *from, in presence_send()
207 int presence(struct stream_s *stream,const char *from,const char *to, in presence()
231 Contact *c; in presence_subscribe() local
284 Contact *c; in presence_subscribed() local
323 Contact *c; in presence_unsubscribed() local
360 Contact *c; in presence_unsubscribe() local
409 Contact *c; in presence_probe() local
470 Contact *c=(Contact *)it->data; in presence_probe() local
500 Contact *c; in presence_direct_available() local
521 Contact *c; in presence_direct_unavailable() local
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/filesystem/
H A Dpath_traits.hpp77 empty(const Container & c) in empty()
110 void convert(const char* from, in convert()
119 void convert(const wchar_t* from, in convert()
161 void convert(const char* from, in convert()
181 void convert(const wchar_t* from, in convert()
200 void convert(const char* from, std::string & to) in convert()
217 void convert(const wchar_t* from, std::wstring & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/filesystem/
H A Dpath_traits.hpp77 empty(const Container & c) in empty()
110 void convert(const char* from, in convert()
119 void convert(const wchar_t* from, in convert()
161 void convert(const char* from, in convert()
181 void convert(const wchar_t* from, in convert()
200 void convert(const char* from, std::string & to) in convert()
217 void convert(const wchar_t* from, std::wstring & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/filesystem/
H A Dpath_traits.hpp130 empty(Container const& c) in empty()
201 inline void convert(const char* from, std::string& to, codecvt_type const&) in convert() argument
224 inline void convert(const char* from, const char* from_end, std::string& to) in convert()
231 inline void convert(const char* from, std::string& to) in convert()
246 inline void convert(const wchar_t* from, std::wstring& to) in convert()
282 inline void dispatch(std::string const& c, U& to) in dispatch()
288 inline void dispatch(std::wstring const& c, U& to) in dispatch()
294 inline void dispatch(std::vector< char > const& c, U& to) in dispatch()
300 inline void dispatch(std::vector< wchar_t > const& c, U& to) in dispatch()
312 dispatch(Container const& c, U& to, codecvt_type const& cvt) in dispatch()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/filesystem/
H A Dpath_traits.hpp77 empty(const Container & c) in empty()
110 void convert(const char* from, in convert()
119 void convert(const wchar_t* from, in convert()
161 void convert(const char* from, in convert()
181 void convert(const wchar_t* from, in convert()
200 void convert(const char* from, std::string & to) in convert()
217 void convert(const wchar_t* from, std::wstring & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/filesystem/
H A Dpath_traits.hpp77 empty(const Container & c) in empty()
110 void convert(const char* from, in convert()
119 void convert(const wchar_t* from, in convert()
161 void convert(const char* from, in convert()
181 void convert(const wchar_t* from, in convert()
200 void convert(const char* from, std::string & to) in convert()
217 void convert(const wchar_t* from, std::wstring & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/filesystem/
H A Dpath_traits.hpp77 empty(const Container & c) in empty()
110 void convert(const char* from, in convert()
119 void convert(const wchar_t* from, in convert()
161 void convert(const char* from, in convert()
181 void convert(const wchar_t* from, in convert()
200 void convert(const char* from, std::string & to) in convert()
217 void convert(const wchar_t* from, std::wstring & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/filesystem/
H A Dpath_traits.hpp77 empty(const Container & c) in empty()
110 void convert(const char* from, in convert()
119 void convert(const wchar_t* from, in convert()
161 void convert(const char* from, in convert()
181 void convert(const wchar_t* from, in convert()
200 void convert(const char* from, std::string & to) in convert()
217 void convert(const wchar_t* from, std::wstring & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/filesystem/
H A Dpath_traits.hpp77 empty(const Container & c) in empty()
110 void convert(const char* from, in convert()
119 void convert(const wchar_t* from, in convert()
161 void convert(const char* from, in convert()
181 void convert(const wchar_t* from, in convert()
200 void convert(const char* from, std::string & to) in convert()
217 void convert(const wchar_t* from, std::wstring & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/filesystem/
H A Dpath_traits.hpp77 empty(const Container & c) in empty()
110 void convert(const char* from, in convert()
119 void convert(const wchar_t* from, in convert()
161 void convert(const char* from, in convert()
181 void convert(const wchar_t* from, in convert()
200 void convert(const char* from, std::string & to) in convert()
217 void convert(const wchar_t* from, std::wstring & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/filesystem/
H A Dpath_traits.hpp77 empty(const Container & c) in empty()
110 void convert(const char* from, in convert()
119 void convert(const wchar_t* from, in convert()
161 void convert(const char* from, in convert()
181 void convert(const wchar_t* from, in convert()
200 void convert(const char* from, std::string & to) in convert()
217 void convert(const wchar_t* from, std::wstring & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/filesystem/
H A Dpath_traits.hpp77 empty(const Container & c) in empty()
110 void convert(const char* from, in convert()
119 void convert(const wchar_t* from, in convert()
161 void convert(const char* from, in convert()
181 void convert(const wchar_t* from, in convert()
200 void convert(const char* from, std::string & to) in convert()
217 void convert(const wchar_t* from, std::wstring & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/filesystem/
H A Dpath_traits.hpp77 empty(const Container & c) in empty()
110 void convert(const char* from, in convert()
119 void convert(const wchar_t* from, in convert()
161 void convert(const char* from, in convert()
181 void convert(const wchar_t* from, in convert()
200 void convert(const char* from, std::string & to) in convert()
217 void convert(const wchar_t* from, std::wstring & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/filesystem/
H A Dpath_traits.hpp77 empty(const Container & c) in empty()
110 void convert(const char* from, in convert()
119 void convert(const wchar_t* from, in convert()
161 void convert(const char* from, in convert()
181 void convert(const wchar_t* from, in convert()
200 void convert(const char* from, std::string & to) in convert()
217 void convert(const wchar_t* from, std::wstring & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/filesystem/
H A Dpath_traits.hpp77 empty(const Container & c) in empty()
110 void convert(const char* from, in convert()
119 void convert(const wchar_t* from, in convert()
161 void convert(const char* from, in convert()
181 void convert(const wchar_t* from, in convert()
200 void convert(const char* from, std::string & to) in convert()
217 void convert(const wchar_t* from, std::wstring & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/filesystem/
H A Dpath_traits.hpp77 empty(const Container & c) in empty()
110 void convert(const char* from, in convert()
119 void convert(const wchar_t* from, in convert()
161 void convert(const char* from, in convert()
181 void convert(const wchar_t* from, in convert()
200 void convert(const char* from, std::string & to) in convert()
217 void convert(const wchar_t* from, std::wstring & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/filesystem/
H A Dpath_traits.hpp77 empty(const Container & c) in empty()
110 void convert(const char* from, in convert()
119 void convert(const wchar_t* from, in convert()
161 void convert(const char* from, in convert()
181 void convert(const wchar_t* from, in convert()
200 void convert(const char* from, std::string & to) in convert()
217 void convert(const wchar_t* from, std::wstring & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/filesystem/
H A Dpath_traits.hpp77 empty(const Container & c) in empty()
110 void convert(const char* from, in convert()
119 void convert(const wchar_t* from, in convert()
161 void convert(const char* from, in convert()
181 void convert(const wchar_t* from, in convert()
200 void convert(const char* from, std::string & to) in convert()
217 void convert(const wchar_t* from, std::wstring & to) in convert()
253 void dispatch(const std::string& c, U& to) in dispatch()
259 void dispatch(const std::wstring& c, U& to) in dispatch()
265 void dispatch(const std::vector<char>& c, U& to) in dispatch()
[all …]
/dports/graphics/cfdg/cfdg-3.3_1/src-common/
H A DCmdInfo.cpp36 CommandInfo::CommandInfo(unsigned i, ASTcompiledPath* path, double w, const ASTpathCommand* c) in CommandInfo()
49 CommandInfo::tryInit(unsigned i, ASTcompiledPath* path, double w, const ASTpathCommand* c) in tryInit()
58 CommandInfo::init(unsigned i, ASTcompiledPath* path, double w, const ASTpathCommand* c) in init()
76 CommandInfo::CommandInfo(CommandInfo&& from) noexcept in CommandInfo() function in AST::CommandInfo
82 CommandInfo::CommandInfo(const CommandInfo& from) in CommandInfo()
89 CommandInfo::operator=(CommandInfo&& from) noexcept in operator =()
102 CommandInfo::operator=(const CommandInfo& from) in operator =()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/irregexp/
H A DRegExpInterpreter.cpp271 uint32_t c = Load32Aligned(pc + 4); in InterpretCode() local
279 uint32_t c = (insn >> BYTECODE_SHIFT); in InterpretCode() local
287 uint32_t c = Load32Aligned(pc + 4); in InterpretCode() local
295 uint32_t c = (insn >> BYTECODE_SHIFT); in InterpretCode() local
303 uint32_t c = Load32Aligned(pc + 4); in InterpretCode() local
319 uint32_t c = Load32Aligned(pc + 4); in InterpretCode() local
345 uint32_t from = Load16Aligned(pc + 4); in InterpretCode() local
354 uint32_t from = Load16Aligned(pc + 4); in InterpretCode() local
413 int from = registers[insn >> BYTECODE_SHIFT]; in InterpretCode() local
437 int from = registers[insn >> BYTECODE_SHIFT]; in InterpretCode() local
[all …]

12345678910>>...912