Searched refs:opt (Results 276 - 300 of 2741) sorted by relevance

<<11121314151617181920>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 open (my $module_symvers, '<', $opt{'k'})
75 or die "Sorry, cannot open $opt{'k'}: $!\n";
77 if (defined $opt{'o'}) {
78 open (my $out, '>', $opt{'
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/
H A Dcpio.c282 unsigned opt; local
313 opt = getopt32(argv, OPTION_STR, &cpio_filename);
315 if (opt & CPIO_OPT_FILE) { /* -F */
321 opt = getopt32(argv, OPTION_STR "oH:" IF_FEATURE_CPIO_P("p"), &cpio_filename, &cpio_fmt);
323 if ((opt & (CPIO_OPT_FILE|CPIO_OPT_CREATE)) == CPIO_OPT_FILE) { /* -F without -o */
326 if (opt & CPIO_OPT_PASSTHROUGH) {
332 if (opt & CPIO_OPT_CREATE_LEADING_DIR)
364 //opt &= ~CPIO_OPT_PASSTHROUGH;
365 opt |= CPIO_OPT_EXTRACT;
369 if (opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/loginutils/
H A Dchpasswd.c25 int opt, rc; local
33 opt = getopt32(argv, "em");
43 if (!(opt & OPT_ENC)) {
45 if (opt & OPT_MD5) {
67 if (!(opt & OPT_ENC))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/miscutils/
H A Dionice.c48 int opt; local
58 opt = getopt32(argv, "+n:c:p:", &pri, &ioclass, &pid);
61 if (opt & OPT_c) {
68 // //if (opt & OPT_n)
74 if (!(opt & (OPT_n|OPT_c))) {
75 if (!(opt & OPT_p) && *argv)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/
H A Dcpio.c282 unsigned opt; local
313 opt = getopt32(argv, OPTION_STR, &cpio_filename);
315 if (opt & CPIO_OPT_FILE) { /* -F */
321 opt = getopt32(argv, OPTION_STR "oH:" IF_FEATURE_CPIO_P("p"), &cpio_filename, &cpio_fmt);
323 if ((opt & (CPIO_OPT_FILE|CPIO_OPT_CREATE)) == CPIO_OPT_FILE) { /* -F without -o */
326 if (opt & CPIO_OPT_PASSTHROUGH) {
332 if (opt & CPIO_OPT_CREATE_LEADING_DIR)
364 //opt &= ~CPIO_OPT_PASSTHROUGH;
365 opt |= CPIO_OPT_EXTRACT;
369 if (opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/loginutils/
H A Dchpasswd.c25 int opt, rc; local
33 opt = getopt32(argv, "em");
43 if (!(opt & OPT_ENC)) {
45 if (opt & OPT_MD5) {
67 if (!(opt & OPT_ENC))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Dionice.c48 int opt; local
58 opt = getopt32(argv, "+n:c:p:", &pri, &ioclass, &pid);
61 if (opt & OPT_c) {
68 // //if (opt & OPT_n)
74 if (!(opt & (OPT_n|OPT_c))) {
75 if (!(opt & OPT_p) && *argv)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/xz/src/liblzma/delta/
H A Ddelta_decoder.c65 lzma_options_delta *opt
67 if (opt == NULL)
70 opt->type = LZMA_DELTA_TYPE_BYTE;
71 opt->dist = props[0] + 1;
73 *options = opt;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/
H A Dcpio.c282 unsigned opt; local
313 opt = getopt32(argv, OPTION_STR, &cpio_filename);
315 if (opt & CPIO_OPT_FILE) { /* -F */
321 opt = getopt32(argv, OPTION_STR "oH:" IF_FEATURE_CPIO_P("p"), &cpio_filename, &cpio_fmt);
323 if ((opt & (CPIO_OPT_FILE|CPIO_OPT_CREATE)) == CPIO_OPT_FILE) { /* -F without -o */
326 if (opt & CPIO_OPT_PASSTHROUGH) {
332 if (opt & CPIO_OPT_CREATE_LEADING_DIR)
364 //opt &= ~CPIO_OPT_PASSTHROUGH;
365 opt |= CPIO_OPT_EXTRACT;
369 if (opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/loginutils/
H A Dchpasswd.c25 int opt, rc; local
33 opt = getopt32(argv, "em");
43 if (!(opt & OPT_ENC)) {
45 if (opt & OPT_MD5) {
67 if (!(opt & OPT_ENC))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Dionice.c48 int opt; local
58 opt = getopt32(argv, "+n:c:p:", &pri, &ioclass, &pid);
61 if (opt & OPT_c) {
68 // //if (opt & OPT_n)
74 if (!(opt & (OPT_n|OPT_c))) {
75 if (!(opt & OPT_p) && *argv)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dssl_verify.c74 setenv_link_socket_actual (session->opt->es, "untrusted", &session->untrusted_addr, SA_IP_PORT);
315 * @param opt the tls options to verify against
321 verify_peer_cert(const struct tls_options *opt, openvpn_x509_cert_t *peer_cert, argument
325 if (opt->ns_cert_type != NS_CERT_CHECK_NONE)
327 if (SUCCESS == x509_verify_ns_cert_type (peer_cert, opt->ns_cert_type))
330 print_nsCertType (opt->ns_cert_type));
335 subject, print_nsCertType (opt->ns_cert_type));
343 if (opt->remote_cert_ku[0] != 0)
345 if (SUCCESS == x509_verify_cert_ku (peer_cert, opt->remote_cert_ku, MAX_PARMS))
357 if (opt
597 const struct tls_options *opt; local
771 key_state_gen_auth_control_file(struct key_state *ks, const struct tls_options *opt) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/openvpn/
H A Dssl_verify.c74 setenv_link_socket_actual (session->opt->es, "untrusted", &session->untrusted_addr, SA_IP_PORT);
315 * @param opt the tls options to verify against
321 verify_peer_cert(const struct tls_options *opt, openvpn_x509_cert_t *peer_cert, argument
325 if (opt->ns_cert_type != NS_CERT_CHECK_NONE)
327 if (SUCCESS == x509_verify_ns_cert_type (peer_cert, opt->ns_cert_type))
330 print_nsCertType (opt->ns_cert_type));
335 subject, print_nsCertType (opt->ns_cert_type));
343 if (opt->remote_cert_ku[0] != 0)
345 if (SUCCESS == x509_verify_cert_ku (peer_cert, opt->remote_cert_ku, MAX_PARMS))
357 if (opt
597 const struct tls_options *opt; local
771 key_state_gen_auth_control_file(struct key_state *ks, const struct tls_options *opt) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/openvpn/
H A Dssl_verify.c74 setenv_link_socket_actual (session->opt->es, "untrusted", &session->untrusted_addr, SA_IP_PORT);
315 * @param opt the tls options to verify against
321 verify_peer_cert(const struct tls_options *opt, openvpn_x509_cert_t *peer_cert, argument
325 if (opt->ns_cert_type != NS_CERT_CHECK_NONE)
327 if (SUCCESS == x509_verify_ns_cert_type (peer_cert, opt->ns_cert_type))
330 print_nsCertType (opt->ns_cert_type));
335 subject, print_nsCertType (opt->ns_cert_type));
343 if (opt->remote_cert_ku[0] != 0)
345 if (SUCCESS == x509_verify_cert_ku (peer_cert, opt->remote_cert_ku, MAX_PARMS))
357 if (opt
597 const struct tls_options *opt; local
771 key_state_gen_auth_control_file(struct key_state *ks, const struct tls_options *opt) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv6/
H A Dexthdrs.c201 struct inet6_skb_parm *opt = IP6CB(skb); local
206 if (opt->dsthao) {
210 opt->dsthao = opt->dst1;
211 opt->dst1 = 0;
272 struct inet6_skb_parm *opt = IP6CB(skb); local
287 opt->lastopt = opt->dst1 = skb_network_header_len(skb);
289 dstbuf = opt->dst1;
296 opt
318 struct inet6_skb_parm *opt = IP6CB(skb); local
642 struct inet6_skb_parm *opt = IP6CB(skb); local
677 ipv6_push_rthdr(struct sk_buff *skb, u8 *proto, struct ipv6_rt_hdr *opt, struct in6_addr **addr_p) argument
702 ipv6_push_exthdr(struct sk_buff *skb, u8 *proto, u8 type, struct ipv6_opt_hdr *opt) argument
711 ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto, struct in6_addr **daddr) argument
730 ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto) argument
737 ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt) argument
785 ipv6_renew_options(struct sock *sk, struct ipv6_txoptions *opt, int newtype, struct ipv6_opt_hdr __user *newopt, int newoptlen) argument
856 ipv6_fixup_options(struct ipv6_txoptions *opt_space, struct ipv6_txoptions *opt) argument
886 fl6_update_dst(struct flowi *fl, const struct ipv6_txoptions *opt, struct in6_addr *orig) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv6/
H A Dexthdrs.c201 struct inet6_skb_parm *opt = IP6CB(skb); local
206 if (opt->dsthao) {
210 opt->dsthao = opt->dst1;
211 opt->dst1 = 0;
272 struct inet6_skb_parm *opt = IP6CB(skb); local
287 opt->lastopt = opt->dst1 = skb_network_header_len(skb);
289 dstbuf = opt->dst1;
296 opt
318 struct inet6_skb_parm *opt = IP6CB(skb); local
642 struct inet6_skb_parm *opt = IP6CB(skb); local
677 ipv6_push_rthdr(struct sk_buff *skb, u8 *proto, struct ipv6_rt_hdr *opt, struct in6_addr **addr_p) argument
702 ipv6_push_exthdr(struct sk_buff *skb, u8 *proto, u8 type, struct ipv6_opt_hdr *opt) argument
711 ipv6_push_nfrag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto, struct in6_addr **daddr) argument
730 ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto) argument
737 ipv6_dup_options(struct sock *sk, struct ipv6_txoptions *opt) argument
785 ipv6_renew_options(struct sock *sk, struct ipv6_txoptions *opt, int newtype, struct ipv6_opt_hdr __user *newopt, int newoptlen) argument
856 ipv6_fixup_options(struct ipv6_txoptions *opt_space, struct ipv6_txoptions *opt) argument
886 fl6_update_dst(struct flowi *fl, const struct ipv6_txoptions *opt, struct in6_addr *orig) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/src/
H A Drecur.c215 set_uri_encoding (i, opt.locale, true);
236 if (opt.quota && total_downloaded_bytes > opt.quota)
330 if (opt.spider)
336 && depth >= opt.reclevel && opt.reclevel != INFINITE_RECURSION)
338 if (opt.page_requisites
339 && (depth == opt.reclevel || depth == opt.reclevel + 1))
356 depth, opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Drecur.c215 set_uri_encoding (i, opt.locale, true);
236 if (opt.quota && total_downloaded_bytes > opt.quota)
330 if (opt.spider)
336 && depth >= opt.reclevel && opt.reclevel != INFINITE_RECURSION)
338 if (opt.page_requisites
339 && (depth == opt.reclevel || depth == opt.reclevel + 1))
356 depth, opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/src/
H A Drecur.c215 set_uri_encoding (i, opt.locale, true);
236 if (opt.quota && total_downloaded_bytes > opt.quota)
330 if (opt.spider)
336 && depth >= opt.reclevel && opt.reclevel != INFINITE_RECURSION)
338 if (opt.page_requisites
339 && (depth == opt.reclevel || depth == opt.reclevel + 1))
356 depth, opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/utils/
H A Dsmbw_sample.c30 int opt; local
39 while ((opt = getopt(argc, argv, "W:U:R:d:P:l:hL:")) != EOF) {
40 switch (opt) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/procps/
H A Dwatch.c29 unsigned opt; local
43 opt = getopt32(argv, "+dtn:", &period);
57 if (!(opt & 0x2)) { // no -t
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/procps/
H A Dwatch.c29 unsigned opt; local
43 opt = getopt32(argv, "+dtn:", &period);
57 if (!(opt & 0x2)) { // no -t
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/utils/
H A Dsmbw_sample.c30 int opt; local
39 while ((opt = getopt(argc, argv, "W:U:R:d:P:l:hL:")) != EOF) {
40 switch (opt) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/procps/
H A Dwatch.c29 unsigned opt; local
43 opt = getopt32(argv, "+dtn:", &period);
57 if (!(opt & 0x2)) { // no -t
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/utils/
H A Dsmbw_sample.c30 int opt; local
39 while ((opt = getopt(argc, argv, "W:U:R:d:P:l:hL:")) != EOF) {
40 switch (opt) {

Completed in 239 milliseconds

<<11121314151617181920>>