modestr 228 lib/common/logging.c const char *modestr; modestr 248 lib/common/logging.c modestr = getenv("PCMK_logfile_mode"); modestr 249 lib/common/logging.c if (modestr) { modestr 250 lib/common/logging.c long filemode_l = strtol(modestr, NULL, 8);