Searched refs:option (Results 226 - 250 of 380) sorted by relevance

1234567891011>>

/haiku-fatelf/src/add-ons/kernel/network/datalink_protocols/arp/
H A Darp.cpp1117 net_interface_address* address, int32 option,
1121 TRACE(("%s(option %" B_PRId32 ")\n", __FUNCTION__, option));
1123 switch (option) {
1137 if (option != SIOCAIFADDR
1148 option, oldAddress, newAddress);
1116 arp_change_address(net_datalink_protocol* _protocol, net_interface_address* address, int32 option, const struct sockaddr* oldAddress, const struct sockaddr* newAddress) argument
/haiku-fatelf/src/libs/fluidsynth/src/
H A Dfluid_settings.c8 * the License, or (at your option) any later version.
614 char* option = (char*) fluid_list_get(list); local
615 if (FLUID_STRCMP(s, option) == 0) {
616 FLUID_FREE (option);
855 char* option = (char*) fluid_list_get(list); local
856 (*func)(data, name, option);
/haiku-fatelf/src/kits/interface/
H A DMenuItem.cpp754 const BBitmap *option = MenuPrivate::MenuItemOption(); local
755 const BRect &rect = option->Bounds();
757 fSuper->DrawBitmap(option, where);
/haiku-fatelf/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp1153 udp_control(net_protocol *protocol, int level, int option, void *value, argument
1156 return protocol->next->module->control(protocol->next, level, option,
1162 udp_getsockopt(net_protocol *protocol, int level, int option, void *value, argument
1165 return protocol->next->module->getsockopt(protocol->next, level, option,
1171 udp_setsockopt(net_protocol *protocol, int level, int option, argument
1174 return protocol->next->module->setsockopt(protocol->next, level, option,
/haiku-fatelf/src/bin/coreutils/man/
H A Dhelp2man9 # (at your option) any later version.
95 -h, --help-option=STRING help option string
96 -v, --version-option=STRING version option string
120 'h|help-option=s' => \$help_option,
121 'v|version-option=s' => \$version_option,
628 # Convert option dashes to \- to stop nroff from hyphenating 'em, and
/haiku-fatelf/src/bin/network/wget/
H A Dconfigure.bat9 rem (at your option) any later version.
/haiku-fatelf/src/kits/network/libnetapi/
H A DNetEndpoint.cpp242 BNetEndpoint::SetOption(int32 option, int32 level, argument
248 if (setsockopt(fSocket, level, option, data, length) < 0) {
/haiku-fatelf/src/libs/print/libgutenprint/src/cups/
H A Dtest-rastertogutenprint.in47 -o|--option) shift; cupsargs="$cupsargs $1" ;;
/haiku-fatelf/headers/posix/
H A Dtermios.h228 extern int tcsetattr(int fd, int option, const struct termios *termios);
/haiku-fatelf/headers/private/net/
H A Dnet_datalink.h74 status_t (*control)(net_domain* domain, int32 option, void* value,
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Droutes.cpp392 int32 option, void* argument, size_t length)
394 TRACE("control_routes(interface %p, domain %p, option %" B_PRId32 ")\n",
395 _interface, domain, option);
398 switch (option) {
427 if (option == SIOCADDRT)
391 control_routes(struct net_interface* _interface, net_domain* domain, int32 option, void* argument, size_t length) argument
/haiku-fatelf/src/apps/pulse/
H A DPulseApp.cpp47 static struct option long_options[] = {
/haiku-fatelf/src/bin/
H A Dclipboard.cpp67 static struct option const kLongOptions[] = {
/haiku-fatelf/src/bin/coreutils/lib/
H A Dbackupfile.c8 (at your option) any later version.
49 # define pathconf(file, option) (errno = -1)
/haiku-fatelf/src/bin/coreutils/src/
H A Dbase64.c9 (at your option) any later version.
40 static struct option const long_options[] =
H A Dcomm.c8 (at your option) any later version.
76 /* For long options that have no equivalent short option, use a
77 non-character as a pseudo short option, starting with CHAR_MAX + 1. */
85 static struct option const long_options[] =
H A Ddate.c7 (at your option) any later version.
77 /* For long options that have no equivalent short option, use a
78 non-character as a pseudo short option, starting with CHAR_MAX + 1. */
86 static struct option const long_options[] =
384 environment variable, so this option should do nothing other
440 "when using an option to specify date(s), any non-option\n"
H A Ddircolors.c8 (at your option) any later version.
78 static struct option const long_options[] =
474 _("no SHELL environment variable, and no shell type option given"));
H A Dexpand.c8 (at your option) any later version.
87 static struct option const longopts[] =
H A Did.c7 (at your option) any later version.
61 static struct option const longopts[] =
H A Dkill.c7 (at your option) any later version.
71 static struct option const long_options[] =
261 /* This option is actually a process-id. */
276 error (0, 0, _("invalid option -- %c"), optc);
H A Dmktemp.c7 (at your option) any later version.
41 /* For long options that have no equivalent short option, use a
42 non-character as a pseudo short option, starting with CHAR_MAX + 1. */
49 static struct option const longopts[] =
83 This option is implied if TEMPLATE does not end in X.\n\
88 this option, TEMPLATE must not be an absolute name.\n\
H A Dmv.c7 (at your option) any later version.
45 /* For long options that have no equivalent short option, use a
46 non-character as a pseudo short option, starting with CHAR_MAX + 1. */
55 static struct option const long_options[] =
107 x->copy_as_regular = false; /* FIXME: maybe make this an option */
122 x->require_preserve = false; /* FIXME: maybe make this an option */
128 x->sparse_mode = SPARSE_AUTO; /* FIXME: maybe make this an option */
324 The version control method may be selected via the --backup option or through\n\
H A Dpaste.c8 (at your option) any later version.
70 static struct option const longopts[] =
H A Dpathchk.c7 (at your option) any later version.
74 /* For long options that have no equivalent short option, use a
75 non-character as a pseudo short option, starting with CHAR_MAX + 1. */
81 static struct option const longopts[] =

Completed in 121 milliseconds

1234567891011>>