Searched refs:opt (Results 26 - 50 of 2741) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/popt/
H A Dpopthelp.c74 const struct poptOption *opt; local
77 for (opt = table; opt->longName || opt->shortName || opt->arg; opt++) {
78 if (opt->argInfo == POPT_ARG_INTL_DOMAIN)
79 return (char *)opt->arg;
85 * @param opt option(s)
89 getArgDescrip(const struct poptOption * opt, argument
126 singleOptionDefaultValue(int lineLength, const struct poptOption * opt, const char * translation_domain) argument
197 singleOptionHelp(FILE * fp, int maxLeftCol, const struct poptOption * opt, const char * translation_domain) argument
366 maxArgWidth(const struct poptOption * opt, const char * translation_domain) argument
422 const struct poptOption * opt; local
444 const struct poptOption * opt; local
523 singleOptionUsage(FILE * fp, int cursor, const struct poptOption * opt, const char *translation_domain) argument
593 const struct poptOption * opt; local
626 singleTableUsage(poptContext con, FILE * fp, int cursor, const struct poptOption * opt, const char * translation_domain, poptDone done) argument
677 showShortOptions(const struct poptOption * opt, FILE * fp, char * str) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/tools/perf/util/
H A Dparse-options.c8 static int opterror(const struct option *opt, const char *reason, int flags) argument
11 return error("switch `%c' %s", opt->short_name, reason);
13 return error("option `no-%s' %s", opt->long_name, reason);
14 return error("option `%s' %s", opt->long_name, reason);
17 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, argument
20 if (p->opt) {
21 *arg = p->opt;
22 p->opt = NULL;
23 } else if ((opt->flags & PARSE_OPT_LASTARG_DEFAULT) && (p->argc == 1 ||
25 *arg = (const char *)opt
34 get_value(struct parse_opt_ctx_t *p, const struct option *opt, int flags) argument
557 parse_opt_verbosity_cb(const struct option *opt, const char *arg __used, int unset) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/tools/perf/util/
H A Dparse-options.c8 static int opterror(const struct option *opt, const char *reason, int flags) argument
11 return error("switch `%c' %s", opt->short_name, reason);
13 return error("option `no-%s' %s", opt->long_name, reason);
14 return error("option `%s' %s", opt->long_name, reason);
17 static int get_arg(struct parse_opt_ctx_t *p, const struct option *opt, argument
20 if (p->opt) {
21 *arg = p->opt;
22 p->opt = NULL;
23 } else if ((opt->flags & PARSE_OPT_LASTARG_DEFAULT) && (p->argc == 1 ||
25 *arg = (const char *)opt
34 get_value(struct parse_opt_ctx_t *p, const struct option *opt, int flags) argument
557 parse_opt_verbosity_cb(const struct option *opt, const char *arg __used, int unset) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/src/
H A Dinit.c128 { "accept", &opt.accepts, cmd_vector },
129 { "acceptregex", &opt.acceptregex_s, cmd_string },
130 { "addhostdir", &opt.add_hostdir, cmd_boolean },
131 { "adjustextension", &opt.adjust_extension, cmd_boolean },
132 { "alwaysrest", &opt.always_rest, cmd_boolean }, /* deprecated */
133 { "askpassword", &opt.ask_passwd, cmd_boolean },
134 { "authnochallenge", &opt.auth_without_challenge,
136 { "background", &opt.background, cmd_boolean },
137 { "backupconverted", &opt.backup_converted, cmd_boolean },
138 { "backups", &opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Dinit.c128 { "accept", &opt.accepts, cmd_vector },
129 { "acceptregex", &opt.acceptregex_s, cmd_string },
130 { "addhostdir", &opt.add_hostdir, cmd_boolean },
131 { "adjustextension", &opt.adjust_extension, cmd_boolean },
132 { "alwaysrest", &opt.always_rest, cmd_boolean }, /* deprecated */
133 { "askpassword", &opt.ask_passwd, cmd_boolean },
134 { "authnochallenge", &opt.auth_without_challenge,
136 { "background", &opt.background, cmd_boolean },
137 { "backupconverted", &opt.backup_converted, cmd_boolean },
138 { "backups", &opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/src/
H A Dinit.c128 { "accept", &opt.accepts, cmd_vector },
129 { "acceptregex", &opt.acceptregex_s, cmd_string },
130 { "addhostdir", &opt.add_hostdir, cmd_boolean },
131 { "adjustextension", &opt.adjust_extension, cmd_boolean },
132 { "alwaysrest", &opt.always_rest, cmd_boolean }, /* deprecated */
133 { "askpassword", &opt.ask_passwd, cmd_boolean },
134 { "authnochallenge", &opt.auth_without_challenge,
136 { "background", &opt.background, cmd_boolean },
137 { "backupconverted", &opt.backup_converted, cmd_boolean },
138 { "backups", &opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/tc/
H A Dq_choke.c36 struct tc_red_qopt opt; local
46 memset(&opt, 0, sizeof(opt));
51 if (get_unsigned(&opt.limit, *argv, 0)) {
65 if (get_unsigned(&opt.qth_min, *argv, 0)) {
71 if (get_unsigned(&opt.qth_max, *argv, 0)) {
104 if (!rate || !opt.limit) {
113 if (!opt.qth_max)
114 opt.qth_max = opt
163 choke_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
[all...]
H A Dq_sfb.c54 struct tc_sfb_qopt opt; local
57 memset(&opt, 0, sizeof(opt));
58 opt.rehash_interval = 600*1000;
59 opt.warmup_time = 60*1000;
60 opt.penalty_rate = 10;
61 opt.penalty_burst = 20;
62 opt.increment = (SFB_MAX_PROB + 1000) / 2000;
63 opt.decrement = (SFB_MAX_PROB + 10000) / 20000;
68 if (get_u32(&opt
144 sfb_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/console-tools/
H A Dkbd_mode.c24 unsigned opt; local
27 opt = getopt32(argv, "sakuC:", &tty_name);
29 opt &= 0xf; /* clear -C bit, see (*) */
31 if (!opt) { /* print current setting */
47 opt = opt & UNICODE ? 3 : opt >> 1;
49 xioctl(fd, KDSKBMODE, (void*)(ptrdiff_t)opt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/mi/
H A Dmi-getopt.c31 struct mi_opt *opt; local
53 for (opt = opts; opt->name != NULL; opt++)
55 if (strcmp (opt->name, arg + 1) != 0)
57 if (opt->arg_p)
64 return opt->index;
70 return opt->index;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/console-tools/
H A Dkbd_mode.c24 unsigned opt; local
27 opt = getopt32(argv, "sakuC:", &tty_name);
29 opt &= 0xf; /* clear -C bit, see (*) */
31 if (!opt) { /* print current setting */
47 opt = opt & UNICODE ? 3 : opt >> 1;
49 xioctl(fd, KDSKBMODE, (void*)(ptrdiff_t)opt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/console-tools/
H A Dkbd_mode.c24 unsigned opt; local
27 opt = getopt32(argv, "sakuC:", &tty_name);
29 opt &= 0xf; /* clear -C bit, see (*) */
31 if (!opt) { /* print current setting */
47 opt = opt & UNICODE ? 3 : opt >> 1;
49 xioctl(fd, KDSKBMODE, (void*)(ptrdiff_t)opt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/mi/
H A Dmi-getopt.c31 struct mi_opt *opt; local
53 for (opt = opts; opt->name != NULL; opt++)
55 if (strcmp (opt->name, arg + 1) != 0)
57 if (opt->arg_p)
64 return opt->index;
70 return opt->index;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/odhcp6c/src/
H A Dra.h31 #define icmpv6_for_each_option(opt, start, end)\
32 for (opt = (struct icmpv6_opt*)(start);\
33 (void*)(opt + 1) <= (void*)(end) && opt->len > 0 &&\
34 (void*)(opt + opt->len) <= (void*)(end); opt += opt->len)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/odhcp6c/src/
H A Dra.h31 #define icmpv6_for_each_option(opt, start, end)\
32 for (opt = (struct icmpv6_opt*)(start);\
33 (void*)(opt + 1) <= (void*)(end) && opt->len > 0 &&\
34 (void*)(opt + opt->len) <= (void*)(end); opt += opt->len)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/tc/
H A Dq_choke.c36 struct tc_red_qopt opt; local
46 memset(&opt, 0, sizeof(opt));
51 if (get_unsigned(&opt.limit, *argv, 0)) {
65 if (get_unsigned(&opt.qth_min, *argv, 0)) {
71 if (get_unsigned(&opt.qth_max, *argv, 0)) {
104 if (!rate || !opt.limit) {
113 if (!opt.qth_max)
114 opt.qth_max = opt
163 choke_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
[all...]
H A Dq_sfb.c54 struct tc_sfb_qopt opt; local
57 memset(&opt, 0, sizeof(opt));
58 opt.rehash_interval = 600*1000;
59 opt.warmup_time = 60*1000;
60 opt.penalty_rate = 10;
61 opt.penalty_burst = 20;
62 opt.increment = (SFB_MAX_PROB + 1000) / 2000;
63 opt.decrement = (SFB_MAX_PROB + 10000) / 20000;
68 if (get_u32(&opt
144 sfb_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/odhcp6c/src/
H A Dra.h31 #define icmpv6_for_each_option(opt, start, end)\
32 for (opt = (struct icmpv6_opt*)(start);\
33 (void*)(opt + 1) <= (void*)(end) && opt->len > 0 &&\
34 (void*)(opt + opt->len) <= (void*)(end); opt += opt->len)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/mi/
H A Dmi-getopt.c31 struct mi_opt *opt; local
53 for (opt = opts; opt->name != NULL; opt++)
55 if (strcmp (opt->name, arg + 1) != 0)
57 if (opt->arg_p)
64 return opt->index;
70 return opt->index;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/tc/
H A Dq_choke.c36 struct tc_red_qopt opt; local
46 memset(&opt, 0, sizeof(opt));
51 if (get_unsigned(&opt.limit, *argv, 0)) {
65 if (get_unsigned(&opt.qth_min, *argv, 0)) {
71 if (get_unsigned(&opt.qth_max, *argv, 0)) {
104 if (!rate || !opt.limit) {
113 if (!opt.qth_max)
114 opt.qth_max = opt
163 choke_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
[all...]
H A Dq_sfb.c54 struct tc_sfb_qopt opt; local
57 memset(&opt, 0, sizeof(opt));
58 opt.rehash_interval = 600*1000;
59 opt.warmup_time = 60*1000;
60 opt.penalty_rate = 10;
61 opt.penalty_burst = 20;
62 opt.increment = (SFB_MAX_PROB + 1000) / 2000;
63 opt.decrement = (SFB_MAX_PROB + 10000) / 20000;
68 if (get_u32(&opt
144 sfb_print_opt(struct qdisc_util *qu, FILE *f, struct rtattr *opt) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/packaging/sysv/
H A Dsamba.init27 /opt/samba/bin/smbd -D -s/opt/samba/smb.conf
28 /opt/samba/bin/nmbd -D -l/opt/samba/log -s/opt/samba/smb.conf
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/coreutils/
H A Drm.c27 unsigned opt; local
31 opt = getopt32(argv, "fiRrv");
33 if (opt & 1)
35 if (opt & 2)
37 if (opt & (8|4))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/
H A Drm.c27 unsigned opt; local
31 opt = getopt32(argv, "fiRrv");
33 if (opt & 1)
35 if (opt & 2)
37 if (opt & (8|4))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/packaging/sysv/
H A Dsamba.init27 /opt/samba/bin/smbd -D -s/opt/samba/smb.conf
28 /opt/samba/bin/nmbd -D -l/opt/samba/log -s/opt/samba/smb.conf

Completed in 280 milliseconds

1234567891011>>