HomeSort by relevance Sort by last modified time
    Searched defs:fchownat (Results 1 - 5 of 5) sorted by null

  /bionic/libc/arch-arm/syscalls/
fchownat.S 6 ENTRY(fchownat) function
18 END(fchownat)
  /bionic/libc/arch-mips/syscalls/
fchownat.S 4 .globl fchownat
6 .ent fchownat
8 fchownat: label
22 .end fchownat
  /bionic/libc/arch-x86/syscalls/
fchownat.S 6 ENTRY(fchownat) function
33 END(fchownat)
  /external/bison/darwin-lib/
unistd.h 813 # undef fchownat
814 # define fchownat rpl_fchownat
816 _GL_FUNCDECL_RPL (fchownat, int, (int fd, char const *file,
819 _GL_CXXALIAS_RPL (fchownat, int, (int fd, char const *file,
823 _GL_FUNCDECL_SYS (fchownat, int, (int fd, char const *file,
827 _GL_CXXALIAS_SYS (fchownat, int, (int fd, char const *file,
830 _GL_CXXALIASWARN (fchownat);
832 # undef fchownat macro
834 _GL_WARN_ON_USE (fchownat, "fchownat is not portable -
    [all...]
  /external/bison/linux-lib/
unistd.h 813 # undef fchownat
814 # define fchownat rpl_fchownat
816 _GL_FUNCDECL_RPL (fchownat, int, (int fd, char const *file,
819 _GL_CXXALIAS_RPL (fchownat, int, (int fd, char const *file,
823 _GL_FUNCDECL_SYS (fchownat, int, (int fd, char const *file,
827 _GL_CXXALIAS_SYS (fchownat, int, (int fd, char const *file,
830 _GL_CXXALIASWARN (fchownat);
832 # undef fchownat macro
834 _GL_WARN_ON_USE (fchownat, "fchownat is not portable -
    [all...]

Completed in 111 milliseconds