Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for setGroup (0.17 sec)

  1. src/cmd/cgo/internal/test/issue1435.go

    		{call: "Setgroups([]int{0,1,2,3})", fn: func() error { return syscall.Setgroups([]int{0, 1, 2, 3}) }, filter: "Groups:", expect: "\t0 1 2 3"},
    		{call: "Setgroups(nil)", fn: func() error { return syscall.Setgroups(nil) }, filter: "Groups:", expect: ""},
    		{call: "Setgroups([]int{0})", fn: func() error { return syscall.Setgroups([]int{0}) }, filter: "Groups:", expect: "\t0"},
    
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Fri Jul 28 21:31:41 GMT 2023
    - 7.5K bytes
    - Viewed (0)
  2. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_SETEUID ideal-int
    pkg syscall (darwin-arm64), const SYS_SETGID = 181
    pkg syscall (darwin-arm64), const SYS_SETGID ideal-int
    pkg syscall (darwin-arm64), const SYS_SETGROUPS = 80
    pkg syscall (darwin-arm64), const SYS_SETGROUPS ideal-int
    pkg syscall (darwin-arm64), const SYS_SETITIMER = 83
    pkg syscall (darwin-arm64), const SYS_SETITIMER ideal-int
    pkg syscall (darwin-arm64), const SYS_SETLCID = 394
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  3. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_SETGID = 181
    pkg syscall (freebsd-arm64), const SYS_SETGID ideal-int
    pkg syscall (freebsd-arm64), const SYS_SETGROUPS = 80
    pkg syscall (freebsd-arm64), const SYS_SETGROUPS ideal-int
    pkg syscall (freebsd-arm64), const SYS_SETITIMER = 83
    pkg syscall (freebsd-arm64), const SYS_SETITIMER ideal-int
    pkg syscall (freebsd-arm64), const SYS_SETLOGIN = 50
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_SETGID = 181 #53466
    pkg syscall (freebsd-riscv64), const SYS_SETGID ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_SETGROUPS = 80 #53466
    pkg syscall (freebsd-riscv64), const SYS_SETGROUPS ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_SETITIMER = 83 #53466
    pkg syscall (freebsd-riscv64), const SYS_SETITIMER ideal-int #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top