Searched refs:opts (Results 26 - 50 of 1488) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ncpfs/
H A Dgetopt.c16 * @opts: an array of &struct option entries controlling parser operations
23 * Returns opts->val if a matching entry in the 'opts' array is found,
26 int ncp_getopt(const char *caller, char **options, const struct ncp_option *opts, argument
43 for (; opts->name; opts++) {
44 if (!strcmp(opts->name, token)) {
46 if (opts->has_arg & OPT_NOPARAM) {
47 return opts->val;
53 if (opts
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ncpfs/
H A Dgetopt.c16 * @opts: an array of &struct option entries controlling parser operations
23 * Returns opts->val if a matching entry in the 'opts' array is found,
26 int ncp_getopt(const char *caller, char **options, const struct ncp_option *opts, argument
43 for (; opts->name; opts++) {
44 if (!strcmp(opts->name, token)) {
46 if (opts->has_arg & OPT_NOPARAM) {
47 return opts->val;
53 if (opts
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/coreutils/
H A Dfsync.c20 int opts; local
22 opts = getopt32(argv, "d"); /* fdatasync */
36 if ((opts ? fdatasync(fd) : fsync(fd))) {
H A Dln.c29 int opts; local
38 opts = getopt32(argv, "sfnbS:", &suffix);
53 (opts & LN_NODEREFERENCE) ^ LN_NODEREFERENCE,
61 if (!(opts & LN_SYMLINK) && stat(*argv, &statbuf)) {
71 if (opts & LN_BACKUP) {
87 } else if (opts & LN_FORCE) {
92 if (opts & LN_SYMLINK) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/
H A Dfsync.c20 int opts; local
22 opts = getopt32(argv, "d"); /* fdatasync */
36 if ((opts ? fdatasync(fd) : fsync(fd))) {
H A Dln.c29 int opts; local
38 opts = getopt32(argv, "sfnbS:", &suffix);
53 (opts & LN_NODEREFERENCE) ^ LN_NODEREFERENCE,
61 if (!(opts & LN_SYMLINK) && stat(*argv, &statbuf)) {
71 if (opts & LN_BACKUP) {
87 } else if (opts & LN_FORCE) {
92 if (opts & LN_SYMLINK) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/
H A Dfsync.c20 int opts; local
22 opts = getopt32(argv, "d"); /* fdatasync */
36 if ((opts ? fdatasync(fd) : fsync(fd))) {
H A Dln.c29 int opts; local
38 opts = getopt32(argv, "sfnbS:", &suffix);
53 (opts & LN_NODEREFERENCE) ^ LN_NODEREFERENCE,
61 if (!(opts & LN_SYMLINK) && stat(*argv, &statbuf)) {
71 if (opts & LN_BACKUP) {
87 } else if (opts & LN_FORCE) {
92 if (opts & LN_SYMLINK) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/debianutils/
H A Dmktemp.c42 unsigned opts; local
50 opts = getopt32(argv, "dqtp:", &path);
53 if (!strchr(chp, '/') || (opts & 8))
56 if (opts & 1) { /* -d */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/debianutils/
H A Dmktemp.c42 unsigned opts; local
50 opts = getopt32(argv, "dqtp:", &path);
53 if (!strchr(chp, '/') || (opts & 8))
56 if (opts & 1) { /* -d */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/debianutils/
H A Dmktemp.c42 unsigned opts; local
50 opts = getopt32(argv, "dqtp:", &path);
53 if (!strchr(chp, '/') || (opts & 8))
56 if (opts & 1) { /* -d */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/networking/
H A Dhostname.c94 unsigned opts; local
113 opts = getopt32(argv, "dfisF:v", &hostname_str);
117 opts = OPT_d;
119 if (opts & OPT_dfis) {
126 if (opts & OPT_f) {
128 } else if (opts & OPT_s) {
131 } else if (opts & OPT_d) {
134 } else /*if (opts & OPT_i)*/ {
144 } else if (opts & OPT_F) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/selinux/
H A Dmatchpathcon.c37 unsigned opts; local
42 opts = getopt32(argv, "nNf:p:V", &fcontext, &prefix);
45 if (opts & OPT_NOT_TRANS) {
48 if (opts & OPT_FCONTEXT) {
52 if (opts & OPT_PREFIX) {
61 if (!(opts & OPT_VERIFY)) {
62 error += print_matchpathcon(path, opts & OPT_NOT_PRINT);
71 if (opts & OPT_NOT_TRANS)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/networking/
H A Dhostname.c94 unsigned opts; local
113 opts = getopt32(argv, "dfisF:v", &hostname_str);
117 opts = OPT_d;
119 if (opts & OPT_dfis) {
126 if (opts & OPT_f) {
128 } else if (opts & OPT_s) {
131 } else if (opts & OPT_d) {
134 } else /*if (opts & OPT_i)*/ {
144 } else if (opts & OPT_F) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/selinux/
H A Dmatchpathcon.c37 unsigned opts; local
42 opts = getopt32(argv, "nNf:p:V", &fcontext, &prefix);
45 if (opts & OPT_NOT_TRANS) {
48 if (opts & OPT_FCONTEXT) {
52 if (opts & OPT_PREFIX) {
61 if (!(opts & OPT_VERIFY)) {
62 error += print_matchpathcon(path, opts & OPT_NOT_PRINT);
71 if (opts & OPT_NOT_TRANS)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/networking/
H A Dhostname.c94 unsigned opts; local
113 opts = getopt32(argv, "dfisF:v", &hostname_str);
117 opts = OPT_d;
119 if (opts & OPT_dfis) {
126 if (opts & OPT_f) {
128 } else if (opts & OPT_s) {
131 } else if (opts & OPT_d) {
134 } else /*if (opts & OPT_i)*/ {
144 } else if (opts & OPT_F) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/selinux/
H A Dmatchpathcon.c37 unsigned opts; local
42 opts = getopt32(argv, "nNf:p:V", &fcontext, &prefix);
45 if (opts & OPT_NOT_TRANS) {
48 if (opts & OPT_FCONTEXT) {
52 if (opts & OPT_PREFIX) {
61 if (!(opts & OPT_VERIFY)) {
62 error += print_matchpathcon(path, opts & OPT_NOT_PRINT);
71 if (opts & OPT_NOT_TRANS)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/setup/
H A Dnewuser44 opts, args = parser.parse_args()
56 if opts.unixname is None:
57 opts.unixname = username
62 if opts.H is not None:
63 url = opts.H
69 samdb.newuser(username, opts.unixname, password, force_password_change_at_next_login_req=opts.must_change_at_next_login)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/setup/
H A Dnewuser44 opts, args = parser.parse_args()
56 if opts.unixname is None:
57 opts.unixname = username
62 if opts.H is not None:
63 url = opts.H
69 samdb.newuser(username, opts.unixname, password, force_password_change_at_next_login_req=opts.must_change_at_next_login)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/setup/
H A Dnewuser44 opts, args = parser.parse_args()
56 if opts.unixname is None:
57 opts.unixname = username
62 if opts.H is not None:
63 url = opts.H
69 samdb.newuser(username, opts.unixname, password, force_password_change_at_next_login_req=opts.must_change_at_next_login)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c230 uint32_t pos_mem = coder->opts[cur].pos_prev;
231 uint32_t back_mem = coder->opts[cur].back_prev;
234 if (coder->opts[cur].prev_1_is_literal) {
235 make_literal(&coder->opts[pos_mem]);
236 coder->opts[pos_mem].pos_prev = pos_mem - 1;
238 if (coder->opts[cur].prev_2) {
239 coder->opts[pos_mem - 1].prev_1_is_literal
241 coder->opts[pos_mem - 1].pos_prev
242 = coder->opts[cur].pos_prev_2;
243 coder->opts[pos_me
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/mailutils/
H A Dmail.h5 unsigned opts; member in struct:globals
15 #define opts (G.opts ) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/mailutils/
H A Dmail.h5 unsigned opts; member in struct:globals
15 #define opts (G.opts ) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/mailutils/
H A Dmail.h5 unsigned opts; member in struct:globals
15 #define opts (G.opts ) macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/smbfs/
H A Dgetopt.h10 extern int smb_getopt(char *caller, char **options, struct option *opts,

Completed in 294 milliseconds

1234567891011>>