Searched refs:option (Results 201 - 225 of 380) sorted by relevance

1234567891011>>

/haiku-fatelf/src/bin/coreutils/src/
H A Dchown.c7 (at your option) any later version.
39 /* The argument to the --reference option. Use the owner and group IDs
43 /* For long options that have no equivalent short option, use a
44 non-character as a pseudo short option, starting with CHAR_MAX + 1. */
54 static struct option const long_options[] =
119 option is also specified. If more than one is specified, only the final\n\
H A Dchroot.c7 (at your option) any later version.
47 static struct option const long_opts[] =
H A Dfold.c7 (at your option) any later version.
48 static struct option const longopts[] =
H A Dmkdir.c7 (at your option) any later version.
38 static struct option const longopts[] =
H A Dmknod.c7 (at your option) any later version.
36 static struct option const longopts[] =
H A Drm.c7 (at your option) any later version.
46 /* For long options that have no equivalent short option, use a
47 non-character as a pseudo short option, starting with CHAR_MAX + 1. */
59 interactive_never, /* 0: no option or --interactive=never */
64 static struct option const long_opts[] =
76 Since rm acts differently depending on that, without this option,
108 for a file name that looks like an option. */
166 option to remove each listed directory, too, along with all of its contents.\n\
230 /* Ignore this option, for backward compatibility with
233 instead of ignoring the option
[all...]
H A Druncon.c7 (at your option) any later version.
64 static struct option const long_options[] =
H A Dsum.c8 (at your option) any later version.
18 /* Like BSD sum or SysV sum -r, except like SysV sum if -s option is given. */
43 static struct option const longopts[] =
H A Dtee.c7 (at your option) any later version.
45 static struct option const long_options[] =
H A Dtimeout.c7 (at your option) any later version.
81 static struct option const long_options[] =
/haiku-fatelf/src/bin/
H A Ddiskimage.cpp197 static struct option sLongOptions[] = {
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[] = {
/haiku-fatelf/src/bin/keymap/
H A Dmain.cpp102 static struct option const kLongOptions[] = {
/haiku-fatelf/src/bin/multiuser/
H A Duseradd.cpp60 static struct option sLongOptions[] = {
/haiku-fatelf/src/bin/network/netstat/
H A Dnetstat.cpp138 static struct option longOptions[] = {
/haiku-fatelf/src/bin/package_repo/
H A Dcommand_create.cpp121 static struct option sLongOptions[] = {
/haiku-fatelf/src/kits/network/libbind/isc/
H A Dlogging.c545 log_option(log_context lc, int option, int value) { argument
550 switch (option) {
553 lc->flags |= option;
555 lc->flags &= ~option;
H A Deventlib.c685 evSetOption(evContext *opaqueCtx, const char *option, int value) { argument
691 UNUSED(option);
695 if (strcmp(option, "monotime") == 0) {
712 evGetOption(evContext *opaqueCtx, const char *option, int *value) { argument
718 UNUSED(option);
722 if (strcmp(option, "monotime") == 0) {
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgspath.c16 * version 2.1 of the License, or (at your option) any later version. *
1045 double option; local
1057 if (hpgs_reader_read_double(reader,&option)) return -1;
1063 reader->ft3_spacing = option * hypot(reader->total_matrix.mxx,reader->total_matrix.myx);
1067 reader->ft4_spacing = option * hypot(reader->total_matrix.mxx,reader->total_matrix.myx);
1070 reader->ft10_level = option;
1076 if (hpgs_reader_read_double(reader,&option)) return -1;
1081 reader->ft3_angle = option;
1084 reader->ft4_angle = option;
/haiku-fatelf/src/bin/gdb/gdb/
H A Dobserver.sh29 (at your option) any later version.
/haiku-fatelf/src/bin/gdb/
H A Dltconfig11 # (at your option) any later version.
297 for option
299 case $option in
300 -*=*) optarg=`echo "$option" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
304 # If the previous option needs an argument, assign it.
306 eval "$prev=\$option"
311 case $option in
391 echo "$progname: unrecognized option \`$option'" 1>&2
398 ltmain="$option"
[all...]
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dgetopt.c12 (at your option) any later version.
70 When `getopt' finds an option that takes an argument,
73 each non-option ARGV-element is returned here. */
84 non-option elements that the caller should itself scan.
97 /* Set to an option character which was unrecognized.
240 non-option ARGV-elements is empty. */
299 /* Scan elements of ARGV (whose length is ARGC) for option characters
303 then it is an option element. The characters of this element
304 (aside from the initial '-') are option characters. If `getopt'
305 is called repeatedly, it returns successively each of the option character
[all...]
/haiku-fatelf/src/bin/network/wget/lib/
H A Dgetopt.c12 (at your option) any later version.
66 When `getopt' finds an option that takes an argument,
69 each non-option ARGV-element is returned here. */
80 non-option elements that the caller should itself scan.
93 /* Set to an option character which was unrecognized.
236 non-option ARGV-elements is empty. */
295 /* Scan elements of ARGV (whose length is ARGC) for option characters
299 then it is an option element. The characters of this element
300 (aside from the initial '-') are option characters. If `getopt'
301 is called repeatedly, it returns successively each of the option character
[all...]
/haiku-fatelf/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;

Completed in 113 milliseconds

1234567891011>>