Searched refs:opts (Results 251 - 275 of 1488) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/scripting/bin/
H A Dminschema31 opts, args = parser.parse_args()
32 opts.dump_all = True
34 if opts.dump_classes:
35 opts.dump_all = False
36 if opts.dump_attributes:
37 opts.dump_all = False
38 if opts.dump_subschema:
39 opts.dump_all = False
40 if opts.dump_subschema_auto:
41 opts
[all...]
H A Dsmbstatus62 opts, args = parser.parse_args()
68 messaging_path = (opts.messaging_path or os.path.join(lp.get("private dir"), "smbd.tmp", "messaging"))
73 if opts.nbt:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/scripting/bin/
H A Dminschema31 opts, args = parser.parse_args()
32 opts.dump_all = True
34 if opts.dump_classes:
35 opts.dump_all = False
36 if opts.dump_attributes:
37 opts.dump_all = False
38 if opts.dump_subschema:
39 opts.dump_all = False
40 if opts.dump_subschema_auto:
41 opts
[all...]
H A Dsmbstatus62 opts, args = parser.parse_args()
68 messaging_path = (opts.messaging_path or os.path.join(lp.get("private dir"), "smbd.tmp", "messaging"))
73 if opts.nbt:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/scripting/bin/
H A Dminschema31 opts, args = parser.parse_args()
32 opts.dump_all = True
34 if opts.dump_classes:
35 opts.dump_all = False
36 if opts.dump_attributes:
37 opts.dump_all = False
38 if opts.dump_subschema:
39 opts.dump_all = False
40 if opts.dump_subschema_auto:
41 opts
[all...]
H A Dsmbstatus62 opts, args = parser.parse_args()
68 messaging_path = (opts.messaging_path or os.path.join(lp.get("private dir"), "smbd.tmp", "messaging"))
73 if opts.nbt:
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/client/
H A Dsmbmount.c689 char *opts; local
721 for (opts = strtok(optarg, ","); opts; opts = strtok(NULL, ",")) {
722 DEBUG(3, ("opts: %s\n", opts));
723 if ((opteq = strchr(opts, '='))) {
727 if (!strcmp(opts, "username") ||
728 !strcmp(opts, "logon")) {
741 } else if(!strcmp(opts, "passw
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/client/
H A Dsmbmount.c689 char *opts; local
721 for (opts = strtok(optarg, ","); opts; opts = strtok(NULL, ",")) {
722 DEBUG(3, ("opts: %s\n", opts));
723 if ((opteq = strchr(opts, '='))) {
727 if (!strcmp(opts, "username") ||
728 !strcmp(opts, "logon")) {
741 } else if(!strcmp(opts, "passw
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/client/
H A Dsmbmount.c689 char *opts; local
721 for (opts = strtok(optarg, ","); opts; opts = strtok(NULL, ",")) {
722 DEBUG(3, ("opts: %s\n", opts));
723 if ((opteq = strchr(opts, '='))) {
727 if (!strcmp(opts, "username") ||
728 !strcmp(opts, "logon")) {
741 } else if(!strcmp(opts, "passw
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/extensions/
H A Dlibip6t_dst.c29 " --" LNAME "-opts TYPE[:LEN][,TYPE[:LEN]...] \n"
34 static struct option opts[] = { variable in typeref:struct:option
36 { .name = LNAME "-opts", .has_arg = 1, .flag = 0, .val = '2' },
66 parse_options(const char *optsstr, u_int16_t *opts) argument
91 opts[i] = (u_int16_t)((parse_opts_num(cp,"opt") & 0x000000FF)<<8);
93 if (opts[i] == 0)
96 opts[i] |= (u_int16_t)(parse_opts_num(range,"length") &
99 opts[i] |= (0x00FF);
102 printf("opts str: %s %s\n", cp, range);
103 printf("opts op
[all...]
H A Dlibipt_NETMAP.c16 static struct option opts[] = { variable in typeref:struct:option
28 IPTABLES_VERSION, opts[0].name);
131 "Unexpected `!' after --%s", opts[0].name);
147 MODULENAME" needs --%s", opts[0].name);
176 printf("--%s ", opts[0].name);
192 .extra_opts = opts
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iptables/extensions/
H A Dlibip6t_dst.c29 " --" LNAME "-opts TYPE[:LEN][,TYPE[:LEN]...] \n"
34 static struct option opts[] = { variable in typeref:struct:option
36 { .name = LNAME "-opts", .has_arg = 1, .flag = 0, .val = '2' },
66 parse_options(const char *optsstr, u_int16_t *opts) argument
91 opts[i] = (u_int16_t)((parse_opts_num(cp,"opt") & 0x000000FF)<<8);
93 if (opts[i] == 0)
96 opts[i] |= (u_int16_t)(parse_opts_num(range,"length") &
99 opts[i] |= (0x00FF);
102 printf("opts str: %s %s\n", cp, range);
103 printf("opts op
[all...]
H A Dlibipt_NETMAP.c16 static struct option opts[] = { variable in typeref:struct:option
28 IPTABLES_VERSION, opts[0].name);
131 "Unexpected `!' after --%s", opts[0].name);
147 MODULENAME" needs --%s", opts[0].name);
176 printf("--%s ", opts[0].name);
192 .extra_opts = opts
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iptables/extensions/
H A Dlibip6t_dst.c29 " --" LNAME "-opts TYPE[:LEN][,TYPE[:LEN]...] \n"
34 static struct option opts[] = { variable in typeref:struct:option
36 { .name = LNAME "-opts", .has_arg = 1, .flag = 0, .val = '2' },
66 parse_options(const char *optsstr, u_int16_t *opts) argument
91 opts[i] = (u_int16_t)((parse_opts_num(cp,"opt") & 0x000000FF)<<8);
93 if (opts[i] == 0)
96 opts[i] |= (u_int16_t)(parse_opts_num(range,"length") &
99 opts[i] |= (0x00FF);
102 printf("opts str: %s %s\n", cp, range);
103 printf("opts op
[all...]
H A Dlibipt_NETMAP.c16 static struct option opts[] = { variable in typeref:struct:option
28 IPTABLES_VERSION, opts[0].name);
131 "Unexpected `!' after --%s", opts[0].name);
147 MODULENAME" needs --%s", opts[0].name);
176 printf("--%s ", opts[0].name);
192 .extra_opts = opts
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/scripts/package/
H A Dbuildtar104 opts=
106 opts="--owner=root --group=root"
108 tar cf - . $opts | ${compress} > "${tarball}${file_ext}"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/9p/
H A Dtrans_rdma.c161 * @opts: rdma transport-specific structure to parse options into
165 static int parse_opts(char *params, struct p9_rdma_opts *opts) argument
173 opts->port = P9_PORT;
174 opts->sq_depth = P9_RDMA_SQ_DEPTH;
175 opts->rq_depth = P9_RDMA_RQ_DEPTH;
176 opts->timeout = P9_RDMA_TIMEOUT;
204 opts->port = option;
207 opts->sq_depth = option;
210 opts->rq_depth = option;
213 opts
543 alloc_rdma(struct p9_rdma_opts *opts) argument
578 struct p9_rdma_opts opts; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/9p/
H A Dtrans_rdma.c161 * @opts: rdma transport-specific structure to parse options into
165 static int parse_opts(char *params, struct p9_rdma_opts *opts) argument
173 opts->port = P9_PORT;
174 opts->sq_depth = P9_RDMA_SQ_DEPTH;
175 opts->rq_depth = P9_RDMA_RQ_DEPTH;
176 opts->timeout = P9_RDMA_TIMEOUT;
204 opts->port = option;
207 opts->sq_depth = option;
210 opts->rq_depth = option;
213 opts
543 alloc_rdma(struct p9_rdma_opts *opts) argument
578 struct p9_rdma_opts opts; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/scripts/package/
H A Dbuildtar104 opts=
106 opts="--owner=root --group=root"
108 tar cf - . $opts | ${compress} > "${tarball}${file_ext}"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Drep032.tcl51 set opts { "" "bulk" }
53 foreach b $opts {
71 proc rep032_sub { method niter tnum logset recargs opts largs } {
115 if { $opts == "bulk" } {
179 if { $opts == "bulk" } {
188 if { $opts == "bulk" } {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/
H A Drep032.tcl51 set opts { "" "bulk" }
53 foreach b $opts {
71 proc rep032_sub { method niter tnum logset recargs opts largs } {
115 if { $opts == "bulk" } {
179 if { $opts == "bulk" } {
188 if { $opts == "bulk" } {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/
H A Drep032.tcl51 set opts { "" "bulk" }
53 foreach b $opts {
71 proc rep032_sub { method niter tnum logset recargs opts largs } {
115 if { $opts == "bulk" } {
179 if { $opts == "bulk" } {
188 if { $opts == "bulk" } {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/loginutils/
H A Daddgroup.c119 unsigned opts; local
135 opts = getopt32(argv, "g:S", &gid);
144 if (opts & OPT_GID) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/loginutils/
H A Daddgroup.c119 unsigned opts; local
135 opts = getopt32(argv, "g:S", &gid);
144 if (opts & OPT_GID) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/loginutils/
H A Daddgroup.c119 unsigned opts; local
135 opts = getopt32(argv, "g:S", &gid);
144 if (opts & OPT_GID) {

Completed in 138 milliseconds

<<11121314151617181920>>