Searched refs:description (Results 1 - 25 of 272) sorted by relevance

1234567891011

/freebsd-10.3-release/usr.sbin/bluetooth/l2control/
H A Dl2control.h42 char const *description; member in struct:l2cap_command
/freebsd-10.3-release/usr.sbin/bluetooth/sdpcontrol/
H A Dsdpcontrol.h42 char const *description; member in struct:sdp_command
/freebsd-10.3-release/contrib/ncurses/menu/
H A Dm_item_new.c101 | Function : ITEM *new_item(char *name, char *description)
103 | Description : Create a new item with name and description. Return
110 new_item(const char *name, const char *description) argument
116 description ? description : ""));
133 if (description && (*description != '\0') &&
134 Is_Printable_String(description))
136 item->description.length = strlen(description);
[all...]
H A Dm_item_nam.c35 * Get menus item name and description *
61 | Description : Returns description of item
69 returnCPtr((item) ? item->description.str : (char *)0);
/freebsd-10.3-release/crypto/heimdal/lib/wind/
H A Dpunycode_examples.h15 const char *description; member in struct:punycode_example
H A Dtest-punycode.c58 printf("punycode %u (%s) failed: %d\n", i, e->description, ret);
68 i, e->description,
77 i, e->description, (unsigned int)len, buf, e->pc);
H A Dgen-errorlist.py104 (start, length, description, tables) = x
107 print "no symbol for %s" % description
110 % (start, length, symbols, ",".join(tables), description))
H A Dgen-map.py120 (key, value, description, table) = x
130 (key, value, description, tables) = x
133 print "no symbol for %s %s (%s)" % (key, description, tables)
137 % (key, len(v), offsetTable[key], symbols, ",".join(tables), description))
/freebsd-10.3-release/contrib/file/python/
H A Dsetup.py14 description='(official) libmagic Python bindings', variable
/freebsd-10.3-release/usr.sbin/bluetooth/bthidcontrol/
H A Dbthidcontrol.h42 char const *description; member in struct:bthid_command
/freebsd-10.3-release/contrib/libucl/tests/
H A Dtest_schema.c64 const const ucl_object_t *valid, *data, *description; local
68 description = ucl_object_find_key (obj, "description");
71 if (data == NULL || description == NULL || valid == NULL) {
79 ucl_object_tostring (description),
93 const ucl_object_t *schema, *tests, *description, *test; local
102 description = ucl_object_find_key (obj, "description");
104 if (schema == NULL || tests == NULL || description == NULL) {
114 ucl_object_tostring (description));
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DPluginManager.h33 const char *description,
51 const char *description,
69 const char *description,
87 const char *description,
104 const char *description,
121 const char *description,
139 const char *description,
157 const char *description,
186 const char *description,
207 const char *description,
[all...]
/freebsd-10.3-release/usr.bin/mkimg/
H A Dformat.h36 const char *description; member in struct:mkimg_format
H A Draw.c57 .description = "Raw Disk",
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DPluginManager.cpp231 description(),
237 std::string description; member in struct:ABIInstance
261 const char *description,
270 if (description && description[0])
271 instance.description = description;
337 description(),
343 std::string description; member in struct:DisassemblerInstance
367 const char *description,
258 RegisterPlugin( const ConstString &name, const char *description, ABICreateInstance create_callback ) argument
364 RegisterPlugin( const ConstString &name, const char *description, DisassemblerCreateInstance create_callback ) argument
451 std::string description; member in struct:DynamicLoaderInstance
475 RegisterPlugin( const ConstString &name, const char *description, DynamicLoaderCreateInstance create_callback, DebuggerInitializeCallback debugger_init_callback ) argument
560 std::string description; member in struct:EmulateInstructionInstance
582 RegisterPlugin( const ConstString &name, const char *description, EmulateInstructionCreateInstance create_callback ) argument
664 std::string description; member in struct:OperatingSystemInstance
685 RegisterPlugin(const ConstString &name, const char *description, OperatingSystemCreateInstance create_callback) argument
766 std::string description; member in struct:LanguageRuntimeInstance
787 RegisterPlugin( const ConstString &name, const char *description, LanguageRuntimeCreateInstance create_callback ) argument
870 std::string description; member in struct:SystemRuntimeInstance
891 RegisterPlugin( const ConstString &name, const char *description, SystemRuntimeCreateInstance create_callback ) argument
976 std::string description; member in struct:ObjectFileInstance
1000 RegisterPlugin(const ConstString &name, const char *description, ObjectFileCreateInstance create_callback, ObjectFileCreateMemoryInstance create_memory_callback, ObjectFileGetModuleSpecifications get_module_specifications) argument
1126 std::string description; member in struct:ObjectContainerInstance
1149 RegisterPlugin(const ConstString &name, const char *description, ObjectContainerCreateInstance create_callback, ObjectFileGetModuleSpecifications get_module_specifications) argument
1240 std::string description; member in struct:LogInstance
1263 RegisterPlugin( const ConstString &name, const char *description, LogChannelCreateInstance create_callback ) argument
1357 std::string description; member in struct:PlatformInstance
1380 RegisterPlugin(const ConstString &name, const char *description, PlatformCreateInstance create_callback, DebuggerInitializeCallback debugger_init_callback) argument
1504 std::string description; member in struct:ProcessInstance
1527 RegisterPlugin(const ConstString &name, const char *description, ProcessCreateInstance create_callback, DebuggerInitializeCallback debugger_init_callback) argument
1629 std::string description; member in struct:SymbolFileInstance
1651 RegisterPlugin( const ConstString &name, const char *description, SymbolFileCreateInstance create_callback ) argument
1735 std::string description; member in struct:SymbolVendorInstance
1756 RegisterPlugin( const ConstString &name, const char *description, SymbolVendorCreateInstance create_callback ) argument
1840 std::string description; member in struct:UnwindAssemblyInstance
1861 RegisterPlugin( const ConstString &name, const char *description, UnwindAssemblyCreateInstance create_callback ) argument
2071 CreateSettingForDynamicLoaderPlugin(Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, const ConstString &description, bool is_global_property) argument
2109 CreateSettingForPlatformPlugin(Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, const ConstString &description, bool is_global_property) argument
2147 CreateSettingForProcessPlugin(Debugger &debugger, const lldb::OptionValuePropertiesSP &properties_sp, const ConstString &description, bool is_global_property) argument
[all...]
/freebsd-10.3-release/sys/dev/acpi_support/
H A Dacpi_asus_wmi.c121 char *description; member in struct:__anon7783
127 .description = "hw_switch",
132 .description = "Wireless LED control",
137 .description = "Alt+F2 function",
142 .description = "WLAN power control",
147 .description = "Bluetooth power control",
152 .description = "GPS power control",
157 .description = "WiMAX power control",
162 .description = "WWAN-3G power control",
167 .description
[all...]
/freebsd-10.3-release/crypto/heimdal/lib/hx509/
H A Dtest_nist2.in84 description=
88 description="${other}"
119 echo "# ${description}" > nist2-passed-${name}.tmp
125 echo "$r ${name} ${description}"
126 echo "# ${description}" > nist2-failed-${name}.tmp
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DProgramPoint.cpp46 SimpleProgramPointTag::SimpleProgramPointTag(StringRef description) argument
47 : desc(description) {}
/freebsd-10.3-release/contrib/tcpdump/missing/
H A Ddlnames.c52 const char *description; member in struct:dlt_choice
56 #define DLT_CHOICE(code, description) { #code, description, code }
172 return (dlt_choices[i].description);
/freebsd-10.3-release/contrib/libpcap/
H A Dinet.c131 u_int flags, const char *description, char *errbuf)
233 if (description != NULL) {
235 * We have a description for this interface.
237 curdev->description = strdup(description);
238 if (curdev->description == NULL) {
249 curdev->description = NULL;
362 * "dev.{adapter family name}.{adapter unit}.%desc" to get a description
365 * "dev.an.0.%pnpinfo" has a better description, although one might argue
368 * that in the description
130 add_or_find_if(pcap_if_t **curdev_ret, pcap_if_t **alldevs, const char *name, u_int flags, const char *description, char *errbuf) argument
415 char *description = NULL; local
607 pcap_add_if(pcap_if_t **devlist, const char *name, u_int flags, const char *description, char *errbuf) argument
[all...]
/freebsd-10.3-release/contrib/subversion/
H A Dbuild.conf94 # description - optional build target description
117 description = Subversion Client
127 description = Subversion Repository Administrator
136 description = Subversion Dumpfile Filter
145 description = Subversion Repository Browser
153 description = Subversion Server
163 description = Subversion repository replicator
171 description = Subversion Revision Extractor
179 description
[all...]
/freebsd-10.3-release/lib/libedit/
H A Dmap.h46 const char *description; /* description of function */ member in struct:el_bindings_t
/freebsd-10.3-release/release/powerpc/
H A Dmkisoimages.sh41 <description>FreeBSD Install</description>
/freebsd-10.3-release/crypto/openssl/util/
H A Dmkrc.pl25 if ($extname =~ /dll/i) { $description = "OpenSSL shared library"; }
26 else { $description = "OpenSSL application"; }
52 VALUE "FileDescription", "$description\\0"
/freebsd-10.3-release/usr.sbin/bluetooth/hccontrol/
H A Dhccontrol.h44 char const *description; member in struct:hci_command

Completed in 300 milliseconds

1234567891011