Searched refs:opts (Results 176 - 200 of 1488) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sdparm-1.02/src/
H A Dsdparm_cmd.c228 const struct sdparm_opt_coll * opts)
232 if (! (opts->flexible ||
243 res = do_cmd_read_capacity(sg_fd, opts->verbose);
249 opts->verbose);
252 res = sg_ll_start_stop_unit(sg_fd, 0, 0, 0, 0, 1, 1, 1, opts->verbose);
257 opts->verbose);
269 res = do_cmd_sense(sg_fd, opts->hex, opts->quiet, opts->verbose);
272 res = sg_ll_start_stop_unit(sg_fd, 0, 0, 0, 0, 0, 1, 1, opts
227 sdp_process_cmd(int sg_fd, const struct sdparm_command * scmdp, int pdt, const struct sdparm_opt_coll * opts) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/torture/
H A Dtest_ntlm_auth.py57 """parseCommandLine() -> (opts, ntlm_auth_path)
96 (opts, args) = parser.parse_args()
103 return (opts, args[0])
111 (opts, ntlm_auth_path) = parseCommandLine()
132 client_args.append("--helper-protocol=%s" % opts.client_helper)
133 client_args.append("--username=%s" % opts.client_username)
134 client_args.append("--password=%s" % opts.client_password)
135 client_args.append("--domain=%s" % opts.client_domain)
136 client_args.append("--configfile=%s" % opts.config_file)
165 server_args.append("--helper-protocol=%s" % opts
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iptables/extensions/
H A Dlibip6t_SKIPLOG.c21 static struct option opts[] = { variable in typeref:struct:option
58 .extra_opts = opts
H A Dlibip6t_TRACE.c19 static struct option opts[] = { variable in typeref:struct:option
57 .extra_opts = opts
H A Dlibip6t_eui64.c25 static struct option opts[] = { variable in typeref:struct:option
70 .extra_opts = opts,
H A Dlibip6t_standard.c19 static struct option opts[] = { variable in typeref:struct:option
60 .extra_opts = opts,
H A Dlibipt_BCOUNT.c26 static struct option opts[] = { { 0 } }; variable in typeref:struct:option
50 .extra_opts = opts
H A Dlibipt_IPV4OPTSSTRIP.c22 static struct option opts[] = { variable in typeref:struct:option
68 .extra_opts = opts
H A Dlibipt_MACSAVE.c29 static struct option opts[] = { { 0 } }; variable in typeref:struct:option
53 .extra_opts = opts
H A Dlibipt_MIRROR.c19 static struct option opts[] = { variable in typeref:struct:option
56 .extra_opts = opts
H A Dlibipt_NOTRACK.c19 static struct option opts[] = { variable in typeref:struct:option
57 .extra_opts = opts
H A Dlibipt_SKIPLOG.c21 static struct option opts[] = { variable in typeref:struct:option
58 .extra_opts = opts
H A Dlibipt_TARPIT.c23 static struct option opts[] = { variable in typeref:struct:option
77 .extra_opts = opts
H A Dlibipt_TRACE.c19 static struct option opts[] = { variable in typeref:struct:option
57 .extra_opts = opts
H A Dlibipt_record_rpc.c15 static struct option opts[] = { variable in typeref:struct:option
59 .extra_opts = opts
H A Dlibipt_standard.c19 static struct option opts[] = { variable in typeref:struct:option
63 .extra_opts = opts
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/client/
H A Dsmbmount.c718 char *opts; local
759 for (opts = strtok(optarg, ","); opts; opts = strtok(NULL, ",")) {
760 DEBUG(3, ("opts: %s\n", opts));
761 if ((opteq = strchr_m(opts, '='))) {
765 if (!strcmp(opts, "username") ||
766 !strcmp(opts, "logon")) {
780 } else if(!strcmp(opts, "passw
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/e2fsprogs/old_e2fsprogs/
H A Dutil.h16 extern void parse_journal_opts(char **, int *, int *, const char *opts);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/loginutils/
H A Dadduser.c114 unsigned opts; local
133 opts = getopt32(argv, "h:g:s:G:DSHu:", &pw.pw_dir, &pw.pw_gecos, &pw.pw_shell, &usegroup, &pw.pw_uid);
136 opts = getopt32(argv, "h:g:s:G:DSHu:", &pw.pw_dir, &pw.pw_gecos, &pw.pw_shell, &usegroup, &uid);
137 if (opts & OPT_UID) {
151 if (opts & OPT_SYSTEM_ACCOUNT) {
155 if (!(opts & OPT_SHELL)) {
198 if (!(opts & OPT_DONT_MAKE_HOME)) {
224 if (!(opts & OPT_DONT_SET_PASS)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/mailutils/
H A Dpopmaildir.c75 opts = getopt32(argv,
84 if (!(opts & OPT_s))
98 if (!(opts & OPT_s)) {
100 if ('<' == buf[0] && (opts & OPT_a)) {
146 retr = (opts & OPT_T) ? xasprintf("TOP %%u %u", opt_nlines) : "RETR %u";
165 if (opts & (OPT_F|OPT_M)) {
195 if (opts & (OPT_F|OPT_M)) {
209 if (!(opts & OPT_k))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/e2fsprogs/old_e2fsprogs/
H A Dutil.h16 extern void parse_journal_opts(char **, int *, int *, const char *opts);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/loginutils/
H A Dadduser.c114 unsigned opts; local
133 opts = getopt32(argv, "h:g:s:G:DSHu:", &pw.pw_dir, &pw.pw_gecos, &pw.pw_shell, &usegroup, &pw.pw_uid);
136 opts = getopt32(argv, "h:g:s:G:DSHu:", &pw.pw_dir, &pw.pw_gecos, &pw.pw_shell, &usegroup, &uid);
137 if (opts & OPT_UID) {
151 if (opts & OPT_SYSTEM_ACCOUNT) {
155 if (!(opts & OPT_SHELL)) {
198 if (!(opts & OPT_DONT_MAKE_HOME)) {
224 if (!(opts & OPT_DONT_SET_PASS)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/mailutils/
H A Dpopmaildir.c75 opts = getopt32(argv,
84 if (!(opts & OPT_s))
98 if (!(opts & OPT_s)) {
100 if ('<' == buf[0] && (opts & OPT_a)) {
146 retr = (opts & OPT_T) ? xasprintf("TOP %%u %u", opt_nlines) : "RETR %u";
165 if (opts & (OPT_F|OPT_M)) {
195 if (opts & (OPT_F|OPT_M)) {
209 if (!(opts & OPT_k))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/client/
H A Dsmbmount.c718 char *opts; local
759 for (opts = strtok(optarg, ","); opts; opts = strtok(NULL, ",")) {
760 DEBUG(3, ("opts: %s\n", opts));
761 if ((opteq = strchr_m(opts, '='))) {
765 if (!strcmp(opts, "username") ||
766 !strcmp(opts, "logon")) {
780 } else if(!strcmp(opts, "passw
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/e2fsprogs/old_e2fsprogs/
H A Dutil.h16 extern void parse_journal_opts(char **, int *, int *, const char *opts);

Completed in 113 milliseconds

1234567891011>>