Searched refs:options (Results 1 - 25 of 981) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/Documentation/video4linux/bttv/
H A DModprobe.conf3 options i2c-core i2c_debug=1
4 options i2c-algo-bit bit_test=1
9 options bttv card=2 radio=1
10 options tuner debug=1
H A DModules.conf6 options i2c-core i2c_debug=1
7 options i2c-algo-bit bit_test=1
12 options bttv card=2 radio=1
13 options tuner debug=1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doperations.h22 #include "options.h"
24 FLAC__bool do_operations(const CommandLineOptions *options);
H A Dmain.c24 #include "options.h"
29 CommandLineOptions options; local
38 init_options(&options);
40 if(parse_options(argc, argv, &options))
41 ret = !do_operations(&options);
45 free_options(&options);
H A Doptions.c23 #include "options.h"
35 share__getopt format struct; note we don't use short options so we just
39 /* global options */
101 static FLAC__bool parse_option(int option_index, const char *option_argument, CommandLineOptions *options);
102 static void append_new_operation(CommandLineOptions *options, Operation operation);
103 static void append_new_argument(CommandLineOptions *options, Argument argument);
104 static Operation *append_major_operation(CommandLineOptions *options, OperationType type);
105 static Operation *append_shorthand_operation(CommandLineOptions *options, OperationType type);
106 static Argument *find_argument(CommandLineOptions *options, ArgumentType type);
107 static Operation *find_shorthand_operation(CommandLineOptions *options, OperationTyp
123 init_options(CommandLineOptions *options) argument
155 parse_options(int argc, char *argv[], CommandLineOptions *options) argument
255 free_options(CommandLineOptions *options) argument
346 parse_option(int option_index, const char *option_argument, CommandLineOptions *options) argument
712 append_new_operation(CommandLineOptions *options, Operation operation) argument
733 append_new_argument(CommandLineOptions *options, Argument argument) argument
754 append_major_operation(CommandLineOptions *options, OperationType type) argument
764 append_shorthand_operation(CommandLineOptions *options, OperationType type) argument
774 find_argument(CommandLineOptions *options, ArgumentType type) argument
783 find_shorthand_operation(CommandLineOptions *options, OperationType type) argument
792 append_argument(CommandLineOptions *options, ArgumentType type) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DDatabaseTest.java73 TestOptions options = new TestOptions();
74 options.db_config.setErrorPrefix("DatabaseTest::test1 ");
76 rundb(itemcount++, options);
85 TestOptions options = new TestOptions();
86 options.db_config.setErrorPrefix("DatabaseTest::test2 ");
88 rundb(itemcount++, options);
97 TestOptions options = new TestOptions();
98 options.db_config.setErrorPrefix("DatabaseTest::test3 ");
101 options.db_config.setErrorPrefix("str" + i);
103 rundb(itemcount++, options);
239 rundb(int count, TestOptions options) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dstatus.c75 static int status_server(char *data, const char *server, const struct afp_options *options) argument
90 options->unixcharset, options->maccharset,
150 const struct afp_options *options)
165 memcpy(data, options->signature, 16);
177 const struct afp_options *options)
200 *data++ = ((options->fqdn && dsi)? 1 : 0) + (dsi ? 1 : 0) + (asp ? 1 : 0) +
201 (((options->flags & OPTION_ANNOUNCESSH) && options->fqdn && dsi)? 1 : 0);
248 if (options
149 status_signature(char *data, int *servoffset, const struct afp_options *options) argument
175 status_netaddress(char *data, int *servoffset, const ASP asp, const DSI *dsi, const struct afp_options *options) argument
300 status_directorynames(char *data, int *diroffset, const DSI *dsi _U_, const struct afp_options *options) argument
353 status_utf8servername(char *data, int *nameoffset, const DSI *dsi _U_, const struct afp_options *options) argument
428 status_init(AFPConfig *aspconfig, AFPConfig *dsiconfig, const struct afp_options *options) argument
545 set_signature(struct afp_options *options) argument
[all...]
H A Dafp_options.c6 * modified from main.c. this handles afp options.
147 /* initialize options */
148 void afp_options_init(struct afp_options *options) argument
150 memset(options, 0, sizeof(struct afp_options));
151 options->connections = 20;
152 options->pidfile = _PATH_AFPDLOCK;
153 options->defaultvol.name = _PATH_AFPDDEFVOL;
154 options->systemvol.name = _PATH_AFPDSYSVOL;
155 options->configfile = _PATH_AFPDCONF;
156 options
206 afp_options_parseline(char *buf, struct afp_options *options) argument
682 afp_options_parse(int ac, char **av, struct afp_options *options) argument
[all...]
H A Dafp_config.c62 afp_options_free(&p->obj.options, p->defoptions);
95 static char * srvloc_encode(const struct afp_options *options, const char *name) argument
106 if ((size_t)-1 ==(convert_string_allocate( options->unixcharset, options->maccharset,
134 if (nbp_name(options->server, &Obj, &Type, &Zone )) {
135 LOG(log_error, logtype_afpd, "srvloc_encode: can't parse %s", options->server );
191 &config->obj.options.ddpaddr);
202 config->obj.options.tickleval))) {
225 config->obj.options.tickleval))) {
244 static AFPConfig *ASPConfigInit(const struct afp_options *options, argument
339 DSIConfigInit(const struct afp_options *options, unsigned char *refcount, const dsi_proto protocol) argument
473 AFPConfigInit(struct afp_options *options, const struct afp_options *defoptions) argument
537 struct afp_options options; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dstatus.c75 static int status_server(char *data, const char *server, const struct afp_options *options) argument
92 options->unixcharset, options->maccharset,
164 const struct afp_options *options)
179 memcpy(data, options->signature, 16);
194 const struct afp_options *options)
217 *data++ = ((options->fqdn && dsi)? 1 : 0) + (dsi ? 1 : 0) +
221 (((options->flags & OPTION_ANNOUNCESSH) && options->fqdn && dsi)? 1 : 0);
268 if (options
163 status_signature(char *data, int *servoffset, const struct afp_options *options) argument
189 status_netaddress(char *data, int *servoffset, const ASP asp, const DSI *dsi, const struct afp_options *options) argument
320 status_directorynames(char *data, int *diroffset, const DSI *dsi _U_, const struct afp_options *options) argument
373 status_utf8servername(char *data, int *nameoffset, const DSI *dsi _U_, const struct afp_options *options) argument
449 status_init(AFPConfig *aspconfig, AFPConfig *dsiconfig, const struct afp_options *options) argument
577 set_signature(struct afp_options *options) argument
[all...]
H A Dafp_options.c6 * modified from main.c. this handles afp options.
149 /* initialize options */
150 void afp_options_init(struct afp_options *options) argument
152 memset(options, 0, sizeof(struct afp_options));
153 options->connections = 20;
154 options->pidfile = _PATH_AFPDLOCK;
155 options->defaultvol.name = _PATH_AFPDDEFVOL;
156 options->systemvol.name = _PATH_AFPDSYSVOL;
157 options->configfile = _PATH_AFPDCONF;
158 options
210 afp_options_parseline(char *buf, struct afp_options *options) argument
705 afp_options_parse(int ac, char **av, struct afp_options *options) argument
[all...]
H A Dafp_config.c62 afp_options_free(&p->obj.options, p->defoptions);
95 static char * srvloc_encode(const struct afp_options *options, const char *name) argument
106 if ((size_t)-1 ==(convert_string_allocate( options->unixcharset, options->maccharset,
134 if (nbp_name(options->server, &Obj, &Type, &Zone )) {
135 LOG(log_error, logtype_afpd, "srvloc_encode: can't parse %s", options->server );
191 &config->obj.options.ddpaddr);
202 config->obj.options.tickleval))) {
225 config->obj.options.tickleval))) {
236 static AFPConfig *ASPConfigInit(const struct afp_options *options, argument
331 DSIConfigInit(const struct afp_options *options, unsigned char *refcount, const dsi_proto protocol) argument
466 AFPConfigInit(struct afp_options *options, const struct afp_options *defoptions) argument
530 struct afp_options options; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/macos/compat/sys/
H A Dtypes.h19 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t long #if defined(__cplusplus) extern "C" { #endif #pragma options align=power char *strdup(const char *inStr); #pragma options align=reset #if defined(__cplusplus) } #endif #endif /* __SYS_TYPES_H__ */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/macos/compat/sys/
H A Dtypes.h19 #ifndef __SYS_TYPES_H__ #define __SYS_TYPES_H__ 1 #include <MacTypes.h> #include <alloca.h> #include <string.h> typedef short int16_t; typedef long int32_t; typedef long long int64_t; #define vorbis_size32_t long #if defined(__cplusplus) extern "C" { #endif #pragma options align=power char *strdup(const char *inStr); #pragma options align=reset #if defined(__cplusplus) } #endif #endif /* __SYS_TYPES_H__ */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dcpu-features.h22 #define cpu_has_tlb (cpu_data[0].options & MIPS_CPU_TLB)
25 #define cpu_has_4kex (cpu_data[0].options & MIPS_CPU_4KEX)
28 #define cpu_has_3k_cache (cpu_data[0].options & MIPS_CPU_3K_CACHE)
33 #define cpu_has_4k_cache (cpu_data[0].options & MIPS_CPU_4K_CACHE)
36 #define cpu_has_tx39_cache (cpu_data[0].options & MIPS_CPU_TX39_CACHE)
39 #define cpu_has_sb1_cache (cpu_data[0].options & MIPS_CPU_SB1_CACHE)
42 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU)
43 #define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU)
48 #define cpu_has_32fpr (cpu_data[0].options & MIPS_CPU_32FPR)
51 #define cpu_has_counter (cpu_data[0].options
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dcpu-features.h22 #define cpu_has_tlb (cpu_data[0].options & MIPS_CPU_TLB)
25 #define cpu_has_4kex (cpu_data[0].options & MIPS_CPU_4KEX)
28 #define cpu_has_3k_cache (cpu_data[0].options & MIPS_CPU_3K_CACHE)
33 #define cpu_has_4k_cache (cpu_data[0].options & MIPS_CPU_4K_CACHE)
36 #define cpu_has_tx39_cache (cpu_data[0].options & MIPS_CPU_TX39_CACHE)
39 #define cpu_has_sb1_cache (cpu_data[0].options & MIPS_CPU_SB1_CACHE)
42 #define cpu_has_fpu (current_cpu_data.options & MIPS_CPU_FPU)
43 #define raw_cpu_has_fpu (raw_current_cpu_data.options & MIPS_CPU_FPU)
48 #define cpu_has_32fpr (cpu_data[0].options & MIPS_CPU_32FPR)
51 #define cpu_has_counter (cpu_data[0].options
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dgetopt1.c41 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options,
44 return _getopt_internal (argc, (char **) argv, options, long_options,
49 _getopt_long_r (int argc, char **argv, const char *options,
53 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
64 const char *options,
67 return _getopt_internal (argc, (char **) argv, options, long_options,
72 _getopt_long_only_r (int argc, char **argv, const char *options,
76 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
40 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
48 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
62 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
71 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgetopt1.c41 getopt_long (int argc, char *__getopt_argv_const *argv, const char *options,
44 return _getopt_internal (argc, (char **) argv, options, long_options,
49 _getopt_long_r (int argc, char **argv, const char *options,
53 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
64 const char *options,
67 return _getopt_internal (argc, (char **) argv, options, long_options,
72 _getopt_long_only_r (int argc, char **argv, const char *options,
76 return _getopt_internal_r (argc, argv, options, long_options, opt_index,
40 getopt_long(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
48 _getopt_long_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
62 getopt_long_only(int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index) argument
71 _getopt_long_only_r(int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/bin/megatron/
H A Dnad.h11 int nad_open(char *path, int openflags, struct FHeader *fh, int options);
18 void select_charset(int options);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/bin/megatron/
H A Dnad.h11 int nad_open(char *path, int openflags, struct FHeader *fh, int options);
18 void select_charset(int options);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/
H A Dconfig35 Usage: config [options]
45 *) options=$options" $i" ;;
489 options="$options -mips2"
497 # options="$options -mips4"
499 # options="$options -mips3"
513 # options
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D8250_early.c40 char options[16]; /* e.g., 115200n8 */ member in struct:early_uart_device
133 static int __init parse_options(struct early_uart_device *device, char *options) argument
139 if (!options)
143 if (!strncmp(options, "mmio,", 5)) {
145 port->mapbase = simple_strtoul(options + 5, &options, 0);
153 } else if (!strncmp(options, "io,", 3)) {
155 port->iobase = simple_strtoul(options + 3, &options, 0);
160 if ((options
178 early_uart_setup(struct console *console, char *options) argument
213 char *options; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Doptions.h12 Define some default options
36 struct bftpd_option *options; member in struct:directory
40 struct bftpd_option *options; member in struct:global
47 struct bftpd_option *options; member in struct:group_of_users
53 struct bftpd_option *options; member in struct:user
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/smbfs/
H A Dgetopt.h10 extern int smb_getopt(char *caller, char **options, struct option *opts,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dgetopt.h13 extern int ncp_getopt(const char *caller, char **options, const struct ncp_option *opts,

Completed in 127 milliseconds

1234567891011>>