fchmod 415 lib/cib/cib_file.c if (fchmod(fd, S_IRUSR | S_IWUSR) < 0) { fchmod 249 lib/common/logging.c if ((filemode != 0) && (fchmod(logfd, filemode) < 0)) { fchmod 120 maint/gnulib/lib/dirchownmod.c ? fchmod (fd, chmod_mode) fchmod 763 maint/gnulib/lib/set-permissions.c return fchmod (desc, mode); fchmod 22 maint/gnulib/tests/test-fchmod.c SIGNATURE_CHECK (fchmod, int, (int, mode_t)); fchmod 38 maint/gnulib/tests/test-fchmod.c ASSERT (fchmod (-1, 0600) == -1); fchmod 44 maint/gnulib/tests/test-fchmod.c ASSERT (fchmod (99, 0600) == -1); fchmod 57 maint/gnulib/tests/test-fchmod.c ASSERT (fchmod (fd, 0400) == 0);