Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 60 for sys_setlogin (0.54 sec)

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

    func Setlogin(name string) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(name)
    	if err != nil {
    		return
    	}
    	_, _, e1 := Syscall(SYS_SETLOGIN, uintptr(unsafe.Pointer(_p0)), 0, 0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	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
    - 45.1K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_freebsd_riscv64.go

    func Setlogin(name string) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(name)
    	if err != nil {
    		return
    	}
    	_, _, e1 := Syscall(SYS_SETLOGIN, uintptr(unsafe.Pointer(_p0)), 0, 0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	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
    - 44.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go

    func Setlogin(name string) (err error) {
    	var _p0 *byte
    	_p0, err = BytePtrFromString(name)
    	if err != nil {
    		return
    	}
    	_, _, e1 := Syscall(SYS_SETLOGIN, uintptr(unsafe.Pointer(_p0)), 0, 0)
    	if e1 != 0 {
    		err = errnoErr(e1)
    	}
    	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
    - 45.1K bytes
    - Viewed (0)
  4. api/go1.14.txt

    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
    pkg syscall (freebsd-arm64), const SYS_SETLOGIN ideal-int
    pkg syscall (freebsd-arm64), const SYS_SETLOGINCLASS = 524
    pkg syscall (freebsd-arm64), const SYS_SETLOGINCLASS ideal-int
    pkg syscall (freebsd-arm64), const SYS_SETPGID = 82
    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_SETITIMER ideal-int
    pkg syscall (darwin-arm64), const SYS_SETLCID = 394
    pkg syscall (darwin-arm64), const SYS_SETLCID ideal-int
    pkg syscall (darwin-arm64), const SYS_SETLOGIN = 50
    pkg syscall (darwin-arm64), const SYS_SETLOGIN ideal-int
    pkg syscall (darwin-arm64), const SYS_SETPGID = 82
    pkg syscall (darwin-arm64), const SYS_SETPGID ideal-int
    pkg syscall (darwin-arm64), const SYS_SETPRIORITY = 96
    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.20.txt

    pkg syscall (freebsd-riscv64), const SYS_SETITIMER = 83 #53466
    pkg syscall (freebsd-riscv64), const SYS_SETITIMER ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_SETLOGIN = 50 #53466
    pkg syscall (freebsd-riscv64), const SYS_SETLOGIN ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_SETLOGINCLASS = 524 #53466
    pkg syscall (freebsd-riscv64), const SYS_SETLOGINCLASS 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 (0)
  7. api/go1.1.txt

    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
    pkg syscall (darwin-386), const SYS_SETPGID = 82
    pkg syscall (darwin-386), const SYS_SETPRIORITY = 96
    pkg syscall (darwin-386), const SYS_SETPRIVEXEC = 152
    pkg syscall (darwin-386), const SYS_SETREGID = 127
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 31 20:37:15 UTC 2022
    - 2.6M bytes
    - Viewed (0)
  8. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SYS_SETGID ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SETGROUPS ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SETITIMER ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SETLOGIN ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SETLOGINCLASS ideal-int
    pkg syscall (freebsd-386-cgo), const SYS_SETPGID ideal-int
    pkg syscall (freebsd-386-cgo), 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)
  9. api/go1.txt

    pkg syscall (darwin-386), const SYS_SETGROUPS ideal-int
    pkg syscall (darwin-386), const SYS_SETITIMER ideal-int
    pkg syscall (darwin-386), const SYS_SETLCID ideal-int
    pkg syscall (darwin-386), const SYS_SETLOGIN ideal-int
    pkg syscall (darwin-386), const SYS_SETPGID ideal-int
    pkg syscall (darwin-386), const SYS_SETPRIORITY ideal-int
    pkg syscall (darwin-386), const SYS_SETPRIVEXEC ideal-int
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SYS_SETGID32", Const, 0},
    		{"SYS_SETGROUPS", Const, 0},
    		{"SYS_SETGROUPS32", Const, 0},
    		{"SYS_SETHOSTNAME", Const, 0},
    		{"SYS_SETITIMER", Const, 0},
    		{"SYS_SETLCID", Const, 0},
    		{"SYS_SETLOGIN", Const, 0},
    		{"SYS_SETLOGINCLASS", Const, 0},
    		{"SYS_SETNS", Const, 0},
    		{"SYS_SETPGID", Const, 0},
    		{"SYS_SETPRIORITY", Const, 0},
    		{"SYS_SETPRIVEXEC", Const, 0},
    		{"SYS_SETREGID", Const, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top