Home
last modified time | relevance | path

Searched defs:c_str (Results 1 – 25 of 2614) sorted by relevance

12345678910>>...105

/dports/graphics/cegui/cegui-0.8.7/cegui/src/
H A DString.cpp308 bool operator==(const String& str, const char* c_str) in operator ==()
313 bool operator==(const char* c_str, const String& str) in operator ==()
318 bool operator!=(const String& str, const char* c_str) in operator !=()
323 bool operator!=(const char* c_str, const String& str) in operator !=()
328 bool operator<(const String& str, const char* c_str) in operator <()
333 bool operator<(const char* c_str, const String& str) in operator <()
338 bool operator>(const String& str, const char* c_str) in operator >()
343 bool operator>(const char* c_str, const String& str) in operator >()
348 bool operator<=(const String& str, const char* c_str) in operator <=()
353 bool operator<=(const char* c_str, const String& str) in operator <=()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/NassiShneiderman/
H A Dparseactions.cpp128 CreateNassiBreakBrick::CreateNassiBreakBrick(wxString &c_str, wxString &s_str, NassiBrick *&brick): in CreateNassiBreakBrick()
142 CreateNassiContinueBrick::CreateNassiContinueBrick(wxString &c_str, wxString &s_str, NassiBrick *&b… in CreateNassiContinueBrick()
156 CreateNassiReturnBrick::CreateNassiReturnBrick(wxString &c_str, wxString &s_str, NassiBrick *&brick… in CreateNassiReturnBrick()
191 CreateNassiBlockBrick::CreateNassiBlockBrick(wxString &c_str, wxString &s_str, NassiBrick *&brick): in CreateNassiBlockBrick()
221 CreateNassiBlockEnd::CreateNassiBlockEnd(wxString &c_str, wxString &s_str, NassiBrick *&brick): in CreateNassiBlockEnd()
281 CreateNassiIfThenText::CreateNassiIfThenText(wxString &c_str, wxString &s_str, NassiBrick *&brick): in CreateNassiIfThenText()
370 CreateNassiForBrick::CreateNassiForBrick(wxString &c_str, wxString &s_str, NassiBrick *&brick): in CreateNassiForBrick()
389 CreateNassiWhileBrick::CreateNassiWhileBrick(wxString &c_str, wxString &s_str, NassiBrick *&brick): in CreateNassiWhileBrick()
450 CreateNassiDoWhileEnd::CreateNassiDoWhileEnd(wxString &c_str, wxString &s_str, NassiBrick *&brick): in CreateNassiDoWhileEnd()
481 CreateNassiSwitchBrick::CreateNassiSwitchBrick(wxString &c_str, wxString &s_str, NassiBrick *&brick… in CreateNassiSwitchBrick()
[all …]
/dports/games/openlierox/OpenLieroX/src/breakpad/external/src/testing/gtest/include/gtest/internal/
H A Dgtest-string.h92 static inline const char* ShowCString(const char* c_str) { in ShowCString()
206 String(const char* c_str) : c_str_(NULL) { // NOLINT in String()
285 const char* c_str() const { return c_str_; } in c_str() function
/dports/devel/boost-docs/boost_1_72_0/libs/hana/test/string/
H A Dc_str.cpp42 constexpr char const* c_str = str.c_str(); in main() local
48 constexpr char const* c_str = hana::string<'f', 'o', 'o'>::c_str(); in main() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/hana/test/string/
H A Dc_str.cpp42 constexpr char const* c_str = str.c_str(); in main() local
48 constexpr char const* c_str = hana::string<'f', 'o', 'o'>::c_str(); in main() local
/dports/devel/boost-libs/boost_1_72_0/libs/hana/test/string/
H A Dc_str.cpp42 constexpr char const* c_str = str.c_str(); in main() local
48 constexpr char const* c_str = hana::string<'f', 'o', 'o'>::c_str(); in main() local
/dports/devel/hyperscan/boost_1_75_0/libs/hana/test/string/
H A Dc_str.cpp42 constexpr char const* c_str = str.c_str(); in main() local
48 constexpr char const* c_str = hana::string<'f', 'o', 'o'>::c_str(); in main() local
/dports/lang/parrot/parrot-8.1.0/src/platform/generic/
H A Dfile.c74 char *c_str; in Parrot_file_getcwd() local
105 char *c_str = Parrot_str_to_platform_cstring(interp, path); in Parrot_file_mkdir() local
127 char *c_str = Parrot_str_to_platform_cstring(interp, path); in Parrot_file_chdir() local
149 char *c_str = Parrot_str_to_platform_cstring(interp, path); in Parrot_file_rmdir() local
171 char *c_str = Parrot_str_to_platform_cstring(interp, path); in Parrot_file_unlink() local
684 char *c_str = Parrot_str_to_platform_cstring(interp, path); in Parrot_file_chroot() local
708 char *c_str = Parrot_str_to_platform_cstring(interp, path); in Parrot_file_readdir() local
767 char *c_str = Parrot_str_to_platform_cstring(interp, path); in Parrot_file_chmod() local
789 char *c_str = Parrot_str_to_platform_cstring(interp, path); in Parrot_file_can_read() local
810 char *c_str = Parrot_str_to_platform_cstring(interp, path); in Parrot_file_can_write() local
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/metaparse/v1/
H A Dstring.hpp212 struct c_str<boost::metaparse::v1::string<Cs...>> struct
214 typedef c_str type;
216 static const char value[sizeof...(Cs) + 1];
218 static constexpr char value[sizeof...(Cs) + 1] = {Cs..., 0};
238 struct c_str< struct
244 typedef c_str type;
246 value[BOOST_METAPARSE_LIMIT_STRING_SIZE + 1]
/dports/devel/cssc/CSSC-1.4.1/src/
H A Dlinebuf.h45 const char *c_str() const { return buf; } in c_str() function
46 const char *c_str() { return buf; } in c_str() function
/dports/security/tor/tor-0.4.6.8/src/rust/protover/
H A Dffi.rs52 let c_str: &CStr = unsafe { CStr::from_ptr(c_relay_version) }; in protover_all_supported() localVariable
92 let c_str: &CStr = unsafe { CStr::from_ptr(c_protocol_list) }; in protocol_list_supports_protocol() localVariable
121 let c_str: &CStr = unsafe { CStr::from_ptr(c_protocol_list) }; in protover_contains_long_protocol_names_() localVariable
148 let c_str: &CStr = unsafe { CStr::from_ptr(c_protocol_list) }; in protocol_list_supports_protocol_or_later() localVariable
238 let c_str: &CStr = unsafe { CStr::from_ptr(version) }; in protover_compute_for_old_tor() localVariable
/dports/audio/ncmpc/ncmpc-0.41/src/
H A Dcharset.hxx70 const char *c_str() const noexcept { in c_str() function in Utf8ToLocale
102 const char *c_str() const noexcept { in c_str() function in LocaleToUtf8
/dports/devel/gearmand/gearmand-1.0.6/libgearman-server/
H A Dbyte.h54 inline const char *c_str() const in c_str() function
59 inline char *c_str() in c_str() function
/dports/games/gtkradiant/GPL/GtkRadiant/libs/stream/
H A Dstringstream.h86 char* c_str() in c_str() function
90 const char* c_str() const in c_str() function
156 char* c_str() in c_str() function
160 const char* c_str() const in c_str() function
/dports/games/netradiant/netradiant-20150621-src/libs/stream/
H A Dstringstream.h75 char* c_str(){ in c_str() function
78 const char* c_str() const { in c_str() function
131 char* c_str(){ in c_str() function
134 const char* c_str() const { in c_str() function
/dports/devel/boost-docs/boost_1_72_0/boost/log/detail/
H A Dc_str.hpp36 inline typename boost::enable_if_c< is_character_type< T >::value, const T* >::type c_str(const T* … in c_str() function
42 inline typename boost::enable_if_c< is_character_type< T >::value, const T* >::type c_str(std::basi… in c_str() function
/dports/devel/hyperscan/boost_1_75_0/boost/log/detail/
H A Dc_str.hpp36 inline typename boost::enable_if_c< is_character_type< T >::value, const T* >::type c_str(const T* … in c_str() function
42 inline typename boost::enable_if_c< is_character_type< T >::value, const T* >::type c_str(std::basi… in c_str() function
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/log/detail/
H A Dcleanup_scope_guard.hpp37 ~cleanup_guard() { m_Obj.clear(); }
49 BOOST_LOG_CLOSE_NAMESPACE // namespace log
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/log/detail/
H A Dc_str.hpp36 inline typename boost::enable_if_c< is_character_type< T >::value, const T* >::type c_str(const T* … in c_str() function
42 inline typename boost::enable_if_c< is_character_type< T >::value, const T* >::type c_str(std::basi… in c_str() function
/dports/devel/boost-libs/boost_1_72_0/boost/log/detail/
H A Dc_str.hpp36 inline typename boost::enable_if_c< is_character_type< T >::value, const T* >::type c_str(const T* … in c_str() function
42 inline typename boost::enable_if_c< is_character_type< T >::value, const T* >::type c_str(std::basi… in c_str() function
/dports/devel/boost-python-libs/boost_1_72_0/boost/log/detail/
H A Dc_str.hpp36 inline typename boost::enable_if_c< is_character_type< T >::value, const T* >::type c_str(const T* … in c_str() function
42 inline typename boost::enable_if_c< is_character_type< T >::value, const T* >::type c_str(std::basi… in c_str() function
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/log/detail/
H A Dc_str.hpp36 inline typename boost::enable_if_c< is_character_type< T >::value, const T* >::type c_str(const T* … in c_str() function
42 inline typename boost::enable_if_c< is_character_type< T >::value, const T* >::type c_str(std::basi… in c_str() function
/dports/lang/parrot/parrot-8.1.0/src/platform/win32/
H A Dfile.c92 char *c_str; in Parrot_file_getcwd() local
126 char *c_str = Parrot_str_to_encoded_cstring(interp, path, in Parrot_file_chdir() local
149 char *c_str = Parrot_str_to_encoded_cstring(interp, path, in Parrot_file_mkdir() local
172 char *c_str = Parrot_str_to_encoded_cstring(interp, path, in Parrot_file_rmdir() local
195 char *c_str = Parrot_str_to_encoded_cstring(interp, path, in Parrot_file_unlink() local
279 char *c_str = Parrot_str_to_encoded_cstring(interp, file, in Parrot_file_stat() local
472 char *c_str = Parrot_str_to_encoded_cstring(interp, file, in Parrot_file_stat_intval() local
879 char *c_str; in Parrot_file_readdir() local
975 char *c_str = Parrot_str_to_encoded_cstring(interp, path, in Parrot_file_can_read() local
999 char *c_str = Parrot_str_to_encoded_cstring(interp, path, in Parrot_file_can_write() local
/dports/mail/mailutils/mailutils-3.13/libmu_cpp/
H A Dmutil.cc43 char *c_str = mu_tempname (NULL); in tempname() local
55 char *c_str = mu_tempname (tmpdir.c_str ()); in tempname() local
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/master/
H A Dhstring_memstorage.h36 static const char *c_str(const Handle &handle) { in c_str() function
40 static char *c_str(Handle &handle) { in c_str() function

12345678910>>...105