fchmod            968 lib/cib/cib_file.c     if (fchmod(fd, S_IRUSR | S_IWUSR) < 0) {
fchmod            269 lib/common/logging.c     if ((filemode != 0) && (fchmod(logfd, filemode) < 0)) {
fchmod           1110 lib/services/systemd.c     if ((fd < 0) || (fchmod(fd, S_IRUSR|S_IWUSR|S_IRGRP|S_IROTH) < 0)) {