Searched refs:topic (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/lib/libpmc/pmu-events/
H A Dpmu-events.h16 const char *topic; member in struct:pmu_event
H A Djevents.c281 static char *topic; variable
290 i = asprintf(&tp, "%s", topic);
313 free(topic);
314 topic = strdup(bname);
315 if (!topic) {
325 char *topic; member in struct:perf_entry_data
344 char *etopic = pd->topic;
357 fprintf(outfp, "\t.topic = \"%s\",\n", etopic);
1010 /* model directory, reset topic */
1077 .topic
[all...]
/freebsd-13-stable/contrib/kyua/cli/
H A Dcmd_about.cpp145 const std::string& topic = cmdline.arguments()[0]; local
147 if (topic == "authors") {
150 } else if (topic == "license") {
152 } else if (topic == "version") {
155 throw cmdline::usage_error(F("Invalid about topic '%s'") % topic);
/freebsd-13-stable/stand/common/
H A Dcommands.c56 * Subtopic entries must immediately follow the topic (this is used to
64 help_getnext(int fd, char **topic, char **subtopic, char **desc) argument
69 *topic = *subtopic = *desc = NULL;
80 if (*cp == 'T' && *topic == NULL) {
83 *topic = strdup(cp + 1);
94 if (*topic == NULL) {
105 help_emitsummary(char *topic, char *subtopic, char *desc) argument
110 pager_output(topic);
111 i = strlen(topic);
132 char *topic, *subtopi local
[all...]
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dsl.h61 void sl_apropos (SL_cmd *cmd, const char *topic);
H A Dsl.c350 sl_apropos (SL_cmd *cmd, const char *topic) argument
353 if (cmd->usage != NULL && strstr(cmd->usage, topic) != NULL)
/freebsd-13-stable/lib/libpmc/
H A Dlibpmc_pmu_util.c405 if (pe->topic != NULL)
406 printf("topic: %s\n", pe->topic);
438 if (strcmp("l3cache", pe->topic) == 0){
444 else if (strcmp("data fabric", pe->topic) == 0){
/freebsd-13-stable/contrib/kyua/integration/
H A Dcmd_about_test.sh130 Usage error for command about: Invalid about topic 'foo'.
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dcond1.mk4 # TODO: Split these tests by topic.
H A Ddep-var.mk43 # As of 2020-09-03, the test dir.mk contains further details on this topic.
/freebsd-13-stable/contrib/sendmail/src/
H A Dsrvrsmtp.c5413 ** topic -- the topic we want help for.
5426 help(topic, e)
5427 char *topic;
5456 if (topic == NULL || *topic == '\0')
5458 topic = "smtp";
5463 makelower(topic);
5467 len = strlen(topic);
5484 if (strncmp(buf, topic, le
[all...]

Completed in 124 milliseconds