Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for sys_closefrom (0.29 sec)

  1. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_CLOSE = 6
    pkg syscall (freebsd-arm64), const SYS_CLOSE ideal-int
    pkg syscall (freebsd-arm64), const SYS_CLOSEFROM = 509
    pkg syscall (freebsd-arm64), const SYS_CLOSEFROM ideal-int
    pkg syscall (freebsd-arm64), const SYS_CONNECT = 98
    pkg syscall (freebsd-arm64), const SYS_CONNECT ideal-int
    pkg syscall (freebsd-arm64), const SYS_CONNECTAT = 539
    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), const SYS_CLOSE = 6 #53466
    pkg syscall (freebsd-riscv64), const SYS_CLOSE ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_CLOSEFROM = 509 #53466
    pkg syscall (freebsd-riscv64), const SYS_CLOSEFROM ideal-int #53466
    pkg syscall (freebsd-riscv64), const SYS_CONNECT = 98 #53466
    pkg syscall (freebsd-riscv64), const SYS_CONNECT 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)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"SYS_CLOCK_GETRES", Const, 0},
    		{"SYS_CLOCK_GETTIME", Const, 0},
    		{"SYS_CLOCK_NANOSLEEP", Const, 0},
    		{"SYS_CLOCK_SETTIME", Const, 0},
    		{"SYS_CLONE", Const, 0},
    		{"SYS_CLOSE", Const, 0},
    		{"SYS_CLOSEFROM", Const, 0},
    		{"SYS_CLOSE_NOCANCEL", Const, 0},
    		{"SYS_CONNECT", Const, 0},
    		{"SYS_CONNECTAT", Const, 3},
    		{"SYS_CONNECT_NOCANCEL", Const, 0},
    		{"SYS_COPYFILE", 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