Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 105 for sys_linkat (0.31 sec)

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

    	SYS_MKNODAT                      = 297
    	SYS_FCHOWNAT                     = 298
    	SYS_FUTIMESAT                    = 299
    	SYS_FSTATAT64                    = 300
    	SYS_UNLINKAT                     = 301
    	SYS_RENAMEAT                     = 302
    	SYS_LINKAT                       = 303
    	SYS_SYMLINKAT                    = 304
    	SYS_READLINKAT                   = 305
    	SYS_FCHMODAT                     = 306
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_ppc64.go

    	SYS_FCHMODAT       = 314 // { int sys_fchmodat(int fd, const char *path, mode_t mode, int flag); }
    	SYS_FCHOWNAT       = 315 // { int sys_fchownat(int fd, const char *path, uid_t uid, gid_t gid, int flag); }
    	SYS_LINKAT         = 317 // { int sys_linkat(int fd1, const char *path1, int fd2, const char *path2, int flag); }
    	SYS_MKDIRAT        = 318 // { int sys_mkdirat(int fd, const char *path, mode_t mode); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_riscv64.go

    	SYS_FCHMODAT       = 314 // { int sys_fchmodat(int fd, const char *path, mode_t mode, int flag); }
    	SYS_FCHOWNAT       = 315 // { int sys_fchownat(int fd, const char *path, uid_t uid, gid_t gid, int flag); }
    	SYS_LINKAT         = 317 // { int sys_linkat(int fd1, const char *path1, int fd2, const char *path2, int flag); }
    	SYS_MKDIRAT        = 318 // { int sys_mkdirat(int fd, const char *path, mode_t mode); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go

    	SYS_FCHMODAT       = 314 // { int sys_fchmodat(int fd, const char *path, mode_t mode, int flag); }
    	SYS_FCHOWNAT       = 315 // { int sys_fchownat(int fd, const char *path, uid_t uid, gid_t gid, int flag); }
    	SYS_LINKAT         = 317 // { int sys_linkat(int fd1, const char *path1, int fd2, const char *path2, int flag); }
    	SYS_MKDIRAT        = 318 // { int sys_mkdirat(int fd, const char *path, mode_t mode); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go

    	SYS_MKNODAT                      = 288
    	SYS_FCHOWNAT                     = 289
    	SYS_FUTIMESAT                    = 290
    	SYS_FSTATAT64                    = 291
    	SYS_UNLINKAT                     = 292
    	SYS_RENAMEAT                     = 293
    	SYS_LINKAT                       = 294
    	SYS_SYMLINKAT                    = 295
    	SYS_READLINKAT                   = 296
    	SYS_FCHMODAT                     = 297
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm64.go

    	SYS_FCHMODAT       = 314 // { int sys_fchmodat(int fd, const char *path, mode_t mode, int flag); }
    	SYS_FCHOWNAT       = 315 // { int sys_fchownat(int fd, const char *path, uid_t uid, gid_t gid, int flag); }
    	SYS_LINKAT         = 317 // { int sys_linkat(int fd1, const char *path1, int fd2, const char *path2, int flag); }
    	SYS_MKDIRAT        = 318 // { int sys_mkdirat(int fd, const char *path, mode_t mode); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 17.8K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_freebsd_amd64.go

    	SYS_RENAMEAT                 = 501 // { int renameat(int oldfd, char *old, int newfd, \
    	SYS_SYMLINKAT                = 502 // { int symlinkat(char *path1, int fd, \
    	SYS_UNLINKAT                 = 503 // { int unlinkat(int fd, char *path, int flag); }
    	SYS_POSIX_OPENPT             = 504 // { int posix_openpt(int flags); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  8. src/syscall/zsysnum_freebsd_386.go

    	SYS_RENAMEAT                 = 501 // { int renameat(int oldfd, char *old, int newfd, \
    	SYS_SYMLINKAT                = 502 // { int symlinkat(char *path1, int fd, \
    	SYS_UNLINKAT                 = 503 // { int unlinkat(int fd, char *path, int flag); }
    	SYS_POSIX_OPENPT             = 504 // { int posix_openpt(int flags); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  9. src/syscall/zsysnum_freebsd_arm.go

    	SYS_RENAMEAT                 = 501 // { int renameat(int oldfd, char *old, int newfd, \
    	SYS_SYMLINKAT                = 502 // { int symlinkat(char *path1, int fd, \
    	SYS_UNLINKAT                 = 503 // { int unlinkat(int fd, char *path, int flag); }
    	SYS_POSIX_OPENPT             = 504 // { int posix_openpt(int flags); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 25.5K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go

    	SYS_READLINKAT           = 469 // { int|sys||readlinkat(int fd, const char *path, char *buf, size_t bufsize); }
    	SYS_SYMLINKAT            = 470 // { int|sys||symlinkat(const char *path1, int fd, const char *path2); }
    	SYS_UNLINKAT             = 471 // { int|sys||unlinkat(int fd, const char *path, int flag); }
    	SYS_FUTIMENS             = 472 // { int|sys||futimens(int fd, const struct timespec *tptr); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 25.7K bytes
    - Viewed (0)
Back to top