Searched refs:option (Results 151 - 175 of 176) sorted by relevance

12345678

/haiku/headers/posix/
H A Dtermios.h230 extern int tcsetattr(int fd, int option, const struct termios *termios);
/haiku/src/bin/pkgman/
H A Dcommand_search.cpp151 static struct option sLongOptions[] = {
/haiku/src/bin/unzip/
H A Dfileio.c1928 int do_string(__G__ length, option) /* return PK-type error code */
1931 int option; variable
1950 the (freshly malloced) buffer G.extra_field. The third option should
1961 switch (option) {
2002 if (option == CHECK_AUTORUN_Q) /* don't display the remainder */
2052 if (option == DISPL_8) {
2139 G.pInfo->HasUxAtt, (option == DS_FN_L));
2228 } /* end switch (option) */
/haiku/src/tests/add-ons/kernel/network/
H A Duserland_ipc.c261 status = core->socket_getsockopt(cookie->socket, args->u.sockopt.level, args->u.sockopt.option,
265 status = core->socket_setsockopt(cookie->socket, args->u.sockopt.level, args->u.sockopt.option,
/haiku/headers/private/kernel/
H A Dvfs.h276 status_t _user_getsockopt(int socket, int level, int option, void *value,
278 status_t _user_setsockopt(int socket, int level, int option,
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp647 // parse numeric option
674 TRACE(" option: %ld\n", fOption);
701 Command::SetOption(int32 option) argument
703 fOption = option;
/haiku/
H A Dconfigure17 as first option!]
36 This option and --cross-tools-prefix can be
77 This option can be specified multiple times. The
83 --use-gcc-pipe Build with GCC option -pipe. Speeds up the build
135 directly inside your non-default location. Another option is to invoke "jam
/haiku/src/bin/package/
H A Dcommand_list.cpp322 static struct option sLongOptions[] = {
H A Dcommand_extract.cpp866 static struct option sLongOptions[] = {
/haiku/src/tools/vmdkimage/
H A Dvmdkimage.cpp167 static struct option long_options[] = {
/haiku/src/bin/package_repo/
H A Dcommand_update.cpp217 static struct option sLongOptions[] = {
/haiku/src/tests/system/network/multicast/
H A Dmulticat.c69 static struct option longopts[] = {
/haiku/src/bin/screenmode/
H A Dscreenmode.cpp21 static struct option const kLongOptions[] = {
/haiku/src/bin/cddb_lookup/
H A Dcddb_lookup.cpp57 static struct option const kLongOptions[] = {
350 "using the -i option, all volumes will be scanned for CD info.\n\n"
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_debug.c672 * Return a mnemonic for an option
675 p_option(u_long option) { argument
678 switch (option) {
711 default: sprintf(nbuf, "?0x%lx?", (u_long)option);
/haiku/src/add-ons/kernel/network/datalink_protocols/ipv6_datagram/
H A Dipv6_datagram.cpp78 // also, theoretically there could be more than one option.
955 // hack: set to use the correct interface by setting socket option
1099 net_interface_address* address, int32 option,
1103 switch (option) {
1156 option, oldAddress, newAddress);
1098 ipv6_datalink_change_address(net_datalink_protocol* _protocol, net_interface_address* address, int32 option, const struct sockaddr* oldAddress, const struct sockaddr* newAddress) argument
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.cpp88 BMessage *config, EOptions option, int32 min_value, int32 max_value,
96 *(int32 *)name = option;
1829 BMessage *msg, EOptions option, int32 value )
1833 *(int32 *)name = option;
87 FindInt32( BMessage *config, EOptions option, int32 min_value, int32 max_value, int32 default_value, int32 *value ) argument
1828 AddInt32( BMessage *msg, EOptions option, int32 value ) argument
/haiku/docs/interface_guidelines/docbook-css/
H A Dstyles.css465 literal, option, parameter, sgmltag, systemitem {
/haiku/headers/private/system/
H A Dsyscalls.h381 extern status_t _kern_getsockopt(int socket, int level, int option,
383 extern status_t _kern_setsockopt(int socket, int level, int option,
/haiku/src/tests/add-ons/kernel/file_systems/random_file_actions/
H A Drandom_file_actions.cpp706 const static struct option kOptions[] = {
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dmkdos.cpp677 static struct option long_options[] =
/haiku/src/apps/debugger/
H A DDebugger.cpp141 static struct option sLongOptions[] = {
829 // unless the option to use the command line interface was chosen.
/haiku/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.cpp1073 TCPEndpoint::GetOption(int option, void* _value, int* _length) argument
1080 switch (option) {
1099 TCPEndpoint::SetOption(int option, const void* _value, int length) argument
1101 if (option != TCP_NODELAY)
2330 // this option, this will be reset to 0 (when its SYN is received)
/haiku/src/kits/interface/
H A DMenu.cpp2614 bool option = false; local
2648 option = true;
2672 if (option) {
/haiku/src/bin/debug/profile/
H A Dprofile.cpp1010 static struct option sLongOptions[] = {

Completed in 222 milliseconds

12345678