Home | History | Annotate | Download | only in src

Lines Matching refs:envval

1116     const char* envval = getenv(envname.c_str());
1117 if (!envval) {
1126 if ((strcmp(envval, "fromenv") == 0) ||
1127 (strcmp(envval, "tryfromenv") == 0)) {
1129 "environment flag '" + envval + "'\n");
1133 msg += ProcessSingleOptionLocked(flag, envval, set_mode);
1153 // last arg indicates envval-not-found is fatal (unlike in --tryfromenv)