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

1 23 4

  /external/strace/linux/m68k/
syscallent.h 324 [296] = { 5, TD|TF, SEN(linkat), "linkat" },
  /external/strace/linux/mips/
syscallent-o32.h 299 [4296] = { 5, TD|TF, SEN(linkat), "linkat" },
  /external/strace/linux/powerpc/
syscallent.h 323 [294] = { 5, TD|TF, SEN(linkat), "linkat" },
  /external/strace/linux/powerpc64/
syscallent.h 318 [294] = { 5, TD|TF, SEN(linkat), "linkat" },
  /external/strace/linux/s390/
syscallent.h 327 [296] = { 5, TD|TF, SEN(linkat), "linkat" },
  /external/strace/linux/sh/
syscallent.h 331 [303] = { 5, TD|TF, SEN(linkat), "linkat" },
  /external/strace/linux/sh64/
syscallent.h 357 [331] = { 5, TD|TF, SEN(linkat), "linkat" },
  /external/strace/linux/sparc/
syscallent.h 293 [292] = { 5, TD|TF, SEN(linkat), "linkat" },
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h 812 extern int linkat (int __fromfd, __const char *__from, int __tofd,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 819 extern int linkat (int __fromfd, __const char *__from, int __tofd,
    [all...]
  /external/strace/linux/alpha/
syscallent.h 423 [458] = { 5, TD|TF, SEN(linkat), "linkat" },
  /external/strace/linux/bfin/
syscallent.h 331 [303] = { 5, TD|TF, SEN(linkat), "linkat" },
  /external/strace/linux/microblaze/
syscallent.h 331 [303] = { 5, TD|TF, SEN(linkat), "linkat" },
  /prebuilts/go/darwin-x86/src/syscall/
syscall_openbsd.go 241 // linkat
syscall_linux.go 36 //sys linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error)
39 return linkat(_AT_FDCWD, oldpath, _AT_FDCWD, newpath, 0)
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, \
  /prebuilts/go/linux-x86/src/syscall/
syscall_openbsd.go 241 // linkat
syscall_linux.go 36 //sys linkat(olddirfd int, oldpath string, newdirfd int, newpath string, flags int) (err error)
39 return linkat(_AT_FDCWD, oldpath, _AT_FDCWD, newpath, 0)
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, \

Completed in 428 milliseconds

1 23 4