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

  /bionic/libc/bionic/
fchmodat.cpp 39 int fchmodat(int dirfd, const char* pathname, mode_t mode, int flags) { function
  /external/bison/linux-lib/sys/
stat.h 628 _GL_FUNCDECL_SYS (fchmodat, int,
632 _GL_CXXALIAS_SYS (fchmodat, int,
634 _GL_CXXALIASWARN (fchmodat);
636 # undef fchmodat macro
638 _GL_WARN_ON_USE (fchmodat, "fchmodat is not portable - "
    [all...]
  /external/bison/darwin-lib/sys/
stat.h 628 _GL_FUNCDECL_SYS (fchmodat, int,
632 _GL_CXXALIAS_SYS (fchmodat, int,
634 _GL_CXXALIASWARN (fchmodat);
636 # undef fchmodat macro
638 _GL_WARN_ON_USE (fchmodat, "fchmodat is not portable - "
    [all...]

Completed in 70 milliseconds