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

  /src/external/gpl2/xcvs/dist/src/
parseinfo.c 382 parse_config (const char *cvsroot, const char *path) function
403 TRACE (TRACE_FUNCTION, "parse_config (%s)", cvsroot);
  /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);
  /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;

Completed in 70 milliseconds