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

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/tools/
H A Dc89.sh5 opts=""
11 *) opts="$opts $arg" ;;
15 c89 $lopts $opts
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/tools/
H A Dc89.sh5 opts=""
11 *) opts="$opts $arg" ;;
15 c89 $lopts $opts
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/tools/
H A Dc89.sh5 opts=""
11 *) opts="$opts $arg" ;;
15 c89 $lopts $opts
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/extensions/
H A Dlibct_proto_unknown.c15 static struct option opts[] = { variable in typeref:struct:option
27 .opts = opts,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/tests/
H A Dsingle_title_sections.c11 cfg_opt_t opts[] = { variable
19 cfg_t *cfg = cfg_init(opts, CFGF_NONE);
H A Dquote_before_print.c10 cfg_opt_t opts[] = variable
19 cfg_t *cfg = cfg_init(opts, CFGF_NONE);
36 cfg = cfg_init(opts, CFGF_NONE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
H A Dgetopt.h13 extern int ncp_getopt(const char *caller, char **options, const struct ncp_option *opts,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Daboutdlg.cpp66 AboutBoxOptions opts; local
68 opts.Set(kHIAboutBoxNameKey, info.GetName());
72 opts.Set(kHIAboutBoxVersionKey,
77 opts.Set(kHIAboutBoxCopyrightKey, info.GetCopyright());
79 opts.Set(kHIAboutBoxDescriptionKey, info.GetDescriptionAndCredits());
81 HIAboutBox(opts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Dbuild-tests.sh11 for opts in \
29 echo "$hostname: Configure options \"$opts\"..." >&2
30 ../configure $opts > build-log.txt 2>&1
/netgear-R7000-V1.0.7.12_1.2.5/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,
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/doc/
H A Dlisting2.c6 cfg_opt_t opts[] = local
13 cfg = cfg_init(opts, CFGF_NONE);
H A Dlisting3.c6 cfg_opt_t opts[] = local
15 cfg = cfg_init(opts, CFGF_NONE);
H A Dlisting6.c8 cfg = cfg_init(opts, CFGF_NONE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dtr-getopt.h59 const tr_option * opts,
65 const tr_option * opts );
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/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...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dfaxcompr.h44 enum TiffCompr compr, int opts);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dfaxcompr.h44 enum TiffCompr compr, int opts);

Completed in 148 milliseconds

1234567891011>>