| /freebsd-13.1/stand/common/ |
| H A D | commands.c | 69 *topic = *subtopic = *desc = NULL; in help_getnext() 83 *topic = strdup(cp + 1); in help_getnext() 94 if (*topic == NULL) { in help_getnext() 110 pager_output(topic); in help_emitsummary() 111 i = strlen(topic); in help_emitsummary() 143 topic = subtopic = NULL; in command_help() 149 topic = strdup(argv[1]); in command_help() 152 topic = strdup("help"); in command_help() 172 } else if (strcmp(topic, t)) { in command_help() 211 free(topic); in command_help() [all …]
|
| /freebsd-13.1/contrib/kyua/cli/ |
| H A D | cmd_about.cpp | 145 const std::string& topic = cmdline.arguments()[0]; in run() local 147 if (topic == "authors") { in run() 150 } else if (topic == "license") { in run() 152 } else if (topic == "version") { in run() 155 throw cmdline::usage_error(F("Invalid about topic '%s'") % topic); in run()
|
| /freebsd-13.1/lib/libpmc/pmu-events/ |
| H A D | jevents.c | 281 static char *topic; variable 290 i = asprintf(&tp, "%s", topic); in get_topic() 313 free(topic); in add_topic() 314 topic = strdup(bname); in add_topic() 315 if (!topic) { in add_topic() 325 char *topic; member 344 char *etopic = pd->topic; in print_events_table_entry() 1077 .topic = get_topic(), in process_one_file() 1083 free(data.topic); in process_one_file()
|
| H A D | pmu-events.h | 15 const char *topic; member
|
| H A D | README | 26 such as Pipelining, Cache, Memory, Floating-point etc. All events for a topic 28 the topic. Eg: "Floating-point.json". 30 All the topic JSON files for a CPU model/family should be in a separate
|
| /freebsd-13.1/crypto/heimdal/lib/sl/ |
| H A D | sl.h | 61 void sl_apropos (SL_cmd *cmd, const char *topic);
|
| H A D | sl.c | 350 sl_apropos (SL_cmd *cmd, const char *topic) in sl_apropos() argument 353 if (cmd->usage != NULL && strstr(cmd->usage, topic) != NULL) in sl_apropos()
|
| /freebsd-13.1/lib/libpmc/ |
| H A D | libpmc_pmu_util.c | 447 if (pe->topic != NULL) in pmc_pmu_print_counter_full() 448 printf("topic: %s\n", pe->topic); in pmc_pmu_print_counter_full() 481 if (strcmp("l3cache", pe->topic) == 0){ in pmc_pmu_amd_pmcallocate() 487 else if (strcmp("data fabric", pe->topic) == 0){ in pmc_pmu_amd_pmcallocate()
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | microfocus | 6 # https://documentation.microfocus.com/help/index.jsp?topic=\
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/arm/ |
| H A D | juno,scpi.txt | 26 [1] http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0922b/apas03s22.html
|
| H A D | arm,scmi.txt | 102 [0] http://infocenter.arm.com/help/topic/com.arm.doc.den0056a/index.html
|
| H A D | psci.yaml | 32 …http://infocenter.arm.com/help/topic/com.arm.doc.den0022c/DEN0022C_Power_State_Coordination_Interf…
|
| H A D | arm,scpi.txt | 109 [0] http://infocenter.arm.com/help/topic/com.arm.doc.dui0922b/index.html
|
| /freebsd-13.1/contrib/kyua/integration/ |
| H A D | cmd_about_test.sh | 130 Usage error for command about: Invalid about topic 'foo'.
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetCXXABI.def | 50 /// /help/topic/com.arm.doc.ihi0041c/IHI0041C_cppabi.pdf 69 /// /help/topic/com.arm.doc.ihi0059a/IHI0059A_cppabi64.pdf
|
| /freebsd-13.1/contrib/sendmail/src/ |
| H A D | helpfile | 22 smtp For more info use "HELP <topic>". 26 help HELP [ <topic> ]
|
| H A D | srvrsmtp.c | 5426 help(topic, e) in help() argument 5427 char *topic; in help() 5456 if (topic == NULL || *topic == '\0') 5458 topic = "smtp"; 5463 makelower(topic); 5467 len = strlen(topic); 5484 if (strncmp(buf, topic, len) == 0) 5517 message("504 5.3.0 HELP topic \"%.10s\" unknown", topic);
|
| /freebsd-13.1/contrib/libxo/doc/_static/ |
| H A D | basic.css_t | 299 div.topic { 305 p.topic-title {
|
| /freebsd-13.1/sys/contrib/zstd/ |
| H A D | CONTRIBUTING.md | 31 will use a new branch per sizable topic. For smaller changes, it is okay to lump multiple 48 * Make a new branch on your fork about the topic you're developing for 105 …* Just because your changes have been merged does not mean the topic or larger issue is complete. … 155 would-be PR. Of course, just because a topic has already been discussed (and perhaps rejected 157 it will be helpful for you to have context from that topic's history before contributing.
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | CRYPTO_THREAD_run_once.pod | 141 Finalization of locks is an advanced topic, not covered in this example.
|
| /freebsd-13.1/lib/libsecureboot/ |
| H A D | README.rst | 88 There are lots of good tutorials on available on this topic;
|
| /freebsd-13.1/contrib/ntp/ |
| H A D | readme.y2kfixes | 59 This address is strictly reserved for the topic at hand.
|
| /freebsd-13.1/contrib/llvm-project/lld/docs/llvm-theme/static/ |
| H A D | llvm.css | 272 div.topic {
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_syscall_linux_riscv64.inc | 26 // https://groups.google.com/a/groups.riscv.org/forum/#!topic/sw-dev/exbrzM3GZDQ
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
| H A D | DynamicTags.def | 79 // at https://groups.google.com/forum/#!topic/generic-abi/bX460iggiKg
|