Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for mmap64 (0.12 sec)

  1. api/go1.14.txt

    pkg syscall (freebsd-arm64), func Lstat(string, *Stat_t) error
    pkg syscall (freebsd-arm64), func Mkfifo(string, uint32) error
    pkg syscall (freebsd-arm64), func Mknod(string, uint32, uint64) error
    pkg syscall (freebsd-arm64), func Mmap(int, int64, int, int, int) ([]uint8, error)
    pkg syscall (freebsd-arm64), func Munmap([]uint8) error
    pkg syscall (freebsd-arm64), func Nanosleep(*Timespec, *Timespec) error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  2. api/go1.20.txt

    pkg syscall (freebsd-riscv64), func Mkfifo(string, uint32) error #53466
    pkg syscall (freebsd-riscv64), func Mknod(string, uint32, uint64) error #53466
    pkg syscall (freebsd-riscv64), func Mmap(int, int64, int, int, int) ([]uint8, error) #53466
    pkg syscall (freebsd-riscv64), func Munmap([]uint8) error #53466
    pkg syscall (freebsd-riscv64), func Nanosleep(*Timespec, *Timespec) error #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)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Mkdir", Func, 0},
    		{"Mkdirat", Func, 0},
    		{"Mkfifo", Func, 0},
    		{"Mknod", Func, 0},
    		{"Mknodat", Func, 0},
    		{"Mlock", Func, 0},
    		{"Mlockall", Func, 0},
    		{"Mmap", Func, 0},
    		{"Mount", Func, 0},
    		{"MoveFile", Func, 0},
    		{"Mprotect", Func, 0},
    		{"Msghdr", Type, 0},
    		{"Msghdr.Control", Field, 0},
    		{"Msghdr.Controllen", Field, 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