chmod             106 lib/fchmodat.c           err = chmod (buf, mode) == 0 ? 0 : errno == ENOENT ? -1 : errno;
chmod             137 lib/fchmodat.c # define AT_FUNC_F2 chmod
chmod              59 lib/lchmod.c         err = chmod (buf, mode) == 0 ? 0 : errno == ENOENT ? -1 : errno;
chmod              93 lib/lchmod.c     return chmod (file, mode);
chmod             765 lib/set-permissions.c     return chmod (name, mode);
chmod             412 lib/sys_stat.in.h _GL_FUNCDECL_RPL (chmod, int, (const char *filename, mode_t mode)
chmod             414 lib/sys_stat.in.h _GL_CXXALIAS_RPL (chmod, int, (const char *filename, mode_t mode));
chmod             421 lib/sys_stat.in.h _GL_CXXALIAS_MDA_CAST (chmod, int, (const char *filename, mode_t mode));
chmod             423 lib/sys_stat.in.h _GL_CXXALIAS_SYS (chmod, int, (const char *filename, mode_t mode));
chmod             425 lib/sys_stat.in.h _GL_CXXALIASWARN (chmod);
chmod             429 lib/sys_stat.in.h _GL_WARN_ON_USE (chmod, "chmod has portability problems - "
chmod             442 lib/sys_stat.in.h _GL_CXXALIAS_MDA_CAST (chmod, int, (const char *filename, mode_t mode));
chmod             444 lib/sys_stat.in.h _GL_CXXALIAS_SYS (chmod, int, (const char *filename, mode_t mode));
chmod             446 lib/sys_stat.in.h _GL_CXXALIASWARN (chmod);
chmod             165 nt/inc/sys/stat.h int __cdecl __MINGW_NOTHROW	chmod (const char*, int);
chmod             213 src/androidvfs.c   int (*chmod) (struct android_vnode *, mode_t, int);
chmod            6877 src/androidvfs.c   rc = (*vp->ops->chmod) (vp, mode, flags);
chmod            2518 src/fileio.c       chmod (SDATA (encoded_newname), st.st_mode & 07777);
chmod            3960 src/msdos.c      return chmod (path, mode);