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

/freebsd-current/usr.bin/posixmqcontrol/
H A Dposixmqcontroltest8qs.sh10 topic="${prefix}${i}"
11 ${subject} info -q "${topic}" 2>/dev/null
13 echo "sorry, $topic exists."
16 list="${list} -q ${topic}"
37 topic="${prefix}${i}"
38 ignore=$( ${subject} recv -q "${topic}" )
H A Dposixmqcontroltest8x64.sh5 topic='/test123'
7 ${subject} info -q "$topic" 2>/dev/null
9 echo "sorry, $topic exists."
14 ${subject} create -q "$topic" -s 64 -d 8
19 info=$(${subject} info -q "$topic")
48 ${subject} send -q "$topic" -c "message $i" -p "$i"
54 info=$(${subject} info -q "$topic")
70 actual=$(${subject} recv -q "$topic")
81 info=$(${subject} info -q "$topic")
93 ${subject} rm -q "$topic"
[all...]
/freebsd-current/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-current/stand/common/
H A Dcommands.c53 * Subtopic entries must immediately follow the topic (this is used to
61 help_getnext(int fd, char **topic, char **subtopic, char **desc) argument
66 *topic = *subtopic = *desc = NULL;
77 if (*cp == 'T' && *topic == NULL) {
80 *topic = strdup(cp + 1);
91 if (*topic == NULL) {
102 help_emitsummary(char *topic, char *subtopic, char *desc) argument
107 pager_output(topic);
108 i = strlen(topic);
128 char *topic, *subtopi local
[all...]
/freebsd-current/lib/libpmc/pmu-events/
H A Dpmu-events.h20 const char *topic; member in struct:pmu_event
H A Djevents.c291 static char *topic; variable
299 i = asprintf(&tp, "%s", topic);
321 free(topic);
322 topic = strdup(bname);
323 if (!topic) {
333 char *topic; member in struct:perf_entry_data
348 char *topic_local = pd->topic;
363 fprintf(outfp, "\t.topic = \"%s\",\n", topic_local);
1118 /* model directory, reset topic */
1203 .topic
[all...]
/freebsd-current/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-current/contrib/kyua/integration/
H A Dcmd_about_test.sh130 Usage error for command about: Invalid about topic 'foo'.
/freebsd-current/lib/libpmc/
H A Dlibpmc_pmu_util.c467 if (pe->topic != NULL)
468 printf("topic: %s\n", pe->topic);
501 if (strcmp("l3cache", pe->topic) == 0){
507 else if (strcmp("data fabric", pe->topic) == 0){
/freebsd-current/contrib/bmake/unit-tests/
H A Ddep-var.mk45 # As of 2020-09-03, the test dir.mk contains further details on this topic.
/freebsd-current/contrib/sendmail/src/
H A Dsrvrsmtp.c5792 ** topic -- the topic we want help for.
5805 help(topic, e)
5806 char *topic;
5837 if (SM_IS_EMPTY(topic))
5839 topic = "smtp";
5845 lstr = makelower_a(&topic, NULL);
5846 if (lstr != topic)
5847 topic = lstr;
5853 len = strlen(topic);
[all...]

Completed in 180 milliseconds