Home
last modified time | relevance | path

Searched refs:cstr (Results 251 – 275 of 9054) sorted by relevance

1...<<11121314151617181920>>...363

/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsasl_windows.go74 …s = C.sspi_acquire_credentials_handle(&ss.credHandle, ss.cstr(user), ss.cstr(password), ss.cstr(ss…
76 status = C.sspi_acquire_credentials_handle(&ss.credHandle, ss.cstr(user), nil, ss.cstr(ss.domain))
85 func (ss *saslSession) cstr(s string) *C.char { func
86 cstr := C.CString(s)
87 ss.stringsToFree = append(ss.stringsToFree, cstr)
88 return cstr
92 for _, cstr := range ss.stringsToFree {
93 C.free(unsafe.Pointer(cstr))
113 …status = C.sspi_send_client_authz_id(&ss.context, &outBuffer, &outBufferLength, ss.cstr(ss.userPlu…
116 …ss.hasContext, &ss.context, buffer, bufferLength, &outBuffer, &outBufferLength, ss.cstr(ss.target))
/dports/devel/gitlab-runner/vault-sdk-v0.1.13/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsasl_windows.go74 …s = C.sspi_acquire_credentials_handle(&ss.credHandle, ss.cstr(user), ss.cstr(password), ss.cstr(ss…
76 status = C.sspi_acquire_credentials_handle(&ss.credHandle, ss.cstr(user), nil, ss.cstr(ss.domain))
85 func (ss *saslSession) cstr(s string) *C.char { func
86 cstr := C.CString(s)
87 ss.stringsToFree = append(ss.stringsToFree, cstr)
88 return cstr
92 for _, cstr := range ss.stringsToFree {
93 C.free(unsafe.Pointer(cstr))
113 …status = C.sspi_send_client_authz_id(&ss.context, &outBuffer, &outBufferLength, ss.cstr(ss.userPlu…
116 …ss.hasContext, &ss.context, buffer, bufferLength, &outBuffer, &outBufferLength, ss.cstr(ss.target))
/dports/sysutils/istio/vault-sdk-v0.1.12/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsasl_windows.go74 …s = C.sspi_acquire_credentials_handle(&ss.credHandle, ss.cstr(user), ss.cstr(password), ss.cstr(ss…
76 status = C.sspi_acquire_credentials_handle(&ss.credHandle, ss.cstr(user), nil, ss.cstr(ss.domain))
85 func (ss *saslSession) cstr(s string) *C.char { func
86 cstr := C.CString(s)
87 ss.stringsToFree = append(ss.stringsToFree, cstr)
88 return cstr
92 for _, cstr := range ss.stringsToFree {
93 C.free(unsafe.Pointer(cstr))
113 …status = C.sspi_send_client_authz_id(&ss.context, &outBuffer, &outBufferLength, ss.cstr(ss.userPlu…
116 …ss.hasContext, &ss.context, buffer, bufferLength, &outBuffer, &outBufferLength, ss.cstr(ss.target))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsasl_windows.go74 …s = C.sspi_acquire_credentials_handle(&ss.credHandle, ss.cstr(user), ss.cstr(password), ss.cstr(ss…
76 status = C.sspi_acquire_credentials_handle(&ss.credHandle, ss.cstr(user), nil, ss.cstr(ss.domain))
85 func (ss *saslSession) cstr(s string) *C.char { func
86 cstr := C.CString(s)
87 ss.stringsToFree = append(ss.stringsToFree, cstr)
88 return cstr
92 for _, cstr := range ss.stringsToFree {
93 C.free(unsafe.Pointer(cstr))
113 …status = C.sspi_send_client_authz_id(&ss.context, &outBuffer, &outBufferLength, ss.cstr(ss.userPlu…
116 …ss.hasContext, &ss.context, buffer, bufferLength, &outBuffer, &outBufferLength, ss.cstr(ss.target))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsasl_windows.go74 …s = C.sspi_acquire_credentials_handle(&ss.credHandle, ss.cstr(user), ss.cstr(password), ss.cstr(ss…
76 status = C.sspi_acquire_credentials_handle(&ss.credHandle, ss.cstr(user), nil, ss.cstr(ss.domain))
85 func (ss *saslSession) cstr(s string) *C.char { func
86 cstr := C.CString(s)
87 ss.stringsToFree = append(ss.stringsToFree, cstr)
88 return cstr
92 for _, cstr := range ss.stringsToFree {
93 C.free(unsafe.Pointer(cstr))
113 …status = C.sspi_send_client_authz_id(&ss.context, &outBuffer, &outBufferLength, ss.cstr(ss.userPlu…
116 …ss.hasContext, &ss.context, buffer, bufferLength, &outBuffer, &outBufferLength, ss.cstr(ss.target))
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/gotools/src/github.com/mongodb/mongo-tools/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsasl_windows.go74 …s = C.sspi_acquire_credentials_handle(&ss.credHandle, ss.cstr(user), ss.cstr(password), ss.cstr(ss…
76 status = C.sspi_acquire_credentials_handle(&ss.credHandle, ss.cstr(user), nil, ss.cstr(ss.domain))
85 func (ss *saslSession) cstr(s string) *C.char { func
86 cstr := C.CString(s)
87 ss.stringsToFree = append(ss.stringsToFree, cstr)
88 return cstr
92 for _, cstr := range ss.stringsToFree {
93 C.free(unsafe.Pointer(cstr))
113 …status = C.sspi_send_client_authz_id(&ss.context, &outBuffer, &outBufferLength, ss.cstr(ss.userPlu…
116 …ss.hasContext, &ss.context, buffer, bufferLength, &outBuffer, &outBufferLength, ss.cstr(ss.target))
/dports/databases/mongodb42-tools/mongo-tools-r4.2.17/vendor/gopkg.in/mgo.v2/internal/sasl/
H A Dsasl_windows.go74 …s = C.sspi_acquire_credentials_handle(&ss.credHandle, ss.cstr(user), ss.cstr(password), ss.cstr(ss…
76 status = C.sspi_acquire_credentials_handle(&ss.credHandle, ss.cstr(user), nil, ss.cstr(ss.domain))
85 func (ss *saslSession) cstr(s string) *C.char { func
86 cstr := C.CString(s)
87 ss.stringsToFree = append(ss.stringsToFree, cstr)
88 return cstr
92 for _, cstr := range ss.stringsToFree {
93 C.free(unsafe.Pointer(cstr))
113 …status = C.sspi_send_client_authz_id(&ss.context, &outBuffer, &outBufferLength, ss.cstr(ss.userPlu…
116 …ss.hasContext, &ss.context, buffer, bufferLength, &outBuffer, &outBufferLength, ss.cstr(ss.target))
/dports/devel/re2c/re2c-2.2/src/skeleton/
H A Dgenerate_code.cc29 text = o.cstr("unsigned char *p = (unsigned char*)&").cstr(expr).flush(); in from_le()
31 o.cstr(expr).cstr(" = p[0]"); in from_le()
33 o.cstr(" + (p[").u32(i).cstr("] << ").u32(i * 8).cstr("u)"); in from_le()
502 text = o.cstr("\"error: lex_").str(dfa.name).cstr(": not enough keys\\n\"").flush(); in emit_skeleton_function_check_key_count()
528 text = o.cstr("int lex_").str(dfa.name).cstr("()").flush(); in emit_skeleton_function_lex()
546 .cstr(" * 2]").flush(); in emit_skeleton_function_lex()
559 text = o.cstr("\"").str(filename).cstr(".").str(dfa.name).cstr(".input\"").flush(); in emit_skeleton_function_lex()
584 text = o.cstr("\"").str(filename).cstr(".").str(dfa.name).cstr(".keys\"").flush(); in emit_skeleton_function_lex()
763 const char *if_cond = o.cstr("lex_").str(*i).cstr("() != 0").flush(); in emit_skeleton_epilog()
832 text = o.cstr("\"").str(tname).cstr("\"").flush(); in emit_skeleton_action()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/cpp/
H A Ddisplaytree.cpp38 char* cstr; // Buffer in parseListItem() local
114 cstr = wide_string_to_UTF8(strLabel->get(0)); in parseListItem()
115 _pvStructList.push_back(std::string(cstr)); in parseListItem()
116 FREE(cstr); in parseListItem()
131 cstr = wide_string_to_UTF8(strIcon->get(0)); in parseListItem()
132 _pvStructList.push_back(std::string(cstr)); in parseListItem()
133 FREE(cstr); in parseListItem()
148 cstr = wide_string_to_UTF8(strCallback->get(0)); in parseListItem()
149 _pvStructList.push_back(std::string(cstr)); in parseListItem()
150 FREE(cstr); in parseListItem()
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dstr.h31 void str_append_max(string_t *str, const char *cstr, size_t max_len);
33 static inline void str_append(string_t *str, const char *cstr) in str_append() argument
35 buffer_append(str, cstr, strlen(cstr)); in str_append()
70 static inline void str_insert(string_t *str, size_t pos, const char *cstr) in str_insert() argument
72 buffer_insert(str, pos, cstr, strlen(cstr)); in str_insert()
81 const char *cstr) in str_replace() argument
83 buffer_replace(str, pos, len, cstr, strlen(cstr)); in str_replace()
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/gtk/
H A Dprint.go390 cstr := C.CString(name)
405 cstr := C.CString(name)
453 cstr := C.CString(name)
1132 cstr := C.CString(key)
1140 cstr := C.CString(key)
1158 cstr := C.CString(key)
1195 cstr := C.CString(key)
1203 cstr := C.CString(key)
1210 cstr := C.CString(key)
1218 cstr := C.CString(key)
[all …]
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/gtk/
H A Dprint.go395 cstr := C.CString(name)
410 cstr := C.CString(name)
458 cstr := C.CString(name)
1147 cstr := C.CString(key)
1155 cstr := C.CString(key)
1173 cstr := C.CString(key)
1191 cstr := C.CString(key)
1199 cstr := C.CString(key)
1206 cstr := C.CString(key)
1214 cstr := C.CString(key)
[all …]
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/gtk/
H A Dprint.go395 cstr := C.CString(name)
410 cstr := C.CString(name)
458 cstr := C.CString(name)
1147 cstr := C.CString(key)
1155 cstr := C.CString(key)
1173 cstr := C.CString(key)
1191 cstr := C.CString(key)
1199 cstr := C.CString(key)
1206 cstr := C.CString(key)
1214 cstr := C.CString(key)
[all …]
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dprint.go395 cstr := C.CString(name)
410 cstr := C.CString(name)
458 cstr := C.CString(name)
1147 cstr := C.CString(key)
1155 cstr := C.CString(key)
1173 cstr := C.CString(key)
1191 cstr := C.CString(key)
1199 cstr := C.CString(key)
1206 cstr := C.CString(key)
1214 cstr := C.CString(key)
[all …]
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/gtk/
H A Dprint.go395 cstr := C.CString(name)
410 cstr := C.CString(name)
458 cstr := C.CString(name)
1147 cstr := C.CString(key)
1155 cstr := C.CString(key)
1173 cstr := C.CString(key)
1191 cstr := C.CString(key)
1199 cstr := C.CString(key)
1206 cstr := C.CString(key)
1214 cstr := C.CString(key)
[all …]
/dports/devel/re2c/re2c-2.2/src/codegen/
H A Dgen_state.cc75 .cstr(", *").str(opts->yycursor).cstr(")").flush(); in emit_action()
186 text = o.cstr("static void *").str(opts->yytarget).cstr("[").u64(nacc) in emit_accept()
253 o.cstr("(").str(opts->condEnumPrefix).str(cond).cstr(")"); in emit_rule()
287 o.cstr("(").u32(fillidx).cstr(")"); in gen_setstate()
360 append(goto_fill, code_stmt(alc, o.cstr("goto ").cstr(flabel).flush())); in gen_fill()
375 o.cstr("("); in gen_fill()
501 o.cstr("("); in gen_shift()
528 o.cstr("(").str(tag).cstr(")"); in gen_settag()
577 o.cstr("(").str(tag).cstr(")"); in gen_restorectx()
827 o.cstr("(").u64(n).cstr(")"); in gen_lessthan()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ags/shared/util/
H A Dstring_utils.cpp127 in->Read(cstr, len); in ReadString()
128 cstr[len] = 0; in ReadString()
136 void StrUtil::ReadString(char **cstr, Stream *in) { in ReadString() argument
138 *cstr = new char[len + 1]; in ReadString()
140 in->Read(*cstr, len); in ReadString()
141 (*cstr)[len] = 0; in ReadString()
157 size_t len = strlen(cstr); in WriteString()
160 out->Write(cstr, len); in WriteString()
166 out->Write(cstr, len); in WriteString()
199 size_t len = strlen(cstr); in WriteCStr()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/nix-0.19.1/src/sys/
H A Dstat.rs45 let res = path.with_nix_path(|cstr| { in mknod()
81 let res = path.with_nix_path(|cstr| { in stat()
94 let res = path.with_nix_path(|cstr| { in lstat()
117 let res = pathname.with_nix_path(|cstr| { in fstatat()
172 let res = path.with_nix_path(|cstr| unsafe { in fchmodat()
175 cstr.as_ptr(), in fchmodat()
196 let res = path.with_nix_path(|cstr| unsafe { in utimes()
197 libc::utimes(cstr.as_ptr(), &times[0]) in utimes()
222 libc::lutimes(cstr.as_ptr(), &times[0]) in lutimes()
281 cstr.as_ptr(), in utimensat()
[all …]
/dports/shells/nsh/nsh-0.4.2/cargo-crates/nix-0.22.0/src/sys/
H A Dstat.rs45 let res = path.with_nix_path(|cstr| { in mknod()
81 let res = path.with_nix_path(|cstr| { in stat()
94 let res = path.with_nix_path(|cstr| { in lstat()
117 let res = pathname.with_nix_path(|cstr| { in fstatat()
172 let res = path.with_nix_path(|cstr| unsafe { in fchmodat()
175 cstr.as_ptr(), in fchmodat()
196 let res = path.with_nix_path(|cstr| unsafe { in utimes()
197 libc::utimes(cstr.as_ptr(), &times[0]) in utimes()
222 libc::lutimes(cstr.as_ptr(), &times[0]) in lutimes()
281 cstr.as_ptr(), in utimensat()
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/nix-0.19.1/src/sys/
H A Dstat.rs45 let res = path.with_nix_path(|cstr| { in mknod()
81 let res = path.with_nix_path(|cstr| { in stat()
94 let res = path.with_nix_path(|cstr| { in lstat()
117 let res = pathname.with_nix_path(|cstr| { in fstatat()
172 let res = path.with_nix_path(|cstr| unsafe { in fchmodat()
175 cstr.as_ptr(), in fchmodat()
196 let res = path.with_nix_path(|cstr| unsafe { in utimes()
197 libc::utimes(cstr.as_ptr(), &times[0]) in utimes()
222 libc::lutimes(cstr.as_ptr(), &times[0]) in lutimes()
281 cstr.as_ptr(), in utimensat()
[all …]
/dports/net/routinator/routinator-0.10.2/cargo-crates/nix-0.22.0/src/sys/
H A Dstat.rs45 let res = path.with_nix_path(|cstr| { in mknod()
81 let res = path.with_nix_path(|cstr| { in stat()
94 let res = path.with_nix_path(|cstr| { in lstat()
117 let res = pathname.with_nix_path(|cstr| { in fstatat()
172 let res = path.with_nix_path(|cstr| unsafe { in fchmodat()
175 cstr.as_ptr(), in fchmodat()
196 let res = path.with_nix_path(|cstr| unsafe { in utimes()
197 libc::utimes(cstr.as_ptr(), &times[0]) in utimes()
222 libc::lutimes(cstr.as_ptr(), &times[0]) in lutimes()
281 cstr.as_ptr(), in utimensat()
[all …]
/dports/math/kalker/kalker-1.1.0/cargo-crates/nix-0.19.1/src/sys/
H A Dstat.rs45 let res = path.with_nix_path(|cstr| { in mknod()
81 let res = path.with_nix_path(|cstr| { in stat()
94 let res = path.with_nix_path(|cstr| { in lstat()
117 let res = pathname.with_nix_path(|cstr| { in fstatat()
172 let res = path.with_nix_path(|cstr| unsafe { in fchmodat()
175 cstr.as_ptr(), in fchmodat()
196 let res = path.with_nix_path(|cstr| unsafe { in utimes()
197 libc::utimes(cstr.as_ptr(), &times[0]) in utimes()
222 libc::lutimes(cstr.as_ptr(), &times[0]) in lutimes()
281 cstr.as_ptr(), in utimensat()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/nix-0.20.0/src/sys/
H A Dstat.rs45 let res = path.with_nix_path(|cstr| { in mknod()
81 let res = path.with_nix_path(|cstr| { in stat()
94 let res = path.with_nix_path(|cstr| { in lstat()
117 let res = pathname.with_nix_path(|cstr| { in fstatat()
172 let res = path.with_nix_path(|cstr| unsafe { in fchmodat()
175 cstr.as_ptr(), in fchmodat()
196 let res = path.with_nix_path(|cstr| unsafe { in utimes()
197 libc::utimes(cstr.as_ptr(), &times[0]) in utimes()
222 libc::lutimes(cstr.as_ptr(), &times[0]) in lutimes()
281 cstr.as_ptr(), in utimensat()
[all …]
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/nix-0.20.0/src/sys/
H A Dstat.rs45 let res = path.with_nix_path(|cstr| { in mknod()
81 let res = path.with_nix_path(|cstr| { in stat()
94 let res = path.with_nix_path(|cstr| { in lstat()
117 let res = pathname.with_nix_path(|cstr| { in fstatat()
172 let res = path.with_nix_path(|cstr| unsafe { in fchmodat()
175 cstr.as_ptr(), in fchmodat()
196 let res = path.with_nix_path(|cstr| unsafe { in utimes()
197 libc::utimes(cstr.as_ptr(), &times[0]) in utimes()
222 libc::lutimes(cstr.as_ptr(), &times[0]) in lutimes()
281 cstr.as_ptr(), in utimensat()
[all …]
/dports/misc/xd-rust/delan-xd-4bdbb191ed6d/cargo-crates/nix-0.19.1/src/sys/
H A Dstat.rs45 let res = path.with_nix_path(|cstr| { in mknod()
81 let res = path.with_nix_path(|cstr| { in stat()
94 let res = path.with_nix_path(|cstr| { in lstat()
117 let res = pathname.with_nix_path(|cstr| { in fstatat()
172 let res = path.with_nix_path(|cstr| unsafe { in fchmodat()
175 cstr.as_ptr(), in fchmodat()
196 let res = path.with_nix_path(|cstr| unsafe { in utimes()
197 libc::utimes(cstr.as_ptr(), &times[0]) in utimes()
222 libc::lutimes(cstr.as_ptr(), &times[0]) in lutimes()
281 cstr.as_ptr(), in utimensat()
[all …]

1...<<11121314151617181920>>...363