Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 133 for sys_setegid (0.17 sec)

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

    	r0, e2, e1 := CallLeFuncWithErr(GetZosLibVec()+SYS_SETEGID<<4, uintptr(egid))
    	runtime.ExitSyscall()
    	if int64(r0) == -1 {
    		err = errnoErr2(e1, e2)
    	}
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Seteuid(euid int) (err error) {
    	runtime.EnterSyscall()
    	r0, e2, e1 := CallLeFuncWithErr(GetZosLibVec()+SYS_SETEUID<<4, uintptr(euid))
    	runtime.ExitSyscall()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 88.2K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/syscall_zos_s390x.go

    //sysnb	Setreuid(ruid int, euid int) (err error) = SYS_SETREUID
    //sysnb	Setsid() (pid int, err error) = SYS_SETSID
    //sys	Setuid(uid int) (err error) = SYS_SETUID
    //sys	Setgid(uid int) (err error) = SYS_SETGID
    //sys	Shutdown(fd int, how int) (err error)
    //sys	stat(path string, statLE *Stat_LE_t) (err error) = SYS___STAT_A
    
    func Stat(path string, sta *Stat_t) (err error) {
    	var statLE Stat_LE_t
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 84.4K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_SETEGID = 182
    pkg syscall (netbsd-arm64-cgo), const SYS_SETEGID ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_SETEUID = 183
    pkg syscall (netbsd-arm64-cgo), const SYS_SETEUID ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_SETGID = 181
    pkg syscall (netbsd-arm64-cgo), const SYS_SETGID ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_SETGROUPS = 80
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  4. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_SETAUID = 448
    pkg syscall (freebsd-arm64), const SYS_SETAUID ideal-int
    pkg syscall (freebsd-arm64), const SYS_SETCONTEXT = 422
    pkg syscall (freebsd-arm64), const SYS_SETCONTEXT ideal-int
    pkg syscall (freebsd-arm64), const SYS_SETEGID = 182
    pkg syscall (freebsd-arm64), const SYS_SETEGID ideal-int
    pkg syscall (freebsd-arm64), const SYS_SETEUID = 183
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  5. api/go1.16.txt

    pkg syscall (darwin-arm64), const SYS_SETAUID = 354
    pkg syscall (darwin-arm64), const SYS_SETAUID ideal-int
    pkg syscall (darwin-arm64), const SYS_SETEGID = 182
    pkg syscall (darwin-arm64), const SYS_SETEGID ideal-int
    pkg syscall (darwin-arm64), const SYS_SETEUID = 183
    pkg syscall (darwin-arm64), const SYS_SETEUID ideal-int
    pkg syscall (darwin-arm64), const SYS_SETGID = 181
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg syscall (darwin-386), const SYS_SETAUID = 354
    pkg syscall (darwin-386), const SYS_SETEGID = 182
    pkg syscall (darwin-386), const SYS_SETEUID = 183
    pkg syscall (darwin-386), const SYS_SETGID = 181
    pkg syscall (darwin-386), const SYS_SETGROUPS = 80
    pkg syscall (darwin-386), const SYS_SETITIMER = 83
    pkg syscall (darwin-386), const SYS_SETLCID = 394
    pkg syscall (darwin-386), const SYS_SETLOGIN = 50
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  7. api/go1.2.txt

    pkg syscall (netbsd-386), const SYS_SETEGID ideal-int
    pkg syscall (netbsd-386), const SYS_SETEUID ideal-int
    pkg syscall (netbsd-386), const SYS_SETGID ideal-int
    pkg syscall (netbsd-386), const SYS_SETGROUPS ideal-int
    pkg syscall (netbsd-386), const SYS_SETITIMER ideal-int
    pkg syscall (netbsd-386), const SYS_SETPGID ideal-int
    pkg syscall (netbsd-386), const SYS_SETPRIORITY ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  8. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const SYS_SETAUID = 448 #53466
    pkg syscall (freebsd-riscv64), const SYS_SETAUID ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_SETCONTEXT = 422 #53466
    pkg syscall (freebsd-riscv64), const SYS_SETCONTEXT ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_SETEGID = 182 #53466
    pkg syscall (freebsd-riscv64), const SYS_SETEGID ideal-int #53466
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 21:23:32 UTC 2023
    - 602.6K bytes
    - Viewed (1)
  9. src/syscall/exec_freebsd.go

    			goto childerror
    		}
    	}
    
    	// Session ID
    	if sys.Setsid {
    		_, _, err1 = RawSyscall(SYS_SETSID, 0, 0, 0)
    		if err1 != 0 {
    			goto childerror
    		}
    	}
    
    	// Set process group
    	if sys.Setpgid || sys.Foreground {
    		// Place child in process group.
    		_, _, err1 = RawSyscall(SYS_SETPGID, 0, uintptr(sys.Pgid), 0)
    		if err1 != 0 {
    			goto childerror
    		}
    	}
    
    	if sys.Foreground {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 29 18:51:35 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go

    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Getegid() (egid int) {
    	r0, _ := RawSyscallNoError(SYS_GETEGID, 0, 0, 0)
    	egid = int(r0)
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    func Geteuid() (euid int) {
    	r0, _ := RawSyscallNoError(SYS_GETEUID, 0, 0, 0)
    	euid = int(r0)
    	return
    }
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 12.1K bytes
    - Viewed (0)
Back to top