Home
last modified time | relevance | path

Searched defs:c_str (Results 1 – 25 of 3254) sorted by last modified time

12345678910>>...131

/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DirrString.h495 const T* c_str() const in c_str() function
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/nix-0.18.0/src/sys/
H A Dstatfs.rs111 let c_str = unsafe { CStr::from_ptr(self.0.f_fstypename.as_ptr()) }; in filesystem_type_name() localVariable
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/compiler/translator/
H A DInfoSink.h119 const char *c_str() const in c_str() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/compiler/translator/
H A DInfoSink.h119 const char *c_str() const in c_str() function
/dports/www/trafficserver/trafficserver-9.1.1/include/tscore/
H A Dts_file.h230 path::c_str() const in c_str() function
/dports/textproc/uim-gtk3/uim-d1ac9d9/sigscheme/src/
H A Dstring-procedure.c193 char *c_str; in scm_p_string_setx() local
398 const char *c_str; in scm_p_substring() local
456 const char *c_str; in scm_p_string2list() local
567 char *c_str; in scm_p_string_fillx() local
H A Dnumber-io.c250 const char *c_str; in scm_p_string2number() local
/dports/textproc/uim-qt5/uim-d1ac9d9/sigscheme/src/
H A Dstring-procedure.c193 char *c_str; in scm_p_string_setx() local
398 const char *c_str; in scm_p_substring() local
456 const char *c_str; in scm_p_string2list() local
567 char *c_str; in scm_p_string_fillx() local
H A Dnumber-io.c250 const char *c_str; in scm_p_string2number() local
/dports/textproc/uim-gtk/uim-d1ac9d9/sigscheme/src/
H A Dstring-procedure.c193 char *c_str; in scm_p_string_setx() local
398 const char *c_str; in scm_p_substring() local
456 const char *c_str; in scm_p_string2list() local
567 char *c_str; in scm_p_string_fillx() local
H A Dnumber-io.c250 const char *c_str; in scm_p_string2number() local
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/nix-0.17.0/src/sys/
H A Dstatfs.rs107 let c_str = unsafe { CStr::from_ptr(self.0.f_fstypename.as_ptr()) }; in filesystem_type_name() localVariable
/dports/textproc/uim-m17nlib/uim-d1ac9d9/sigscheme/src/
H A Dstring-procedure.c193 char *c_str; in scm_p_string_setx() local
398 const char *c_str; in scm_p_substring() local
456 const char *c_str; in scm_p_string2list() local
567 char *c_str; in scm_p_string_fillx() local
H A Dnumber-io.c250 const char *c_str; in scm_p_string2number() local
/dports/sysutils/pwsafe/pwsafe-1dbcfd0/
H A Dpwsafe.cpp204 const char* c_str() const { return txt; } in c_str() function in secstring
/dports/sysutils/lineakd/lineakd-0.9/lineakd/
H A Dmain.cpp231 char *c_str = getenv("DISPLAY"); in main() local
/dports/sysutils/vector/vector-0.10.0/cargo-crates/nix-0.17.0/src/sys/
H A Dstatfs.rs107 let c_str = unsafe { CStr::from_ptr(self.0.f_fstypename.as_ptr()) }; in filesystem_type_name() localVariable
/dports/sysutils/vector/vector-0.10.0/cargo-crates/nix-0.16.1/src/sys/
H A Dstatfs.rs107 let c_str = unsafe { CStr::from_ptr(self.0.f_fstypename.as_ptr()) }; in filesystem_type_name() localVariable
/dports/sysutils/diskonaut/diskonaut-0.11.0/cargo-crates/nix-0.17.0/src/sys/
H A Dstatfs.rs107 let c_str = unsafe { CStr::from_ptr(self.0.f_fstypename.as_ptr()) }; in filesystem_type_name() localVariable
/dports/sysutils/flowgger/flowgger-0.2.10/cargo-crates/nix-0.17.0/src/sys/
H A Dstatfs.rs107 let c_str = unsafe { CStr::from_ptr(self.0.f_fstypename.as_ptr()) }; in filesystem_type_name() localVariable
/dports/security/nss/nss-3.76.1/nss/gtests/google_test/gtest/include/gtest/internal/
H A Dgtest-filepath.h79 const char* c_str() const { return pathname_.c_str(); } in c_str() function
/dports/textproc/py-pystemmer/PyStemmer-2.0.1/src/
H A DStemmer.c774 #define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_DecodeUTF8(c_str, size, NULL) argument
776 #define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_Decode(c_str, size, __PYX_DEFAULT_… argument
6270 static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { in __Pyx_PyUnicode_FromString()
/dports/lang/cython/Cython-0.29.24/Cython/Tempita/
H A D_tempita.c785 #define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_DecodeUTF8(c_str, size, NULL) argument
787 #define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_Decode(c_str, size, __PYX_DEFAULT_… argument
38542 static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { in __Pyx_PyUnicode_FromString()
/dports/lang/cython/Cython-0.29.24/Cython/Runtime/
H A Drefnanny.c788 #define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_DecodeUTF8(c_str, size, NULL) argument
790 #define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_Decode(c_str, size, __PYX_DEFAULT_… argument
8107 static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { in __Pyx_PyUnicode_FromString()
/dports/lang/cython/Cython-0.29.24/Cython/Plex/
H A DScanners.c788 #define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_DecodeUTF8(c_str, size, NULL) argument
790 #define __Pyx_PyUnicode_FromStringAndSize(c_str, size) PyUnicode_Decode(c_str, size, __PYX_DEFAULT_… argument
10994 static CYTHON_INLINE PyObject* __Pyx_PyUnicode_FromString(const char* c_str) { in __Pyx_PyUnicode_FromString()

12345678910>>...131