HomeSort by relevance Sort by last modified time
    Searched refs:linkat (Results 51 - 75 of 88) sorted by null

1 23 4

  /prebuilts/go/darwin-x86/src/syscall/
zsysnum_freebsd_386.go 311 SYS_LINKAT = 495 // { int linkat(int fd1, char *path1, int fd2, \
zsysnum_freebsd_amd64.go 311 SYS_LINKAT = 495 // { int linkat(int fd1, char *path1, int fd2, \
zsysnum_freebsd_arm.go 311 SYS_LINKAT = 495 // { int linkat(int fd1, char *path1, int fd2, \
zsysnum_netbsd_386.go 253 SYS_LINKAT = 457 // { int|sys||linkat(int fd1, const char *name1, int fd2, const char *name2, int flags); }
zsysnum_netbsd_amd64.go 253 SYS_LINKAT = 457 // { int|sys||linkat(int fd1, const char *name1, int fd2, const char *name2, int flags); }
zsysnum_netbsd_arm.go 253 SYS_LINKAT = 457 // { int|sys||linkat(int fd1, const char *name1, int fd2, const char *name2, int flags); }
zsyscall_linux_386.go 12 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) { func
    [all...]
zsyscall_linux_s390x.go 12 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) { func
    [all...]
zsyscall_linux_amd64.go 12 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) { func
    [all...]
zsyscall_linux_arm.go 12 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) { func
    [all...]
zsyscall_linux_arm64.go 12 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) { func
    [all...]
zsyscall_linux_mips.go 12 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) { func
    [all...]
zsyscall_linux_mips64.go 12 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) { func
    [all...]
zsyscall_linux_mips64le.go 12 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) { func
    [all...]
zsyscall_linux_mipsle.go 12 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) { func
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsysnum_dragonfly_amd64.go 299 SYS_LINKAT = 531 // { int linkat(int fd1, char *path1, int fd2, \
zsysnum_freebsd_386.go 311 SYS_LINKAT = 495 // { int linkat(int fd1, char *path1, int fd2, \
zsysnum_freebsd_amd64.go 311 SYS_LINKAT = 495 // { int linkat(int fd1, char *path1, int fd2, \
zsysnum_freebsd_arm.go 311 SYS_LINKAT = 495 // { int linkat(int fd1, char *path1, int fd2, \
zsysnum_netbsd_386.go 253 SYS_LINKAT = 457 // { int|sys||linkat(int fd1, const char *name1, int fd2, const char *name2, int flags); }
zsysnum_netbsd_amd64.go 253 SYS_LINKAT = 457 // { int|sys||linkat(int fd1, const char *name1, int fd2, const char *name2, int flags); }
zsysnum_netbsd_arm.go 253 SYS_LINKAT = 457 // { int|sys||linkat(int fd1, const char *name1, int fd2, const char *name2, int flags); }
zsyscall_linux_386.go 12 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) { func
    [all...]
zsyscall_linux_s390x.go 12 func linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error) { func
    [all...]
  /external/valgrind/memcheck/tests/solaris/
scalar.stderr.exp 38 Syscall param linkat(fd1) contains uninitialised byte(s)
41 Syscall param linkat(path1) contains uninitialised byte(s)
44 Syscall param linkat(fd2) contains uninitialised byte(s)
47 Syscall param linkat(path2) contains uninitialised byte(s)
50 Syscall param linkat(flags) contains uninitialised byte(s)
53 Syscall param linkat(path1) points to unaddressable byte(s)
57 Syscall param linkat(path2) points to unaddressable byte(s)
    [all...]

Completed in 630 milliseconds

1 23 4