/prebuilts/go/linux-x86/src/syscall/ |
syscall_linux.go | 119 //sys futimesat(dirfd int, path *byte, times *[2]Timeval) (err error) 121 func Futimesat(dirfd int, path string, tv []Timeval) (err error) { 129 err = futimesat(dirfd, pathp, (*[2]Timeval)(unsafe.Pointer(&tv[0])))
|
/external/bison/darwin-lib/sys/ |
stat.h | 700 implementation relies on futimesat, which on Solaris 10 makes an invocation 1004 implementation relies on futimesat, which on Solaris 10 makes an invocation [all...] |
/external/bison/lib/ |
sys_stat.in.h | 388 implementation relies on futimesat, which on Solaris 10 makes an invocation 692 implementation relies on futimesat, which on Solaris 10 makes an invocation
|
/external/bison/linux-lib/sys/ |
stat.h | 700 implementation relies on futimesat, which on Solaris 10 makes an invocation 1004 implementation relies on futimesat, which on Solaris 10 makes an invocation [all...] |
/external/strace/linux/alpha/ |
syscallent.h | 419 [454] = { 3, TD|TF, SEN(futimesat), "futimesat" },
|
/external/strace/linux/arm/ |
syscallent.h | 353 [326] = { 3, TD|TF, SEN(futimesat), "futimesat" },
|
/external/strace/linux/bfin/ |
syscallent.h | 327 [299] = { 3, TD|TF, SEN(futimesat), "futimesat" },
|
/external/strace/linux/i386/ |
syscallent.h | 327 [299] = { 3, TD|TF, SEN(futimesat), "futimesat" },
|
/external/strace/linux/m68k/ |
syscallent.h | 320 [292] = { 3, TD|TF, SEN(futimesat), "futimesat" },
|
/external/strace/linux/microblaze/ |
syscallent.h | 327 [299] = { 3, TD|TF, SEN(futimesat), "futimesat" },
|
/external/strace/linux/powerpc/ |
syscallent.h | 319 [290] = { 3, TD|TF, SEN(futimesat), "futimesat" },
|
/external/strace/linux/powerpc64/ |
syscallent.h | 314 [290] = { 3, TD|TF, SEN(futimesat), "futimesat" },
|
/external/strace/linux/s390/ |
syscallent.h | 323 [292] = { 3, TD|TF, SEN(futimesat), "futimesat" },
|
/external/strace/linux/s390x/ |
syscallent.h | 307 [292] = { 3, TD|TF, SEN(futimesat), "futimesat" },
|
/external/strace/linux/sh/ |
syscallent.h | 327 [299] = { 3, TD|TF, SEN(futimesat), "futimesat" },
|
/external/strace/linux/sh64/ |
syscallent.h | 353 [327] = { 3, TD|TF, SEN(futimesat), "futimesat" },
|
/external/strace/linux/x32/ |
syscallent.h | 262 [261] = { 3, TD|TF, SEN(futimesat), "futimesat" },
|
/external/ltrace/sysdeps/linux-gnu/aarch64/ |
syscallent.h | [all...] |
/external/valgrind/docs/internals/ |
3_3_BUGSTATUS.txt | 278 r8047 r8148 Mgd n-i-bz Fix wrappers for sys_{futimesat,utimensat}
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/syscalls/ |
amd64-linux.xml | 278 <syscall name="futimesat" number="261"/>
|
i386-linux.xml | 313 <syscall name="futimesat" number="299"/>
|
mips-n32-linux.xml | 271 <syscall name="futimesat" number="6255"/>
|
mips-n64-linux.xml | 265 <syscall name="futimesat" number="5251"/>
|
mips-o32-linux.xml | 300 <syscall name="futimesat" number="4292"/>
|
ppc-linux.xml | 301 <syscall name="futimesat" number="290"/>
|