Home
last modified time | relevance | path

Searched refs:accType (Results 1 – 25 of 452) sorted by relevance

12345678910>>...19

/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/thoas/go-funk/
H A Dreduce.go38 accType := accValue.Type()
48 in := []reflect.Type{accType, sliceElemType}
49 out := []reflect.Type{accType}
65 return []reflect.Value{reflect.ValueOf(result).Convert(accType)}
73 if accType.ConvertibleTo(funcType.In(0)) {
/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/imexporters/ofx/parser/
H A Dg_bankacc.c56 xg->accType=strdup("CREDITCARD"); in GWEN_INHERIT()
59 xg->accType=strdup("MONEYMRKT"); in GWEN_INHERIT()
76 free(xg->accType); in AIO_OfxGroup_BANKACC_FreeData()
150 return xg->accType; in AIO_OfxGroup_BANKACC_GetAccType()
163 free(xg->accType); in AIO_OfxGroup_BANKACC_SetAccType()
165 xg->accType=strdup(s); in AIO_OfxGroup_BANKACC_SetAccType()
167 xg->accType=NULL; in AIO_OfxGroup_BANKACC_SetAccType()
H A Dg_invacc.c52 xg->accType=strdup("INVESTMENT"); in GWEN_INHERIT()
69 free(xg->accType); in AIO_OfxGroup_INVACC_FreeData()
143 return xg->accType; in AIO_OfxGroup_INVACC_GetAccType()
156 free(xg->accType); in AIO_OfxGroup_INVACC_SetAccType()
158 xg->accType=strdup(s); in AIO_OfxGroup_INVACC_SetAccType()
160 xg->accType=NULL; in AIO_OfxGroup_INVACC_SetAccType()
/dports/devel/bit/bit-1.1.2/vendor/github.com/thoas/go-funk/
H A Dreduce.go38 accType := accValue.Type()
48 in := []reflect.Type{accType, sliceElemType}
49 out := []reflect.Type{accType}
65 return []reflect.Value{reflect.ValueOf(result).Convert(accType)}
73 if accType.ConvertibleTo(funcType.In(0)) {
/dports/lang/gcc48/gcc-4.8.5/libgo/go/syscall/
H A Dsecurity_windows.go115 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
135 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
149 return sid, UTF16ToString(db), accType, nil
183 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
195 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 e = LookupAccountSid(nil, sid, &b[0], &n, &db[0], &dn, &accType)
208 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/syscall/
H A Dsecurity_windows.go124 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
153 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
158 return sid, UTF16ToString(db), accType, nil
192 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
204 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
212 e = LookupAccountSid(nil, sid, &b[0], &n, &db[0], &dn, &accType)
217 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/syscall/
H A Dsecurity_windows.go115 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
135 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
149 return sid, UTF16ToString(db), accType, nil
183 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
195 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 e = LookupAccountSid(nil, sid, &b[0], &n, &db[0], &dn, &accType)
208 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/syscall/
H A Dsecurity_windows.go123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
146 return sid, UTF16ToString(db), accType, nil
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
201 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/lang/gcc8/gcc-8.5.0/libgo/go/syscall/
H A Dsecurity_windows.go123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
146 return sid, UTF16ToString(db), accType, nil
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
201 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/syscall/
H A Dsecurity_windows.go123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
146 return sid, UTF16ToString(db), accType, nil
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
201 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/lang/gcc10/gcc-10.3.0/libgo/go/syscall/
H A Dsecurity_windows.go123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
146 return sid, UTF16ToString(db), accType, nil
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
201 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/syscall/
H A Dsecurity_windows.go123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
146 return sid, UTF16ToString(db), accType, nil
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
201 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/syscall/
H A Dsecurity_windows.go123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
146 return sid, UTF16ToString(db), accType, nil
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
201 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/syscall/
H A Dsecurity_windows.go123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
146 return sid, UTF16ToString(db), accType, nil
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
201 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/lang/gcc11/gcc-11.2.0/libgo/go/syscall/
H A Dsecurity_windows.go123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
146 return sid, UTF16ToString(db), accType, nil
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
201 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/syscall/
H A Dsecurity_windows.go123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
146 return sid, UTF16ToString(db), accType, nil
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
201 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/syscall/
H A Dsecurity_windows.go123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
146 return sid, UTF16ToString(db), accType, nil
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
201 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/syscall/
H A Dsecurity_windows.go123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
146 return sid, UTF16ToString(db), accType, nil
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
201 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/syscall/
H A Dsecurity_windows.go123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
146 return sid, UTF16ToString(db), accType, nil
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
201 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/syscall/
H A Dsecurity_windows.go123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
146 return sid, UTF16ToString(db), accType, nil
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
201 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/syscall/
H A Dsecurity_windows.go123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
146 return sid, UTF16ToString(db), accType, nil
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
201 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/syscall/
H A Dsecurity_windows.go123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
146 return sid, UTF16ToString(db), accType, nil
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
201 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/syscall/
H A Dsecurity_windows.go123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
146 return sid, UTF16ToString(db), accType, nil
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
201 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/syscall/
H A Dsecurity_windows.go123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
146 return sid, UTF16ToString(db), accType, nil
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
201 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 return UTF16ToString(b), UTF16ToString(db), accType, nil
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/syscall/
H A Dsecurity_windows.go123 func LookupSID(system, account string) (sid *SID, domain string, accType uint32, err error) {
144 e = LookupAccountName(sys, acc, sid, &n, &db[0], &dn, &accType)
146 return sid, UTF16ToString(db), accType, nil
188 func (sid *SID) LookupAccount(system string) (account, domain string, accType uint32, err error) {
201 e := LookupAccountSid(sys, sid, &b[0], &n, &db[0], &dn, &accType)
203 return UTF16ToString(b), UTF16ToString(db), accType, nil

12345678910>>...19