HomeSort by: relevance | last modified time | path
    Searched refs:parse_config (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
parseinfo.h 66 struct config *parse_config (const char *, const char *);
root.c 287 n->data = parse_config (arg, configPath);
342 return parse_config (arg, configPath);
main.c 1150 presence of the parse_config call here is not meant to
1156 /* If there was an error parsing the config file, parse_config
1161 config = parse_config (current_parsed_root->directory, NULL);
parseinfo.c 382 parse_config (const char *cvsroot, const char *path) function
403 TRACE (TRACE_FUNCTION, "parse_config (%s)", cvsroot);
  /src/external/gpl3/binutils/dist/bfd/
elfxx-riscv.c 1682 static const struct riscv_parse_prefix_config parse_config[] = variable in typeref:struct:riscv_parse_prefix_config
1698 while (parse_config[i].class != RV_ISA_CLASS_SINGLE)
1700 if (strncmp (arch, parse_config[i].prefix,
1701 strlen (parse_config[i].prefix)) == 0)
1702 return parse_config[i].class;
  /src/external/gpl3/binutils.old/dist/bfd/
elfxx-riscv.c 1674 static const struct riscv_parse_prefix_config parse_config[] = variable in typeref:struct:riscv_parse_prefix_config
1690 while (parse_config[i].class != RV_ISA_CLASS_SINGLE)
1692 if (strncmp (arch, parse_config[i].prefix,
1693 strlen (parse_config[i].prefix)) == 0)
1694 return parse_config[i].class;
  /src/external/gpl3/gdb.old/dist/bfd/
elfxx-riscv.c 1543 static const struct riscv_parse_prefix_config parse_config[] = variable in typeref:struct:riscv_parse_prefix_config
1559 while (parse_config[i].class != RV_ISA_CLASS_SINGLE)
1561 if (strncmp (arch, parse_config[i].prefix,
1562 strlen (parse_config[i].prefix)) == 0)
1563 return parse_config[i].class;
  /src/external/gpl3/gdb/dist/bfd/
elfxx-riscv.c 1674 static const struct riscv_parse_prefix_config parse_config[] = variable in typeref:struct:riscv_parse_prefix_config
1690 while (parse_config[i].class != RV_ISA_CLASS_SINGLE)
1692 if (strncmp (arch, parse_config[i].prefix,
1693 strlen (parse_config[i].prefix)) == 0)
1694 return parse_config[i].class;
  /src/external/mpl/bind/dist/bin/rndc/
rndc.c 548 parse_config(isc_mem_t *mctx, isc_log_t *log, const char *keyname, function
989 parse_config(rndc_mctx, log, keyname, &pctx, &config);

Completed in 30 milliseconds