Home
last modified time | relevance | path

Searched refs:topic (Results 1 – 25 of 53) sorted by relevance

123

/freebsd-14.2/usr.bin/posixmqcontrol/
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"
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}" )
/freebsd-14.2/stand/common/
H A Dcommands.c66 *topic = *subtopic = *desc = NULL; in help_getnext()
80 *topic = strdup(cp + 1); in help_getnext()
91 if (*topic == NULL) { in help_getnext()
107 pager_output(topic); in help_emitsummary()
108 i = strlen(topic); in help_emitsummary()
140 topic = subtopic = NULL; in command_help()
146 topic = strdup(argv[1]); in command_help()
149 topic = strdup("help"); in command_help()
169 } else if (strcmp(topic, t)) { in command_help()
208 free(topic); in command_help()
[all …]
/freebsd-14.2/contrib/kyua/cli/
H A Dcmd_about.cpp145 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-14.2/lib/libpmc/pmu-events/
H A Djevents.c291 static char *topic; variable
299 i = asprintf(&tp, "%s", topic); in get_topic()
321 free(topic); in add_topic()
322 topic = strdup(bname); in add_topic()
323 if (!topic) { in add_topic()
333 char *topic; member
348 char *topic_local = pd->topic; in print_events_table_entry()
1203 .topic = get_topic(), in process_one_file()
1209 free(data.topic); in process_one_file()
H A Dpmu-events.h20 const char *topic; member
H A DREADME26 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-14.2/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) in sl_apropos() argument
353 if (cmd->usage != NULL && strstr(cmd->usage, topic) != NULL) in sl_apropos()
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/adc/
H A Dti,ads1100.yaml10 - Mike Looijmans <mike.looijmans@topic.nl>
/freebsd-14.2/lib/libpmc/
H A Dlibpmc_pmu_util.c467 if (pe->topic != NULL) in pmc_pmu_print_counter_full()
468 printf("topic: %s\n", pe->topic); in pmc_pmu_print_counter_full()
501 if (strcmp("l3cache", pe->topic) == 0){ in pmc_pmu_amd_pmcallocate()
507 else if (strcmp("data fabric", pe->topic) == 0){ in pmc_pmu_amd_pmcallocate()
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dmicrofocus6 # https://documentation.microfocus.com/help/index.jsp?topic=\
/freebsd-14.2/sys/contrib/device-tree/Bindings/arm/
H A Djuno,scpi.txt26 [1] http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.dui0922b/apas03s22.html
/freebsd-14.2/sys/contrib/device-tree/Bindings/iio/accel/
H A Dbosch,bmi088.yaml10 - Mike Looijmans <mike.looijmans@topic.nl>
/freebsd-14.2/contrib/kyua/integration/
H A Dcmd_about_test.sh130 Usage error for command about: Invalid about topic 'foo'.
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetCXXABI.def50 /// /help/topic/com.arm.doc.ihi0041c/IHI0041C_cppabi.pdf
69 /// /help/topic/com.arm.doc.ihi0059a/IHI0059A_cppabi64.pdf
/freebsd-14.2/sys/contrib/openzfs/cmd/zed/zed.d/
H A Dzed.rc152 # Ntfy topic
153 # This defines which topic will receive the ntfy notification.
/freebsd-14.2/sys/contrib/device-tree/Bindings/power/supply/
H A Dltc4162-l.yaml11 - Mike Looijmans <mike.looijmans@topic.nl>
/freebsd-14.2/contrib/sendmail/src/
H A Dhelpfile20 smtp For more info use "HELP <topic>".
24 help HELP [ <topic> ]
H A Dsrvrsmtp.c5805 help(topic, e) in help() argument
5806 char *topic; in help()
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);
5870 if (strncmp(buf, topic, len) == 0)
5903 message("504 5.3.0 HELP topic \"%.10s\" unknown", topic);
/freebsd-14.2/crypto/openssl/doc/man3/
H A DEVP_PKEY_fromdata.pod95 These examples are very terse for the sake of staying on topic, which
98 BN_bn2nativepad(), but that's off topic here.
/freebsd-14.2/contrib/libxo/doc/_static/
H A Dbasic.css_t299 div.topic {
305 p.topic-title {
/freebsd-14.2/sys/contrib/zstd/
H A DCONTRIBUTING.md31 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. …
191 would-be PR. Of course, just because a topic has already been discussed (and perhaps rejected
193 it will be helpful for you to have context from that topic's history before contributing.
387 It's a pretty long topic, which is difficult to summarize in a single paragraph.
/freebsd-14.2/contrib/ntp/
H A Dreadme.y2kfixes59 This address is strictly reserved for the topic at hand.
/freebsd-14.2/sys/contrib/device-tree/Bindings/firmware/
H A Darm,scpi.yaml21 [0] http://infocenter.arm.com/help/topic/com.arm.doc.dui0922b/index.html

123