modestr           233 lib/common/logging.c     const char *modestr = getenv("PCMK_logfile_mode");
modestr           236 lib/common/logging.c     if (modestr != NULL) {
modestr           237 lib/common/logging.c         long filemode_l = strtol(modestr, NULL, 8);