Searched refs:parse_config (Results 1 – 15 of 15) sorted by relevance
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | parseinfo.h | 66 struct config *parse_config (const char *, const char *);
|
| D | root.c | 287 n->data = parse_config (arg, configPath); in root_allow_add() 342 return parse_config (arg, configPath); in get_root_allow_config()
|
| D | parseinfo.c | 382 parse_config (const char *cvsroot, const char *path) in parse_config() function
|
| D | ChangeLog-97 | 478 * parseinfo.c (parse_config): RCSBIN now a noop. 1010 * parseinfo.c (parse_config): Add comment about compatibility 1548 * parseinfo.c (parse_config): If AUTH_SERVER_SUPPORT is not 1624 * server.c (pserver_authenticate_connection): Call parse_config 1626 * parseinfo.c (parse_config): If we are called several times, the 1628 * cvs.h, parseinfo.c (parse_config): New argument cvsroot. 1631 * parseinfo.c (parse_config): Parse new keyword SystemAuth. 1636 * main.c (main): No fatal error if parse_config returned an error. 1639 * parseinfo.c, cvs.h (parse_config): Remove NOERR crock. 1858 Call parse_config. [all …]
|
| D | main.c | 1161 config = parse_config (current_parsed_root->directory, NULL); in main()
|
| D | ChangeLog | 231 * parseinfo.c (parse_config): Don't check hostname without client 246 * parseinfo.c (parse_config): Parse TmpDir. 275 * parseinfo.c (parse_config): Handle [rootspec] syntax. 319 * parseinfo.c (parse_config): Variable declarations must precede 338 (parse_config): Accept configPath arg, update expand_path calls, and 340 * parseinfo.h (parse_config): Update proto. 342 arg and pass through to parse_config. 441 (parse_config): Parse MinCompressionLevel & MaxCompressionLevel. 611 * parseinfo.c (parse_config): Parse HistoryLogPath & HistorySearchPath. 1089 import.c (import), main.c (main), parseinfo.c (parse_config), rcs.c [all …]
|
| /netbsd/src/external/gpl3/binutils/dist/bfd/ |
| D | elfxx-riscv.c | 1423 static const struct riscv_parse_prefix_config parse_config[] = variable 1439 while (parse_config[i].class != RV_ISA_CLASS_SINGLE) in riscv_get_prefix_class() 1441 if (strncmp (arch, parse_config[i].prefix, in riscv_get_prefix_class() 1442 strlen (parse_config[i].prefix)) == 0) in riscv_get_prefix_class() 1443 return parse_config[i].class; in riscv_get_prefix_class()
|
| D | ChangeLog | 1622 (parse_config): Moved forward and updated. The more letters of the 1640 to the orders in the parse_config. Remove the confused message and
|
| D | ChangeLog-2020 | 238 according to the riscv_supported_std_ext and parse_config[i].class 291 (parse_config): Likewise.
|
| /netbsd/src/external/gpl3/gdb/dist/bfd/ |
| D | elfxx-riscv.c | 1508 static const struct riscv_parse_prefix_config parse_config[] = variable 1524 while (parse_config[i].class != RV_ISA_CLASS_SINGLE) in riscv_get_prefix_class() 1526 if (strncmp (arch, parse_config[i].prefix, in riscv_get_prefix_class() 1527 strlen (parse_config[i].prefix)) == 0) in riscv_get_prefix_class() 1528 return parse_config[i].class; in riscv_get_prefix_class()
|
| D | ChangeLog | 1616 (parse_config): Moved forward and updated. The more letters of the 1634 to the orders in the parse_config. Remove the confused message and
|
| D | ChangeLog-2020 | 238 according to the riscv_supported_std_ext and parse_config[i].class 291 (parse_config): Likewise.
|
| /netbsd/src/external/gpl2/xcvs/dist/doc/ |
| D | cvs.texinfo | 14918 @c See comments in parseinfo.c:parse_config for more
|
| /netbsd/src/external/gpl2/xcvs/dist/doc/i18n/pt_BR/ |
| D | cvs.texinfo | 19733 @c See comments in parseinfo.c:parse_config for more
|
| /netbsd/src/external/gpl3/binutils/dist/ |
| D | ChangeLog.git | 81744 (parse_config): Likewise. 116917 (parse_config): Updated since riscv_prefix_ext_class is removed.
|