Searched refs:option (Results 176 - 200 of 380) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tools/
H A Dcreate_image.cpp44 static struct option long_options[] = {
/haiku-fatelf/src/kits/bluetooth/
H A DDiscoveryAgent.cpp25 DiscoveryAgent::RetrieveDevices(int option) argument
/haiku-fatelf/src/add-ons/kernel/network/protocols/tcp/
H A DTCPEndpoint.h71 status_t GetOption(int option, void* value, int* _length);
72 status_t SetOption(int option, const void* value, int length);
/haiku-fatelf/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-fatelf/src/add-ons/screen_savers/slideshowsaver/
H A DSlideShowConfigView.cpp37 delay_msg(int32 option) argument
40 pMsg->AddInt32("delay", option);
/haiku-fatelf/src/bin/coreutils/lib/
H A Dgetopt.c12 (at your option) any later version.
67 When `getopt' finds an option that takes an argument,
70 each non-option ARGV-element is returned here. */
81 non-option elements that the caller should itself scan.
94 /* Set to an option character which was unrecognized.
238 non-option ARGV-elements is empty. */
297 /* Scan elements of ARGV (whose length is ARGC) for option characters
301 then it is an option element. The characters of this element
302 (aside from the initial '-') are option characters. If `getopt'
303 is called repeatedly, it returns successively each of the option character
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Duname.c9 (at your option) any later version.
89 static struct option const uname_long_options[] =
107 static struct option const arch_long_options[] =
172 /* Set all the option flags according to the switches specified.
H A Dchgrp.c7 (at your option) any later version.
45 /* The argument to the --reference option. Use the group ID of this file.
49 /* For long options that have no equivalent short option, use a
50 non-character as a pseudo short option, starting with CHAR_MAX + 1. */
59 static struct option const long_options[] =
142 option is also specified. If more than one is specified, only the final\n\
/haiku-fatelf/src/bin/gdb/gdb/config-x86/
H A Dobserver.inc10 (at your option) any later version.
/haiku-fatelf/src/bin/gdb/gdb/config-x86_64/
H A Dobserver.inc10 (at your option) any later version.
/haiku-fatelf/src/bin/network/wget/msdos/
H A DMakefile.WC12 LINK = *wlink option quiet, map, verbose, eliminate, caseexact, stack=100k &
/haiku-fatelf/src/bin/network/ftp/
H A Dextern.h144 struct option *getoption(const char *);
H A Dmain.c472 * struct option optiontab[] declared in cmdtab.c
581 struct option *o;
585 errx(1, "no such option `prompt'");
602 struct option *o;
606 errx(1, "no such option `rprompt'");
983 struct option *
987 struct option *c;
1001 struct option *c;
1008 errx(1, "getoptionvalue() invoked with unknown option `%s'", name);
/haiku-fatelf/headers/posix/sys/
H A Dsocket.h173 int getsockopt(int socket, int level, int option, void *value,
184 int setsockopt(int socket, int level, int option, const void *value,
/haiku-fatelf/data/etc/bash_completion.d/
H A Dgit57 # legacy don't use the '--count' option available in recent
131 for option in ${GIT_PS1_SHOWUPSTREAM}; do
132 case "$option" in
133 git|svn) upstream="$option" ;;
342 # the Free Software Foundation; either version 2, or (at your option)
375 # make option types like --date=<type> and <rev>:<path> easy to
981 -*) : option ;;
2812 local option
2814 echo "USAGE: $0 (-q|-s|-u) <option>" >&2
2819 option
[all...]
/haiku-fatelf/src/bin/gdb/opcodes/
H A Dmips-dis.c12 (at your option) any later version.
540 parse_mips_dis_option (option, len)
541 const char *option;
549 /* Look for the = that delimits the end of the option name. */
552 if (option[i] == '=')
555 if (i == 0) /* Invalid option: no name before '='. */
557 if (i == len) /* Invalid option: no '='. */
559 if (i == (len - 1)) /* Invalid option: no value after '='. */
563 val = option + (optionlen + 1);
566 if (strncmp("gpr-names", option, optionle
[all...]
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DAdvancedSettingsWindow.cpp378 CloseOption option)
381 msg->AddInt32("close_option", option);
384 if (fCloseOption == option)
377 _AddMenuItem(BPopUpMenu* menu, const char* label, CloseOption option) argument
/haiku-fatelf/src/bin/rcs/
H A Drcsgen.c11 the Free Software Foundation; either version 2, or (at your option)
425 getsstdin(option, name, note, buf)
426 char const *option, *name, *note;
442 name, option, name
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlogging.h10 * (at your option) any later version.
65 BOOL ntfs_log_parse_option(const char *option);
/haiku-fatelf/src/add-ons/translators/rtf/
H A DRTF.h131 void SetOption(int32 option);
/haiku-fatelf/src/bin/
H A DWindowShade.cpp25 static struct option const kLongOptions[] = {
89 printf("\t-sum deprecated option, kept for compatibility\n");
/haiku-fatelf/src/bin/addattr/
H A Dmain.cpp26 static struct option const kLongOptions[] = {
/haiku-fatelf/src/bin/bash/support/
H A Dcheckbashisms13 # (at your option) any later version.
43 GNU General Public License, version 3, or (at your option) any later version.
/haiku-fatelf/src/bin/bc/bc/
H A Dmain.c9 (at your option) any later version.
44 /* long option support */
45 static struct option long_options[] =
/haiku-fatelf/src/bin/coreutils/
H A Dbootstrap10 # (at your option) any later version.
213 for option
215 case $option in
220 GNULIB_SRCDIR=`expr "X$option" : 'X--gnulib-srcdir=\(.*\)'`;;
228 echo >&2 "$0: $option: unknown option"

Completed in 321 milliseconds

1234567891011>>