/bionic/libc/arch-arm/syscalls/ |
utimensat.S | 6 ENTRY(utimensat) function 15 END(utimensat)
|
/bionic/libc/arch-mips/syscalls/ |
utimensat.S | 4 .globl utimensat 6 .ent utimensat 8 utimensat: label 22 .end utimensat
|
/bionic/libc/arch-x86/syscalls/ |
utimensat.S | 6 ENTRY(utimensat) function 30 END(utimensat)
|
/external/bison/linux-lib/sys/ |
stat.h | 619 /* Macros for futimens and utimensat. */ 1003 /* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our utimensat 1005 to utimensat that is meant to invoke the libc's utimensat(), not gnulib's 1006 utimensat(). */ 1009 # undef utimensat 1010 # define utimensat rpl_utimensat 1012 _GL_FUNCDECL_RPL (utimensat, int, (int fd, char const *name, 1015 _GL_CXXALIAS_RPL (utimensat, int, (int fd, char const *name, 1019 _GL_FUNCDECL_SYS (utimensat, int, (int fd, char const *name 1030 # undef utimensat macro [all...] |
/external/bison/darwin-lib/sys/ |
stat.h | 619 /* Macros for futimens and utimensat. */ 1003 /* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our utimensat 1005 to utimensat that is meant to invoke the libc's utimensat(), not gnulib's 1006 utimensat(). */ 1009 # undef utimensat 1010 # define utimensat rpl_utimensat 1012 _GL_FUNCDECL_RPL (utimensat, int, (int fd, char const *name, 1015 _GL_CXXALIAS_RPL (utimensat, int, (int fd, char const *name, 1019 _GL_FUNCDECL_SYS (utimensat, int, (int fd, char const *name 1030 # undef utimensat macro [all...] |