Searched refs:description (Results 276 - 300 of 367) sorted by relevance

<<1112131415

/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Ddaemon.c1372 if (d->description)
1373 replylen += strlen(d->description);
1421 if (d->description) ldescr = (short) strlen(d->description);
1455 if (sock_bufferize(d->description, ldescr, sendbuf, &sendbufidx,
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp660 llvm::StringRef description) {
663 entry_up->AddStringItem("description", description);
674 entry_up->AddStringItem("description", "A list of configured LLVM targets.");
1088 llvm::StringRef name_str("name"), desc_str("description");
1377 bool SBDebugger::GetDescription(SBStream &description) { argument
1379 description);
1381 Stream &strm = description.ref();
658 AddBoolConfigEntry(StructuredData::Dictionary &dict, llvm::StringRef name, bool value, llvm::StringRef description) argument
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Ddeprecated.c378 if (option && option->description)
465 tmpopt->description = command->desc_overrides[j].desc;
550 opts = apr_psprintf(pool, "%-24s : %s", opts, _(opt->description));
617 if (option && option->description)
641 if (option && option->description)
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dcached_data.c87 const char *description = ""; local
100 /* constructing the pack file description */
105 /* construct description if possible */
121 description = apr_psprintf(scratch_pool, "%s (pc=%d%s%s)",
131 description = " (txdelta window)";
133 description = " PLAIN";
135 description = " DELTA";
137 description = apr_psprintf(scratch_pool,
147 case 0: description = " no change";
149 case 1: description
[all...]
/freebsd-11-stable/sys/kern/
H A Dsubr_witness.c323 static struct witness *enroll(const char *description,
1804 enroll(const char *description, struct lock_class *lock_class) argument
1809 MPASS(description != NULL);
1827 w = witness_hash_get(description);
1832 MPASS(strlen(description) < MAX_W_NAME);
1833 strcpy(w->w_name, description);
1858 description, lock_class->lc_name,
H A Dkern_sx.c229 sx_init_flags(struct sx *sx, const char *description, int opts) argument
236 ("%s: sx_lock not aligned for %s: %p", __func__, description,
254 lock_init(&sx->lock_object, &lock_class_sx, description, NULL, flags);
/freebsd-11-stable/sys/dev/pst/
H A Dpst-raid.c140 printf("pst: description=<%.16s> revision=<%.8s>\n",
141 ident->description, ident->revision);
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_tlv_layout.h291 * The description[] field is an optional string which is returned in the
301 uint8_t description[]; member in struct:tlv_partition_subtype
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py440 parser = argparse.ArgumentParser(description='nfcpy to wpa_supplicant integration for WPS NFC operations')
/freebsd-11-stable/usr.bin/mkimg/
H A Dgpt.c284 .description = "GUID Partition Table",
/freebsd-11-stable/contrib/libpcap/pcap/
H A Dpcap.h257 char *description; /* textual description of interface, or NULL */ member in struct:pcap_if
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h808 bool GetDescription(lldb::SBStream &description,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h366 const std::string &description, uint32_t exc_type,
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DDisassembler.h347 void SetDescription(llvm::StringRef description) override;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dcached_data.c87 const char *description = ""; local
95 /* constructing the pack file description */
100 /* construct description if possible */
116 description = apr_psprintf(scratch_pool, "%s (pc=%d%s%s)",
126 description = " (txdelta window)";
128 description = " DELTA";
130 description = apr_psprintf(scratch_pool,
140 case 0: description = " no change";
142 case 1: description = " 1 change";
144 default: description
[all...]
/freebsd-11-stable/lib/libusb/
H A Dlibusb01.c283 usb_parse_descriptor(uint8_t *source, char *description, void *dest) argument
291 for (cp = description; *cp; cp++) {
/freebsd-11-stable/crypto/openssl/util/
H A Dmkdef.pl1305 my $description = "$what $version, $name - http://$http_vendor";
1323 $description = "\@#$http_vendor:$version#\@$what; DLL for library $name. Build for EMX -Zmtd";
/freebsd-11-stable/crypto/openssh/contrib/suse/
H A Dopenssh.spec50 %description
64 %description askpass
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_sa.h471 u_int8_t description[20]; member in struct:scsi_density_data
486 u_int8_t description[20]; member in struct:scsi_medium_type_data
/freebsd-11-stable/lib/libedit/
H A Dmap.c1126 * Print the function description for 1 key
1213 * Print the function description for all keys.
1306 bp->name, bp->description);
1425 el->el_map.help[nf].description = help;
/freebsd-11-stable/contrib/wpa/src/tls/
H A Dtlsv1_server.c49 void tlsv1_server_alert(struct tlsv1_server *conn, u8 level, u8 description) argument
52 conn->alert_description = description;
464 * @label: Label (e.g., description of the key) for PRF
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-npf.c1424 const char *description, char *errbuf)
1436 curdev = add_dev(devlistp, name, flags, description, errbuf);
1783 * of null-terminated ASCII interface description
1423 pcap_add_if_npf(pcap_if_list_t *devlistp, char *name, bpf_u_int32 flags, const char *description, char *errbuf) argument
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBData.i85 GetDescription (lldb::SBStream &description, lldb::addr_t base_addr);
H A DSBModule.i198 GetDescription (lldb::SBStream &description);
/freebsd-11-stable/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c312 char *description; member in struct:option
470 fprintf (stderr, "-%-23.23s %s", opt->name, opt->description);
479 fprintf (stderr, "-%-23.23s %s", buf, opt->description);
715 /* Initialize to a non-zero description epoch. */
1858 __mf_describe_object (NULL); /* Reset description epoch. */

Completed in 235 milliseconds

<<1112131415