HomeSort by: relevance | last modified time | path
    Searched defs:config_path (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/libsaslc/dist/src/
parser.c 317 const char *config_path, *debug, *appname; local
319 config_path = ctx->pathname;
320 if (config_path == NULL)
321 config_path = getenv(SASLC_ENV_CONFIG);
322 if (config_path == NULL)
323 config_path = SASLC__CONFIG_PATH;
325 if (stat(config_path, &sb) == -1 || !S_ISDIR(sb.st_mode)) {
327 saslc__msg_err("%s: stat: config_path='%s': %s", __func__,
328 config_path, strerror(errno));
336 snprintf(path, sizeof(path), "%s/%s/%s%s", config_path,
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/check_cfc/
check_cfc.py 327 config_path = os.path.join(scriptdir, 'check_cfc.cfg') variable in class:dash_s_no_change
329 config.read(os.path.join(config_path))
332 "using defaults.".format(config_path))

Completed in 22 milliseconds