Searched refs:option (Results 101 - 125 of 176) sorted by relevance

12345678

/haiku/src/bin/multiuser/
H A Dpasswd.cpp57 static struct option sLongOptions[] = {
H A Duseradd.cpp78 static struct option sLongOptions[] = {
/haiku/src/bin/
H A Dlistfont.cpp16 static struct option const kLongOptions[] = {
H A Dlaunch_roster.cpp21 static struct option const kLongOptions[] = {
27 static struct option const kLogLongOptions[] = {
H A Dmvattr.cpp20 static struct option const kLongOptions[] = {
H A Dwatch.c6 * Substantially reworked, new features (differences option, SIGWINCH
28 static struct option longopts[] = {
H A Dsetarch.cpp145 static struct option sLongOptions[] = {
H A Ddiskimage.cpp200 static struct option sLongOptions[] = {
H A DWindowShade.cpp25 static struct option const kLongOptions[] = {
94 printf("\t-sum deprecated option, kept for compatibility\n");
/haiku/src/kits/bluetooth/
H A DDiscoveryAgent.cpp27 DiscoveryAgent::RetrieveDevices(int option) argument
/haiku/src/bin/package_repo/
H A Dcommand_list.cpp112 static struct option sLongOptions[] = {
H A Dcommand_create.cpp122 static struct option sLongOptions[] = {
/haiku/src/bin/pkgman/
H A Dcommand_list_repos.cpp55 static struct option sLongOptions[] = {
/haiku/src/bin/keymap/
H A Dmain.cpp98 static struct option const kLongOptions[] = {
/haiku/src/system/boot/platform/pxe_ia32/
H A Dnetwork.cpp117 int option = *(options++); local
120 // check end or pad option
121 if (option == 0xff || optionsLen < 0)
123 if (option == 0x00)
132 // root path option
133 if (option == 17) {
134 dprintf("root path option: \"%.*s\"\n", len, (char*)options);
/haiku/src/bin/package/
H A Dcommand_create.cpp46 static struct option sLongOptions[] = {
H A Dcommand_recompress.cpp51 static struct option sLongOptions[] = {
/haiku/src/bin/network/ifconfig/
H A DMediaTypes.cpp33 int option; member in struct:media_type::__anon2
/haiku/headers/os/net/
H A DNetworkDevice.h110 status_t Control(int option, void* request);
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.h210 BMessage *msg, EOptions option, int32 value );
213 BMessage *config, EOptions option, int32 min_value, int32 max_value,
/haiku/headers/posix/sys/
H A Dsocket.h174 int getsockopt(int socket, int level, int option, void *value,
185 int setsockopt(int socket, int level, int option, const void *value,
/haiku/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowConfigView.cpp37 delay_msg(int32 option) argument
40 pMsg->AddInt32("delay", option);
/haiku/headers/private/debugger/settings/generic/
H A DSetting.h170 bool AddOption(SettingsOption* option);
174 void SetDefaultOption(SettingsOption* option);
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.h56 status_t GetOption(int option, void* value, int* _length);
57 status_t SetOption(int option, const void* value, int length);
/haiku/src/kits/network/libnetapi/
H A DNetworkDevice.cpp97 do_request(T& request, const char* name, int option) argument
105 if (ioctl(socket.Get(), option, &request, sizeof(T)) < 0)
113 do_request<ieee80211req>(ieee80211req& request, const char* name, int option) argument
121 if (ioctl(socket.Get(), option, &request, sizeof(request)) < 0)
722 BNetworkDevice::Control(int option, void* request) argument
727 &fName[0], option);
731 &fName[0], option);

Completed in 144 milliseconds

12345678