fchmod            415 lib/cib/cib_file.c     if (fchmod(fd, S_IRUSR | S_IWUSR) < 0) {
fchmod            243 lib/common/logging.c     if ((filemode != 0) && (fchmod(logfd, filemode) < 0)) {