Searched refs:opts (Results 1 - 25 of 288) sorted by relevance

1234567891011>>

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/tools/
H A Dc89.sh5 opts=""
11 *) opts="$opts $arg" ;;
15 c89 $lopts $opts
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/tools/
H A Dc89.sh5 opts=""
11 *) opts="$opts $arg" ;;
15 c89 $lopts $opts
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dppp_mppe.h8 /* unsupported opts */
32 /* Build a CI from mppe opts (see RFC 3078) */
33 #define MPPE_OPTS_TO_CI(opts, ci) \
38 if (opts & MPPE_OPT_STATEFUL) \
47 if (opts & MPPE_OPT_128) \
49 if (opts & MPPE_OPT_40) \
55 #define MPPE_CI_TO_OPTS(ci, opts) \
59 opts = 0; \
63 opts |= MPPE_OPT_STATEFUL; \
67 opts |
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/smbfs/
H A Dgetopt.c15 * @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 smb_getopt(char *caller, char **options, struct option *opts, argument
48 for (i = 0; opts[i].name != NULL; i++) {
49 if (!strcmp(opts[i].name, token)) {
50 if (!opts[i].flag && (!val || !*val)) {
56 if (flag && opts[i].flag)
57 *flag |= opts[i].flag;
59 return opts[
[all...]
H A Dgetopt.h10 extern int smb_getopt(char *caller, char **options, struct option *opts,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/src/
H A Dntfs-3g.probe.c48 } opts; variable in typeref:struct:options
70 if (opts.probetype == PROBE_READONLY)
100 opts.probetype = PROBE_UNSET;
105 if (!opts.device) {
106 opts.device = ntfs_malloc(PATH_MAX + 1);
107 if (!opts.device)
110 strncpy(opts.device, optarg, PATH_MAX);
111 opts.device[PATH_MAX] = 0;
122 opts.probetype = PROBE_READONLY;
125 opts
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/ncpfs/
H A Dgetopt.c16 * @opts: an array of &struct option entries controlling parser operations
24 * Returns opts->val if a matching entry in the 'opts' array is found,
27 int ncp_getopt(const char *caller, char **options, const struct ncp_option *opts, argument
44 for (; opts->name; opts++) {
45 if (!strcmp(opts->name, token)) {
47 if (opts->has_arg & OPT_NOPARAM) {
48 return opts->val;
54 if (opts
[all...]
H A Dgetopt.h13 extern int ncp_getopt(const char *caller, char **options, const struct ncp_option *opts,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/libfuse-lite/
H A Dmount_util.h12 const char *mnt, const char *type, const char *opts);
17 int fusermount(int unmount, int quiet, int lazy, const char *opts,
H A Dfuse_opt.c25 char *opts; member in struct:fuse_opt_context
99 int fuse_opt_add_opt(char **opts, const char *opt) argument
102 if (!*opts)
105 unsigned oldlen = strlen(*opts);
106 newopts = realloc(*opts, oldlen + 1 + strlen(opt) + 1);
115 *opts = newopts;
121 return fuse_opt_add_opt(&ctx->opts, opt);
171 int fuse_opt_match(const struct fuse_opt *opts, const char *opt) argument
174 return find_opt(opts, opt, &dummy) ? 1 : 0;
261 static int process_real_option_group(struct fuse_opt_context *ctx, char *opts) argument
279 process_option_group(struct fuse_opt_context *ctx, const char *opts) argument
343 fuse_opt_parse(struct fuse_args *args, void *data, const struct fuse_opt opts[], fuse_opt_proc_t proc) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/miscutils/
H A Dwatchdog.c28 unsigned opts; local
33 opts = getopt32(argv, "Ft:", &t_arg);
35 if (opts & OPT_TIMER)
38 if (!(opts & OPT_FOREGROUND)) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/selinux/
H A Dmatchpathcon.c36 unsigned opts; local
41 opts = getopt32(argv, "nNf:p:V", &fcontext, &prefix);
44 if (opts & OPT_NOT_TRANS) {
47 if (opts & OPT_FCONTEXT) {
51 if (opts & OPT_PREFIX) {
60 if (!(opts & OPT_VERIFY)) {
61 error += print_matchpathcon(path, opts & OPT_NOT_PRINT);
70 if (opts & OPT_NOT_TRANS)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/include/linux/
H A Dppp-comp.h211 /* unsupported opts */
235 /* Build a CI from mppe opts (see RFC 3078) */
236 #define MPPE_OPTS_TO_CI(opts, ci) \
241 if (opts & MPPE_OPT_STATEFUL) \
250 if (opts & MPPE_OPT_128) \
252 if (opts & MPPE_OPT_40) \
258 #define MPPE_CI_TO_OPTS(ci, opts) \
262 opts = 0; \
266 opts |= MPPE_OPT_STATEFUL; \
270 opts |
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/include/net/
H A Dppp-comp.h178 /* unsupported opts */
202 /* Build a CI from mppe opts (see RFC 3078) */
203 #define MPPE_OPTS_TO_CI(opts, ci) \
208 if (opts & MPPE_OPT_STATEFUL) \
217 if (opts & MPPE_OPT_128) \
219 if (opts & MPPE_OPT_40) \
225 #define MPPE_CI_TO_OPTS(ci, opts) \
229 opts = 0; \
233 opts |= MPPE_OPT_STATEFUL; \
237 opts |
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr016/src/com/sleepycat/db/test/
H A DRepmgrConfigTest.java230 boolean runTestWithOptions(ConfigOptions opts) argument
237 envConfig.setTxnNoSync(opts.txnSync);
238 if (opts.initializeReplication)
240 if (opts.verboseReplication)
243 if (opts.setLocalSiteEnable) {
247 if (opts.setReplicationPriority)
248 envConfig.setReplicationPriority(opts.replicationPriority);
249 if (opts.setValidEventHandler)
252 if (opts.setAckPolicy)
253 envConfig.setReplicationManagerAckPolicy(opts
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ntfs-3g-2009.3.8/include/fuse-lite/
H A Dfuse_opt.h190 * A NULL 'opts' is equivalent to an 'opts' array containing a single
198 * @param opts is the option description array
203 const struct fuse_opt opts[], fuse_opt_proc_t proc);
208 * @param opts is a pointer to an option list, may point to a NULL value
212 int fuse_opt_add_opt(char **opts, const char *opt);
251 * @param opts is the option description array
255 int fuse_opt_match(const struct fuse_opt opts[], const char *opt);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/initscript/gentoo/
H A Davahi-daemon.in6 opts="reload"
H A Davahi-dnsconfd.in6 opts="reload"
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/extensions/
H A Dlibipt_unclean.c16 static struct option opts[] = { variable in typeref:struct:option
48 .extra_opts = opts
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter_ipv6/
H A Dip6t_opts.h11 u_int16_t opts[IP6T_OPTS_OPTSNR]; /* opts */ member in struct:ip6t_opts
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv6/
H A Dip6t_opts.h10 u_int16_t opts[IP6T_OPTS_OPTSNR]; /* opts */ member in struct:ip6t_opts
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dio_manager.c23 errcode_t io_channel_set_options(io_channel channel, const char *opts) argument
30 if (!opts)
36 options = malloc(strlen(opts)+1);
39 strcpy(options, opts);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/procps/
H A Dfuser.c136 static int fuser_scan_proc_net(int opts, const char *proto, argument
159 if (strlen(addr) == 8 && (opts & FUSER_OPT_IP6))
161 if (strlen(addr) > 8 && (opts & FUSER_OPT_IP4))
173 static int fuser_search_dev_inode(int opts, inode_list *ilist, argument
180 if ((opts & FUSER_OPT_MOUNT) && curr->dev == dev)
189 static int fuser_scan_pid_maps(int opts, const char *fname, pid_t pid, argument
209 if (fuser_search_dev_inode(opts, ilist, dev, inode)) {
217 static int fuser_scan_link(int opts, const char *lname, pid_t pid, argument
225 if (fuser_search_dev_inode(opts, ilist, dev, inode))
230 static int fuser_scan_dir_links(int opts, cons argument
251 fuser_scan_proc_pids(int opts, inode_list *ilist, pid_list *plist) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/fat/
H A Dinode.c780 struct fat_mount_options *opts = &sbi->options; local
781 int isvfat = opts->isvfat;
783 if (opts->fs_uid != 0)
784 seq_printf(m, ",uid=%u", opts->fs_uid);
785 if (opts->fs_gid != 0)
786 seq_printf(m, ",gid=%u", opts->fs_gid);
787 seq_printf(m, ",fmask=%04o", opts->fs_fmask);
788 seq_printf(m, ",dmask=%04o", opts->fs_dmask);
795 switch (opts->shortname) {
813 if (opts
921 parse_options(char *options, int is_vfat, int silent, int *debug, struct fat_mount_options *opts) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_dst.c18 " --dst-opts TYPE[:LEN][,TYPE[:LEN]...]\n"
27 {.name = "dst-opts", .id = O_DSTOPTS, .type = XTTYPE_STRING},
56 parse_options(const char *optsstr, uint16_t *opts) argument
81 opts[i] = (parse_opts_num(cp, "opt") & 0xFF) << 8;
83 if (opts[i] == 0)
86 opts[i] |= parse_opts_num(range, "length") & 0xFF;
88 opts[i] |= (0x00FF);
91 printf("opts str: %s %s\n", cp, range);
92 printf("opts opt: %04X\n", opts[
[all...]

Completed in 103 milliseconds

1234567891011>>