chmod             143 maint/gnulib/lib/chown.c       result = chmod (file, st.st_mode & (S_IRWXU | S_IRWXG | S_IRWXO
chmod             161 maint/gnulib/lib/copy-file.c   chmod (dest_filename, mode);
chmod             123 maint/gnulib/lib/dirchownmod.c                         : chmod (dir, chmod_mode));
chmod             122 maint/gnulib/lib/fchmodat.c       int chmod_result = chmod (buf, mode);
chmod             156 maint/gnulib/lib/fchmodat.c # define AT_FUNC_F2 chmod
chmod              83 maint/gnulib/lib/lchmod.c   int chmod_result = chmod (buf, mode);
chmod             109 maint/gnulib/lib/lchmod.c   return chmod (file, mode);
chmod              68 maint/gnulib/lib/pt_chown.c       && chmod (pty, S_IRUSR|S_IWUSR|S_IWGRP) < 0)
chmod             765 maint/gnulib/lib/set-permissions.c     return chmod (name, mode);
chmod             319 maint/gnulib/lib/supersede.c           chmod (action->final_rename_temp, dest_statbuf.st_mode);
chmod             404 maint/gnulib/lib/sys_stat.in.h _GL_CXXALIAS_MDA_CAST (chmod, int, (const char *filename, mode_t mode));
chmod             406 maint/gnulib/lib/sys_stat.in.h _GL_CXXALIAS_SYS (chmod, int, (const char *filename, mode_t mode));
chmod             408 maint/gnulib/lib/sys_stat.in.h _GL_CXXALIASWARN (chmod);
chmod              43 maint/gnulib/tests/test-access.c   chmod (BASE "f2", 0600);
chmod              68 maint/gnulib/tests/test-access.c     ASSERT (chmod (BASE "f2", 0400) == 0);
chmod              91 maint/gnulib/tests/test-access.c   ASSERT (chmod (BASE "f2", 0600) == 0);
chmod              66 maint/gnulib/tests/test-copy-acl.c   chmod (file2, mode);
chmod              63 maint/gnulib/tests/test-fchmod.c     ASSERT (chmod (BASE "file", 0600) == 0);
chmod              64 maint/gnulib/tests/test-fchmodat.c     ASSERT (chmod (BASE "file", 0600) == 0);
chmod              92 maint/gnulib/tests/test-fchmodat.c     ASSERT (chmod (BASE "file", 0600) == 0);
chmod              50 maint/gnulib/tests/test-lchmod.c     ASSERT (chmod (BASE "file", 0600) == 0);
chmod              63 maint/gnulib/tests/test-stat-time.c   chmod (filename, 0600);
chmod             118 maint/gnulib/tests/test-stat-time.c   ASSERT (chmod (filename_testfile, 0400) == 0);