Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 120 for GetGroups (0.14 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux_riscv64.go

    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func getgroups(n int, list *_Gid_t) (nn int, err error) {
    	r0, _, e1 := RawSyscall(SYS_GETGROUPS, uintptr(n), uintptr(unsafe.Pointer(list)), 0)
    	nn = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func setgroups(n int, list *_Gid_t) (err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  2. misc/wasm/wasm_exec.js

    		};
    	}
    
    	if (!globalThis.process) {
    		globalThis.process = {
    			getuid() { return -1; },
    			getgid() { return -1; },
    			geteuid() { return -1; },
    			getegid() { return -1; },
    			getgroups() { throw enosys(); },
    			pid: -1,
    			ppid: -1,
    			umask() { throw enosys(); },
    			cwd() { throw enosys(); },
    			chdir() { throw enosys(); },
    		}
    	}
    
    	if (!globalThis.crypto) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 22 17:47:47 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  3. src/syscall/zsyscall_solaris_amd64.go

    //go:cgo_import_dynamic libc_pipe2 pipe2 "libc.so"
    //go:cgo_import_dynamic libc_accept4 accept4 "libsocket.so"
    //go:cgo_import_dynamic libc_Getcwd getcwd "libc.so"
    //go:cgo_import_dynamic libc_getgroups getgroups "libc.so"
    //go:cgo_import_dynamic libc_setgroups setgroups "libc.so"
    //go:cgo_import_dynamic libc_fcntl fcntl "libc.so"
    //go:cgo_import_dynamic libc_accept accept "libsocket.so"
    //go:cgo_import_dynamic libc___xnet_sendmsg __xnet_sendmsg "libsocket.so"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Nov 10 21:09:10 UTC 2023
    - 37.6K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64_gccgo.go

    int stat(uintptr_t, uintptr_t);
    int statfs(uintptr_t, uintptr_t);
    int truncate(uintptr_t, long long);
    int bind(int, uintptr_t, uintptr_t);
    int connect(int, uintptr_t, uintptr_t);
    int getgroups(int, uintptr_t);
    int setgroups(int, uintptr_t);
    int getsockopt(int, int, int, uintptr_t, uintptr_t);
    int setsockopt(int, int, int, uintptr_t, uintptr_t);
    int socket(int, int, int);
    int socketpair(int, int, int, uintptr_t);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 30.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go

    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func getgroups(n int, list *_Gid_t) (nn int, err error) {
    	r0, _, e1 := RawSyscall(SYS_GETGROUPS, uintptr(n), uintptr(unsafe.Pointer(list)), 0)
    	nn = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func setgroups(n int, list *_Gid_t) (err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/webhook/webhook_v1beta1_test.go

    func (a *authenticationV1beta1UserInfo) GetName() string     { return a.Username }
    func (a *authenticationV1beta1UserInfo) GetUID() string      { return a.UID }
    func (a *authenticationV1beta1UserInfo) GetGroups() []string { return a.Groups }
    
    func (a *authenticationV1beta1UserInfo) GetExtra() map[string][]string {
    	if a.Extra == nil {
    		return nil
    	}
    	ret := map[string][]string{}
    	for k, v := range a.Extra {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 18 00:47:42 UTC 2022
    - 19.2K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go

    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func getgroups(n int, list *_Gid_t) (nn int, err error) {
    	r0, _, e1 := RawSyscall(SYS_GETGROUPS, uintptr(n), uintptr(unsafe.Pointer(list)), 0)
    	nn = int(r0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func setgroups(n int, list *_Gid_t) (err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 16K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_freebsd_386.go

    	SYS_MINCORE                  = 78  // { int mincore(const void *addr, size_t len, \
    	SYS_GETGROUPS                = 79  // { int getgroups(u_int gidsetsize, \
    	SYS_SETGROUPS                = 80  // { int setgroups(u_int gidsetsize, \
    	SYS_GETPGRP                  = 81  // { int getpgrp(void); }
    	SYS_SETPGID                  = 82  // { int setpgid(int pid, int pgid); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/webhook/webhook_v1_test.go

    func (a *authenticationV1UserInfo) GetName() string     { return a.Username }
    func (a *authenticationV1UserInfo) GetUID() string      { return a.UID }
    func (a *authenticationV1UserInfo) GetGroups() []string { return a.Groups }
    
    func (a *authenticationV1UserInfo) GetExtra() map[string][]string {
    	if a.Extra == nil {
    		return nil
    	}
    	ret := map[string][]string{}
    	for k, v := range a.Extra {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 18 00:47:42 UTC 2022
    - 19.1K bytes
    - Viewed (0)
  10. src/syscall/zsysnum_dragonfly_amd64.go

    	SYS_MADVISE       = 75  // { int madvise(void *addr, size_t len, int behav); }
    	SYS_MINCORE       = 78  // { int mincore(const void *addr, size_t len, \
    	SYS_GETGROUPS     = 79  // { int getgroups(u_int gidsetsize, gid_t *gidset); }
    	SYS_SETGROUPS     = 80  // { int setgroups(u_int gidsetsize, gid_t *gidset); }
    	SYS_GETPGRP       = 81  // { int getpgrp(void); }
    	SYS_SETPGID       = 82  // { int setpgid(int pid, int pgid); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 22.9K bytes
    - Viewed (0)
Back to top