Searched refs:option (Results 126 - 150 of 176) sorted by relevance

12345678

/haiku/src/bin/addattr/
H A Dmain.cpp26 static struct option const kLongOptions[] = {
132 "\t\tOr enter the actual type code with the '-c' option\n");
/haiku/src/tests/kits/support/
H A Dcompression_test.cpp32 "Compresses or decompresses (option -d) a file.\n"
67 static struct option sLongOptions[] = {
/haiku/src/bin/
H A Dmimeset.cpp63 " <directory>. The option can occur multiple times to specify a\n"
154 static struct option sLongOptions[] = {
H A Dfstrim.cpp25 static struct option const kLongOptions[] = {
H A Dclipboard.cpp67 static struct option const kLongOptions[] = {
H A Dfindpaths.cpp103 " architecture is used, unless the -p/--path option is specified, in\n"
110 " Modifies the behavior of the -p option. Use the installation "
155 static struct option sLongOptions[] = {
/haiku/src/tools/mbrtool/
H A Dmbrtool.cpp141 static struct option long_options[] = {
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.h10 * (at your option) any later version.
63 BOOL ntfs_log_parse_option(const char *option);
/haiku/src/add-ons/translators/rtf/
H A DRTF.h131 void SetOption(int32 option);
/haiku/docs/interface_guidelines/docbook-css/
H A Dcore.css23 ooclass, ooexception, oointerface, option, optional, orgdiv, orgname,
/haiku/src/system/boot/loader/net/
H A DTCP.cpp742 uint8* option = (uint8*)data + sizeof(tcp_header); local
743 while ((uint32*)option < (uint32*)data + header->dataOffset) {
744 uint8 optionKind = option[0];
749 optionLength = option[1];
750 TRACE("\tTCP option kind %u, length %u\n",
753 TRACE("\tTCP MSS = %04hu\n", *(uint16_t*)&option[2]);
755 option += optionLength;
/haiku/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp1102 net_interface_address* address, int32 option,
1106 TRACE(("%s(option %" B_PRId32 ")\n", __FUNCTION__, option));
1108 switch (option) {
1122 if (option != SIOCAIFADDR
1133 option, oldAddress, newAddress);
1101 arp_change_address(net_datalink_protocol* _protocol, net_interface_address* address, int32 option, const struct sockaddr* oldAddress, const struct sockaddr* newAddress) argument
/haiku/src/kits/interface/
H A DMenuItem.cpp791 const BBitmap* option = MenuPrivate::MenuItemOption(); local
792 const BRect &rect = option->Bounds();
794 fSuper->DrawBitmap(option, where);
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp1189 udp_control(net_protocol *protocol, int level, int option, void *value, argument
1192 return protocol->next->module->control(protocol->next, level, option,
1198 udp_getsockopt(net_protocol *protocol, int level, int option, void *value, argument
1201 return protocol->next->module->getsockopt(protocol->next, level, option,
1207 udp_setsockopt(net_protocol *protocol, int level, int option, argument
1210 return protocol->next->module->setsockopt(protocol->next, level, option,
/haiku/src/kits/network/libnetapi/
H A DNetEndpoint.cpp259 BNetEndpoint::SetOption(int32 option, int32 level, argument
265 if (setsockopt(fSocket, level, option, data, length) < 0) {
/haiku/src/tools/opd_to_package_info/
H A Dopd_to_package_info.cpp36 "fields an empty string will be used, unless specified via an option.\n"
178 static const struct option kLongOptions[] = {
/haiku/src/bin/debug/scheduling_recorder/
H A Dscheduling_recorder.cpp278 static struct option sLongOptions[] = {
/haiku/src/bin/keymap/
H A DKeymap.cpp865 "#\t\t\tleft option = 0x66\n"
866 "#\t\t\tright option = 0x67\n"
869 "#\t\t\tleft option = 0x66\n"
870 "#\t\t\tright option = 0x67\n"
/haiku/src/bin/pkgman/
H A Dcommand_resolve_dependencies.cpp121 static struct option sLongOptions[] = {
/haiku/src/tests/system/network/multicast/
H A Dmultisend.c31 static struct option longopts[] = {
/haiku/src/tools/anyboot/
H A Danyboot.cpp187 static struct option long_options[] = {
/haiku/src/apps/pulse/
H A DPulseApp.cpp49 static struct option long_options[] = {
/haiku/src/bin/network/netstat/
H A Dnetstat.cpp166 const static struct option kLongOptions[] = {
/haiku/headers/private/net/
H A Dnet_datalink.h73 status_t (*control)(net_domain* domain, int32 option, void* value,
/haiku/src/add-ons/kernel/network/stack/
H A Droutes.cpp395 int32 option, void* argument, size_t length)
397 TRACE("control_routes(interface %p, domain %p, option %" B_PRId32 ")\n",
398 _interface, domain, option);
401 switch (option) {
430 if (option == SIOCADDRT)
394 control_routes(struct net_interface* _interface, net_domain* domain, int32 option, void* argument, size_t length) argument

Completed in 174 milliseconds

12345678