Searched refs:opt (Results 51 - 75 of 571) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dsplit.c67 unsigned opt; local
72 opt = getopt32(argv, "l:b:a:", &count_p, &count_p, &sfx);
74 if (opt & SPLIT_OPT_l)
76 if (opt & SPLIT_OPT_b)
78 if (opt & SPLIT_OPT_a)
118 if (opt & SPLIT_OPT_b) {
H A Duniq.c36 unsigned opt; local
48 opt = getopt32(argv, "cduf:s:", &s0, &s1);
49 if (opt & OPT_f)
51 if (opt & OPT_s)
92 if (!(opt & (OPT_d << !!dups))) { /* (if dups, opt & OPT_e) */
93 fprintf(out, "\0%d " + (opt & 1), dups + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dcmp.c55 unsigned opt; local
64 opt = getopt32(argv, opt_chars);
91 if (opt & CMP_OPT_l)
123 if (!(opt & CMP_OPT_s)) {
124 if (opt & CMP_OPT_l) {
128 if (opt) { /* This must be -l since not -s. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/metaflac/
H A Doptions.c120 static void undocumented_warning(const char *opt);
348 const char *opt = long_options_[option_index].name; local
353 if(0 == strcmp(opt, "preserve-modtime")) {
356 else if(0 == strcmp(opt, "with-filename")) {
359 else if(0 == strcmp(opt, "no-filename")) {
362 else if(0 == strcmp(opt, "no-utf8-convert")) {
365 else if(0 == strcmp(opt, "dont-use-padding")) {
368 else if(0 == strcmp(opt, "no-cued-seekpoints")) {
371 else if(0 == strcmp(opt, "show-md5sum")) {
374 else if(0 == strcmp(opt, "sho
1106 undocumented_warning(const char *opt) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_forward.c45 struct ip_options * opt = &(IPCB(skb)->opt); local
49 if (unlikely(opt->optlen))
59 struct ip_options * opt = &(IPCB(skb)->opt); local
64 if (IPCB(skb)->opt.router_alert && ip_call_ra_chain(skb))
85 if (opt->is_strictroute && rt->rt_dst != rt->rt_gateway)
108 if (rt->rt_flags&RTCF_DOREDIRECT && !opt->srr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dexport_report.pl58 my (%SYMBOL, %MODULE, %opt, @allcfiles);
60 if (not getopts('hk:o:f',\%opt) or defined $opt{'h'}) {
64 if (defined $opt{'f'}) {
70 if (not defined $opt{'k'}) {
71 $opt{'k'} = "Module.symvers";
74 unless (open(MODULE_SYMVERS, $opt{'k'})) {
75 die "Sorry, cannot open $opt{'k'}: $!\n";
78 if (defined $opt{'o'}) {
79 unless (open(OUTPUT_HANDLE, ">$opt{'
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dmac_esp.c170 long opt; local
174 opt = simple_strtol( this_opt, NULL, 0 );
176 if (opt >= 0 && opt <= 2)
177 setup_num_esps = opt;
178 else if (opt > 2)
179 printk( "mac_esp_setup: invalid number of hosts %ld !\n", opt );
184 opt = simple_strtol( this_opt, NULL, 0 );
186 if (opt > 0)
187 setup_disconnect = opt;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dslattach.c134 int i, encap, opt; local
155 opt = getopt32(argv, "p:s:c:ehmLF", &proto, &baud_str, &extcmd);
170 if (opt & OPT_s_baud) {
177 if (!(opt & OPT_e_quit)) {
198 if (!(opt & OPT_m_nonraw)) { /* raw not suppressed */
205 | ((opt & OPT_L_local) ? CLOCAL : 0)
206 | ((opt & OPT_F_noflow) ? 0 : CRTSCTS);
209 if (opt & OPT_s_baud) {
217 if (opt & OPT_e_quit)
222 if (!(opt
[all...]
H A Disrv_identd.c107 unsigned opt; local
110 opt = getopt32(argv, "fiwb:", &bind_address);
116 if (!(opt & OPT_fiw));
124 if (!(opt & OPT_fiw) /* || (opt & OPT_syslog) */) {
129 if (opt & OPT_inetd) {
138 if (!(opt & OPT_inetdwait)) {
145 TIMEOUT, (opt & OPT_inetdwait) ? TIMEOUT : 0);
H A Dipcalc.c81 unsigned opt; local
90 opt = getopt32(argv, "mbn" USE_FEATURE_IPCALC_FANCY("phs"));
93 if (opt & (BROADCAST | NETWORK | NETPREFIX)) {
100 if (opt & SILENT)
158 if (opt & NETMASK) {
162 if (opt & BROADCAST) {
167 if (opt & NETWORK) {
173 if (opt & NETPREFIX) {
177 if (opt & HOSTNAME) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/
H A Dcmdutils.c38 #include "libavcodec/opt.h"
118 const char *opt, *arg; local
125 opt = argv[optindex++];
127 if (handleoptions && opt[0] == '-' && opt[1] != '\0') {
128 if (opt[1] == '-' && opt[2] == '\0') {
132 po= find_option(options, opt + 1);
137 fprintf(stderr, "%s: unrecognized option '%s'\n", argv[0], opt);
144 fprintf(stderr, "%s: missing argument for option '%s'\n", argv[0], opt);
175 opt_default(const char *opt, const char *arg) argument
221 const AVOption *opt; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/popt/
H A Dpopt.c29 const struct poptOption * opt = table; local
32 while (opt->longName || opt->shortName || opt->arg) {
33 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
34 invokeCallbacks(con, opt->arg, post);
35 } else if (((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_CALLBACK) &&
36 ((!post && (opt->argInfo & POPT_CBFLAG_PRE)) ||
37 ( post && (opt->argInfo & POPT_CBFLAG_POST)))) {
38 cb = (poptCallbackType)opt
279 const struct poptOption * opt = table; local
398 const struct poptOption * opt = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/smbfs/
H A Dioctl.c30 struct smb_conn_opt opt; local
59 if (!copy_from_user(&opt, (void __user *)arg, sizeof(opt)))
60 result = smb_newconn(server, &opt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dchpasswd.c28 int opt, rc; local
36 opt = getopt32(argv, "em");
46 if (!(opt & OPT_ENC)) {
48 if (opt & OPT_MD5) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/miscutils/
H A Dstrings.c23 unsigned opt; local
31 opt = getopt32(argv, "afon:", &n_arg);
63 if (opt & PRINT_NAME) {
66 if (opt & PRINT_OFFSET) {
H A Dtaskset.c49 unsigned opt; local
53 opt = getopt32(argv, "+p:", &p_opt);
55 if (opt & OPT_p) {
76 if (opt & OPT_p) {
88 if (opt & OPT_p) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/udhcp/
H A Ddumpleases.c15 unsigned opt; local
36 opt = getopt32(argv, "arf:", &file);
40 printf("Mac Address IP-Address Expires %s\n", (opt & OPT_a) ? "at" : "in");
50 if (!(opt & OPT_a)) { /* no -a */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/procps/
H A Dpidof.c23 unsigned opt; local
31 opt = getopt32(argv, ""
58 if (opt & OPT_OMIT) {
70 if (ENABLE_FEATURE_PIDOF_SINGLE && (opt & OPT_SINGLE))
H A Dwatch.c29 unsigned opt; local
38 opt = getopt32(argv, "+dtn:", &tmp);
39 //if (opt & 0x1) // -d (ignore)
40 //if (opt & 0x2) // -t
41 if (opt & 0x4) period = xatou(tmp);
57 if (!(opt & 0x2)) { // no -t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_sockopt.c76 char __user *opt, int *len, int get)
93 ret = ops->get(sk, val, opt, len);
101 ret = ops->set(sk, val, opt, *len);
119 int nf_setsockopt(struct sock *sk, int pf, int val, char __user *opt, argument
122 return nf_sockopt(sk, pf, val, opt, &len, 0);
126 int nf_getsockopt(struct sock *sk, int pf, int val, char __user *opt, int *len) argument
128 return nf_sockopt(sk, pf, val, opt, len, 1);
134 char __user *opt, int *len, int get)
153 val, opt, len);
156 val, opt, le
75 nf_sockopt(struct sock *sk, int pf, int val, char __user *opt, int *len, int get) argument
133 compat_nf_sockopt(struct sock *sk, int pf, int val, char __user *opt, int *len, int get) argument
187 compat_nf_setsockopt(struct sock *sk, int pf, int val, char __user *opt, int len) argument
194 compat_nf_getsockopt(struct sock *sk, int pf, int val, char __user *opt, int *len) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_fifo.c47 static int fifo_init(struct Qdisc *sch, struct rtattr *opt) argument
51 if (opt == NULL) {
59 struct tc_fifo_qopt *ctl = RTA_DATA(opt);
61 if (RTA_PAYLOAD(opt) < sizeof(*ctl))
73 struct tc_fifo_qopt opt = { .limit = q->limit }; local
75 RTA_PUT(skb, TCA_OPTIONS, sizeof(opt), &opt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dopt.c23 * @file libavcodec/opt.c
29 #include "opt.h"
324 const AVOption *opt=NULL; local
326 while((opt= av_next_option(obj, opt))){
327 if(!(opt->flags & (AV_OPT_FLAG_ENCODING_PARAM|AV_OPT_FLAG_DECODING_PARAM)))
334 if (!unit && opt->type==FF_OPT_TYPE_CONST)
336 else if (unit && opt->type!=FF_OPT_TYPE_CONST)
338 else if (unit && opt->type==FF_OPT_TYPE_CONST && strcmp(unit, opt
410 const AVOption *opt = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dipv6_sockglue.c223 struct ipv6_txoptions *opt; local
277 opt = xchg(&np->opt, NULL);
278 if (opt)
279 sock_kfree_s(sk, opt, opt->tot_len);
381 struct ipv6_txoptions *opt; local
394 opt = ipv6_renew_options(sk, np->opt, optname,
397 if (IS_ERR(opt)) {
448 struct ipv6_txoptions *opt = NULL; local
786 ipv6_getsockopt_sticky(struct sock *sk, struct ipv6_txoptions *opt, int optname, char __user *optval, int len) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dgetopt.c150 unsigned opt; local
161 opt =
169 if (opt == EOF)
171 if (opt == '?' || opt == ':' )
175 if (opt == LONG_OPT) {
182 if (opt == NON_OPT)
185 printf(" -%c", opt);
186 charptr = strchr(optstr,opt);
287 unsigned opt; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/debianutils/
H A Dstart_stop_daemon.c240 unsigned opt; local
255 opt = getopt32(argv, "KSbqma:n:s:u:c:x:p:"
263 quiet = (opt & OPT_QUIET) && !(opt & OPT_VERBOSE);
265 if (opt & OPT_s) {
270 if (!(opt & OPT_a))
286 if (opt & CTX_STOP) {
288 return (opt & OPT_OKNODO) ? 0 : (i <= 0);
296 return !(opt & OPT_OKNODO);
299 if (opt
[all...]

Completed in 238 milliseconds

1234567891011>>