Searched refs:opt (Results 251 - 275 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/net/netfilter/
H A Dxt_TCPOPTSTRIP.c22 static inline unsigned int optlen(const u_int8_t *opt, unsigned int offset) argument
25 if (opt[offset] <= TCPOPT_NOP || opt[offset+1] == 0)
28 return opt[offset+1];
39 u_int8_t *opt; local
45 opt = (u_int8_t *)tcph;
52 optl = optlen(opt, i);
57 if (!tcpoptstrip_test_bit(info->strip_bmap, opt[i]))
61 o = opt[i+j];
70 memset(opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/mi/
H A Dmi-cmd-break.c79 enum opt enum
100 int opt = mi_getopt ("mi_cmd_break_insert", argc, argv, opts, &optind, &optarg); local
101 if (opt < 0)
103 switch ((enum opt) opt)
189 enum opt enum
205 int opt = mi_getopt ("mi_cmd_break_watch", argc, argv, opts, &optind, &optarg); local
206 if (opt < 0)
208 switch ((enum opt) opt)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/procps/
H A Dpgrep.c28 #define OPT_INVERT (opt & (1 << OPTBIT_V))
29 #define OPT_LIST (opt & (1 << OPTBIT_L))
30 #define OPT_FULL (opt & (1 << OPTBIT_F))
31 #define OPT_ANCHOR (opt & (1 << OPTBIT_X))
32 #define OPT_FIRST (opt & (1 << OPTBIT_O))
33 #define OPT_LAST (opt & (1 << OPTBIT_N))
34 #define OPT_SID (opt & (1 << OPTBIT_S))
35 #define OPT_PPID (opt & (1 << OPTBIT_P))
53 unsigned opt; local
83 opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/procps/
H A Dpgrep.c28 #define OPT_INVERT (opt & (1 << OPTBIT_V))
29 #define OPT_LIST (opt & (1 << OPTBIT_L))
30 #define OPT_FULL (opt & (1 << OPTBIT_F))
31 #define OPT_ANCHOR (opt & (1 << OPTBIT_X))
32 #define OPT_FIRST (opt & (1 << OPTBIT_O))
33 #define OPT_LAST (opt & (1 << OPTBIT_N))
34 #define OPT_SID (opt & (1 << OPTBIT_S))
35 #define OPT_PPID (opt & (1 << OPTBIT_P))
53 unsigned opt; local
83 opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/mi/
H A Dmi-cmd-break.c79 enum opt enum
100 int opt = mi_getopt ("mi_cmd_break_insert", argc, argv, opts, &optind, &optarg); local
101 if (opt < 0)
103 switch ((enum opt) opt)
189 enum opt enum
205 int opt = mi_getopt ("mi_cmd_break_watch", argc, argv, opts, &optind, &optarg); local
206 if (opt < 0)
208 switch ((enum opt) opt)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/mi/
H A Dmi-cmd-break.c79 enum opt enum
100 int opt = mi_getopt ("mi_cmd_break_insert", argc, argv, opts, &optind, &optarg); local
101 if (opt < 0)
103 switch ((enum opt) opt)
189 enum opt enum
205 int opt = mi_getopt ("mi_cmd_break_watch", argc, argv, opts, &optind, &optarg); local
206 if (opt < 0)
208 switch ((enum opt) opt)
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/src/
H A Dgnutls.c98 if (!opt.ca_directory)
106 ca_directory = opt.ca_directory ? opt.ca_directory : "/etc/ssl/certs";
109 if (opt.ca_directory && *opt.ca_directory)
111 opt.ca_directory);
155 if (opt.cert_file && !opt.private_key)
157 opt.private_key = opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/src/
H A Dgnutls.c98 if (!opt.ca_directory)
106 ca_directory = opt.ca_directory ? opt.ca_directory : "/etc/ssl/certs";
109 if (opt.ca_directory && *opt.ca_directory)
111 opt.ca_directory);
155 if (opt.cert_file && !opt.private_key)
157 opt.private_key = opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/src/
H A Dgnutls.c98 if (!opt.ca_directory)
106 ca_directory = opt.ca_directory ? opt.ca_directory : "/etc/ssl/certs";
109 if (opt.ca_directory && *opt.ca_directory)
111 opt.ca_directory);
155 if (opt.cert_file && !opt.private_key)
157 opt.private_key = opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/coreutils/
H A Ddate.c110 static void maybe_set_utc(int opt) argument
112 if (opt & OPT_UTC)
134 unsigned opt; local
145 opt = getopt32(argv, "Rs:ud:r:"
150 maybe_set_utc(opt);
152 if (ENABLE_FEATURE_DATE_ISOFMT && (opt & OPT_TIMESPEC)) {
168 if (!(opt & (OPT_SET | OPT_DATE))) {
169 opt |= OPT_SET;
205 if (opt & OPT_REFERENCE) {
231 if (ENABLE_FEATURE_DATE_ISOFMT && (opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/coreutils/
H A Ddate.c110 static void maybe_set_utc(int opt) argument
112 if (opt & OPT_UTC)
134 unsigned opt; local
145 opt = getopt32(argv, "Rs:ud:r:"
150 maybe_set_utc(opt);
152 if (ENABLE_FEATURE_DATE_ISOFMT && (opt & OPT_TIMESPEC)) {
168 if (!(opt & (OPT_SET | OPT_DATE))) {
169 opt |= OPT_SET;
205 if (opt & OPT_REFERENCE) {
231 if (ENABLE_FEATURE_DATE_ISOFMT && (opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/coreutils/
H A Ddate.c110 static void maybe_set_utc(int opt) argument
112 if (opt & OPT_UTC)
134 unsigned opt; local
145 opt = getopt32(argv, "Rs:ud:r:"
150 maybe_set_utc(opt);
152 if (ENABLE_FEATURE_DATE_ISOFMT && (opt & OPT_TIMESPEC)) {
168 if (!(opt & (OPT_SET | OPT_DATE))) {
169 opt |= OPT_SET;
205 if (opt & OPT_REFERENCE) {
231 if (ENABLE_FEATURE_DATE_ISOFMT && (opt
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/miscutils/
H A Dadjtimex.c64 unsigned opt; local
71 opt = getopt32(argv, "qo:f:p:t:",
74 //if (opt & 0x1) // -q
75 if (opt & 0x2) { // -o
79 if (opt & 0x4) { // -f
83 if (opt & 0x8) { // -p
87 if (opt & 0x10) { // -t
98 if (!(opt & OPT_quiet)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Dadjtimex.c64 unsigned opt; local
71 opt = getopt32(argv, "qo:f:p:t:",
74 //if (opt & 0x1) // -q
75 if (opt & 0x2) { // -o
79 if (opt & 0x4) { // -f
83 if (opt & 0x8) { // -p
87 if (opt & 0x10) { // -t
98 if (!(opt & OPT_quiet)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Dadjtimex.c64 unsigned opt; local
71 opt = getopt32(argv, "qo:f:p:t:",
74 //if (opt & 0x1) // -q
75 if (opt & 0x2) { // -o
79 if (opt & 0x4) { // -f
83 if (opt & 0x8) { // -p
87 if (opt & 0x10) { // -t
98 if (!(opt & OPT_quiet)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/packaging/HPUX/
H A Dgen_psf.sh197 file -m 0755 -o root -g sys / /opt/samba/
198 file -m 0755 -o root -g sys / /opt/samba/bin/
199 file -m 0755 -o root -g sys / /opt/samba/lib/
200 file -m 0755 -o root -g sys / /opt/samba/lib/codepages/
201 file -m 0755 -o root -g sys / /opt/samba/newconfig/
202 file -m 0755 -o root -g sys / /opt/samba/newconfig/examples/
203 file -m 0700 -o root -g sys / /opt/samba/private/
204 file -m 0755 -o root -g sys / /var/opt/samba/
205 file -m 0755 -o root -g sys / /var/opt/samba/locks/
207 file -m 0444 -o root -g sys ../../COPYING /opt/samb
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/packaging/HPUX/
H A Dgen_psf.sh197 file -m 0755 -o root -g sys / /opt/samba/
198 file -m 0755 -o root -g sys / /opt/samba/bin/
199 file -m 0755 -o root -g sys / /opt/samba/lib/
200 file -m 0755 -o root -g sys / /opt/samba/lib/codepages/
201 file -m 0755 -o root -g sys / /opt/samba/newconfig/
202 file -m 0755 -o root -g sys / /opt/samba/newconfig/examples/
203 file -m 0700 -o root -g sys / /opt/samba/private/
204 file -m 0755 -o root -g sys / /var/opt/samba/
205 file -m 0755 -o root -g sys / /var/opt/samba/locks/
207 file -m 0444 -o root -g sys ../../COPYING /opt/samb
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/packaging/HPUX/
H A Dgen_psf.sh197 file -m 0755 -o root -g sys / /opt/samba/
198 file -m 0755 -o root -g sys / /opt/samba/bin/
199 file -m 0755 -o root -g sys / /opt/samba/lib/
200 file -m 0755 -o root -g sys / /opt/samba/lib/codepages/
201 file -m 0755 -o root -g sys / /opt/samba/newconfig/
202 file -m 0755 -o root -g sys / /opt/samba/newconfig/examples/
203 file -m 0700 -o root -g sys / /opt/samba/private/
204 file -m 0755 -o root -g sys / /var/opt/samba/
205 file -m 0755 -o root -g sys / /var/opt/samba/locks/
207 file -m 0444 -o root -g sys ../../COPYING /opt/samb
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/popt/
H A Dpopt.c62 static void invokeCallbacksPRE(poptContext con, const struct poptOption * opt) argument
66 if (opt != NULL)
67 for (; opt->longName || opt->shortName || opt->arg; opt++) {
68 if (opt->arg == NULL) continue; /* XXX program error. */
69 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
71 invokeCallbacksPRE(con, (const struct poptOption *)opt->arg);
72 } else if ((opt
85 invokeCallbacksPOST(poptContext con, const struct poptOption * opt) argument
108 invokeCallbacksOPTION(poptContext con, const struct poptOption * opt, const struct poptOption * myOpt, const void * myData, int shorty) argument
461 findOption(const struct poptOption * opt, const char * longName, char shortName, poptCallbackType * callback, const void ** callbackData, int singleDash) argument
693 const struct poptOption * opt = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/lib/popt/
H A Dpopt.c62 static void invokeCallbacksPRE(poptContext con, const struct poptOption * opt) argument
66 if (opt != NULL)
67 for (; opt->longName || opt->shortName || opt->arg; opt++) {
68 if (opt->arg == NULL) continue; /* XXX program error. */
69 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
71 invokeCallbacksPRE(con, (const struct poptOption *)opt->arg);
72 } else if ((opt
85 invokeCallbacksPOST(poptContext con, const struct poptOption * opt) argument
108 invokeCallbacksOPTION(poptContext con, const struct poptOption * opt, const struct poptOption * myOpt, const void * myData, int shorty) argument
461 findOption(const struct poptOption * opt, const char * longName, char shortName, poptCallbackType * callback, const void ** callbackData, int singleDash) argument
693 const struct poptOption * opt = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/popt/
H A Dpopt.c62 static void invokeCallbacksPRE(poptContext con, const struct poptOption * opt) argument
66 if (opt != NULL)
67 for (; opt->longName || opt->shortName || opt->arg; opt++) {
68 if (opt->arg == NULL) continue; /* XXX program error. */
69 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
71 invokeCallbacksPRE(con, (const struct poptOption *)opt->arg);
72 } else if ((opt
85 invokeCallbacksPOST(poptContext con, const struct poptOption * opt) argument
108 invokeCallbacksOPTION(poptContext con, const struct poptOption * opt, const struct poptOption * myOpt, const void * myData, int shorty) argument
461 findOption(const struct poptOption * opt, const char * longName, char shortName, poptCallbackType * callback, const void ** callbackData, int singleDash) argument
693 const struct poptOption * opt = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/lib/popt/
H A Dpopt.c62 static void invokeCallbacksPRE(poptContext con, const struct poptOption * opt) argument
66 if (opt != NULL)
67 for (; opt->longName || opt->shortName || opt->arg; opt++) {
68 if (opt->arg == NULL) continue; /* XXX program error. */
69 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
71 invokeCallbacksPRE(con, (const struct poptOption *)opt->arg);
72 } else if ((opt
85 invokeCallbacksPOST(poptContext con, const struct poptOption * opt) argument
108 invokeCallbacksOPTION(poptContext con, const struct poptOption * opt, const struct poptOption * myOpt, const void * myData, int shorty) argument
461 findOption(const struct poptOption * opt, const char * longName, char shortName, poptCallbackType * callback, const void ** callbackData, int singleDash) argument
693 const struct poptOption * opt = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/popt/
H A Dpopt.c62 static void invokeCallbacksPRE(poptContext con, const struct poptOption * opt) argument
66 if (opt != NULL)
67 for (; opt->longName || opt->shortName || opt->arg; opt++) {
68 if (opt->arg == NULL) continue; /* XXX program error. */
69 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
71 invokeCallbacksPRE(con, (const struct poptOption *)opt->arg);
72 } else if ((opt
85 invokeCallbacksPOST(poptContext con, const struct poptOption * opt) argument
108 invokeCallbacksOPTION(poptContext con, const struct poptOption * opt, const struct poptOption * myOpt, const void * myData, int shorty) argument
461 findOption(const struct poptOption * opt, const char * longName, char shortName, poptCallbackType * callback, const void ** callbackData, int singleDash) argument
693 const struct poptOption * opt = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/lib/popt/
H A Dpopt.c62 static void invokeCallbacksPRE(poptContext con, const struct poptOption * opt) argument
66 if (opt != NULL)
67 for (; opt->longName || opt->shortName || opt->arg; opt++) {
68 if (opt->arg == NULL) continue; /* XXX program error. */
69 if ((opt->argInfo & POPT_ARG_MASK) == POPT_ARG_INCLUDE_TABLE) {
71 invokeCallbacksPRE(con, (const struct poptOption *)opt->arg);
72 } else if ((opt
85 invokeCallbacksPOST(poptContext con, const struct poptOption * opt) argument
108 invokeCallbacksOPTION(poptContext con, const struct poptOption * opt, const struct poptOption * myOpt, const void * myData, int shorty) argument
461 findOption(const struct poptOption * opt, const char * longName, char shortName, poptCallbackType * callback, const void ** callbackData, int singleDash) argument
693 const struct poptOption * opt = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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...]

Completed in 294 milliseconds

<<11121314151617181920>>