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