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

1234567891011>>

/haiku-fatelf/src/bin/bc/lib/
H A Dgetopt.c15 License, or (at your option) any later version.
84 When `getopt' finds an option that takes an argument,
87 each non-option ARGV-element is returned here. */
98 non-option elements that the caller should itself scan.
106 /* The next char to be scanned in the option-element
107 in which the last option character we returned was found.
120 /* Set to an option character which was unrecognized.
126 /* Describe how to deal with options that follow non-option ARGV-elements.
133 stop option processing when the first non-option i
[all...]
/haiku-fatelf/src/bin/
H A Dcatattr.cpp305 const struct option kLongOptions[] = {
316 int option; local
317 while ((option = getopt_long(argc, argv, "rdPh", kLongOptions, NULL))
319 switch (option) {
/haiku-fatelf/src/bin/coreutils/src/
H A Dnproc.c7 (at your option) any later version.
40 static struct option const longopts[] =
H A Dtty.c7 (at your option) any later version.
18 Displays nothing if -s option is given.
48 static struct option const longopts[] =
/haiku-fatelf/src/bin/debug/time_stats/
H A Dtime_stats.cpp57 static struct option sLongOptions[] = {
/haiku-fatelf/src/bin/locale/
H A Dlocale.cpp91 static struct option const longopts[] = {
/haiku-fatelf/src/bin/mkfs/
H A Dmain.cpp75 const struct option kLongOptions[] = {
117 case '?': // invalid option
127 // the device name should be the first non-option element
/haiku-fatelf/src/bin/network/atftpd/
H A Doptions.h13 * option) any later version.
24 char option[OPT_SIZE]; member in struct:tftp_opt
H A Dtftp_io.c14 * option) any later version.
69 if (strlen(tftp_options[i].option) == 0)
73 Strncpy(data_buffer + buf_index, tftp_options[i].option,
75 buf_index += strlen(tftp_options[i].option);
135 Strncpy(buffer + index, tftp_options[i].option, buffer_size - index);
136 index += strlen(tftp_options[i].option);
/haiku-fatelf/src/bin/pkgman/
H A Dcommand_drop_repo.cpp49 static struct option sLongOptions[] = {
/haiku-fatelf/src/bin/sharutils/lib/
H A Dgetopt.c11 Free Software Foundation; either version 2, or (at your option) any
84 When `getopt' finds an option that takes an argument,
87 each non-option ARGV-element is returned here. */
98 non-option elements that the caller should itself scan.
106 /* The next char to be scanned in the option-element
107 in which the last option character we returned was found.
120 /* Set to an option character which was unrecognized.
126 /* Describe how to deal with options that follow non-option ARGV-elements.
133 stop option processing when the first non-option i
[all...]
/haiku-fatelf/src/libs/ncurses/misc/
H A Drun_tic.in110 document, and install the terminfo without the -x option.
129 document, and install the terminfo without the -x option.
H A Drun_tic.sh110 document, and install the terminfo without the -x option.
129 document, and install the terminfo without the -x option.
/haiku-fatelf/src/libs/print/libgutenprint/src/cups/
H A Dcups-genppdupdate.in8 # the Free Software Foundation; either version 2, or (at your option)
632 my $option;
634 ($option = $default_option) =~ s/Default//; # Strip off `Default'
636 my $orig_method = $orig_default_types{$option};
637 my $new_method = $new_default_types{$option};
652 foreach my $opt (@{$options{$option}}) {
655 if ($option eq "Resolution" &&
669 ($option eq "Resolution" &&
671 ($dopt = $resolution_map{$dopt}) eq $opt)) { # Valid option
672 # Set the option i
[all...]
/haiku-fatelf/src/tests/system/kernel/scheduler/
H A Dmain.cpp19 const static option kOptions[] = {
359 char option; local
360 while ((option = getopt_long(argc, argv, "", kOptions, NULL)) != -1) {
361 switch (option) {
/haiku-fatelf/src/tests/system/kernel/unit/
H A Dkernel_unit_tests.cpp248 output->Print("Invalid option: \"-%c\"\n", *arg);
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dsecurity.c110 * @option: the option to update
111 * @func: the user callback to use for this option
113 * Update the security option to use the new callback checking function
118 xsltSetSecurityPrefs(xsltSecurityPrefsPtr sec, xsltSecurityOption option, argument
122 switch (option) {
140 * @option: the option to lookup
142 * Lookup the security option to get the callback checking function
147 xsltGetSecurityPrefs(xsltSecurityPrefsPtr sec, xsltSecurityOption option) { argument
[all...]
/haiku-fatelf/src/libs/ncurses/test/
H A Dins_wide.c202 Options option = ((m_opt ? oMove : oDefault) local
243 legend(show, level, option, buffer, length);
299 switch (option) {
354 switch (option) {
386 switch (option) {
406 switch (option) {
427 legend(show, level, option, buffer, length);
/haiku-fatelf/src/bin/gdb/gdb/rdi-share/
H A Dserdrv.c153 if ( target_baud_rate >= full_list->option[i] )
157 user_list->option[j] = full_list->option[i+j];
162 if ( (j == 1) && (user_list->option[0] == def_baud) )
174 printf( "%u ", user_list->option[j] );
H A Dserpardr.c164 if (target_baud_rate >= full_list->option[i])
168 user_list->option[j] = full_list->option[i+j];
173 if ((j == 1) && (user_list->option[0] == def_baud))
185 printf("%u ", user_list->option[j]);
/haiku-fatelf/src/bin/gzip/
H A Dgetopt.c11 Free Software Foundation; either version 2, or (at your option) any
62 long-named option. Because this is not POSIX.2 compliant, it is
83 When `getopt' finds an option that takes an argument,
86 each non-option ARGV-element is returned here. */
97 non-option elements that the caller should itself scan.
105 /* The next char to be scanned in the option-element
106 in which the last option character we returned was found.
119 /* Set to an option character which was unrecognized.
126 /* Describe how to deal with options that follow non-option ARGV-elements.
133 stop option processin
[all...]
/haiku-fatelf/src/add-ons/kernel/network/stack/
H A Dlink.cpp354 link_control(net_protocol* _protocol, int level, int option, void* value, argument
359 switch (option) {
508 return gNetDatalinkModule.control(sDomain, option, value, _length);
513 link_getsockopt(net_protocol* protocol, int level, int option, void* value, argument
517 return protocol->next->module->getsockopt(protocol, level, option,
521 return gNetSocketModule.get_option(protocol->socket, level, option, value,
527 link_setsockopt(net_protocol* protocol, int level, int option, argument
531 return protocol->next->module->setsockopt(protocol, level, option,
535 return gNetSocketModule.set_option(protocol->socket, level, option,
/haiku-fatelf/src/add-ons/kernel/network/protocols/icmp/
H A Dicmp.cpp308 icmp_control(net_protocol* protocol, int level, int option, void* value, argument
311 return protocol->next->module->control(protocol->next, level, option,
317 icmp_getsockopt(net_protocol* protocol, int level, int option, void* value, argument
320 return protocol->next->module->getsockopt(protocol->next, level, option,
326 icmp_setsockopt(net_protocol* protocol, int level, int option, argument
329 return protocol->next->module->setsockopt(protocol->next, level, option,
/haiku-fatelf/src/bin/diffutils/lib/
H A Dgetopt.c11 the Free Software Foundation; either version 2, or (at your option)
108 When `getopt' finds an option that takes an argument,
111 each non-option ARGV-element is returned here. */
122 non-option elements that the caller should itself scan.
136 /* The next char to be scanned in the option-element
137 in which the last option character we returned was found.
150 /* Set to an option character which was unrecognized.
156 /* Describe how to deal with options that follow non-option ARGV-elements.
163 stop option processing when the first non-option i
[all...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dgetopt.c14 Free Software Foundation; either version 2, or (at your option) any
111 When `getopt' finds an option that takes an argument,
114 each non-option ARGV-element is returned here. */
125 non-option elements that the caller should itself scan.
139 /* The next char to be scanned in the option-element
140 in which the last option character we returned was found.
153 /* Set to an option character which was unrecognized.
159 /* Describe how to deal with options that follow non-option ARGV-elements.
166 stop option processing when the first non-option i
[all...]

Completed in 362 milliseconds

1234567891011>>