Searched refs:pass (Results 1 - 25 of 2724) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/easy-rsa/2.0/
H A Dbuild-key-pass7 "$EASY_RSA/pkitool" --interact --pass $*
H A Dbuild-req-pass7 "$EASY_RSA/pkitool" --interact --csr --pass $*
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/easy-rsa/2.0/
H A Dbuild-key-pass7 "$EASY_RSA/pkitool" --interact --pass $*
H A Dbuild-req-pass7 "$EASY_RSA/pkitool" --interact --csr --pass $*
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/easy-rsa/2.0/
H A Dbuild-key-pass7 "$EASY_RSA/pkitool" --interact --pass $*
H A Dbuild-req-pass7 "$EASY_RSA/pkitool" --interact --csr --pass $*
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/mm/kmemcheck/
H A Dselftest.c53 bool pass = true; local
57 pass = pass && selftest_opcode_one(&selftest_opcodes[i]);
59 return pass;
64 bool pass = true; local
66 pass = pass && selftest_opcodes_all();
68 return pass;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/mm/kmemcheck/
H A Dselftest.c53 bool pass = true; local
57 pass = pass && selftest_opcode_one(&selftest_opcodes[i]);
59 return pass;
64 bool pass = true; local
66 pass = pass && selftest_opcodes_all();
68 return pass;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.base/
H A Difelse.exp33 -re "$gdb_prompt $" {pass $message}
44 -re "$gdb_prompt $" {pass $message}
65 -re "$gdb_prompt $" {pass $message}
79 -re "$gdb_prompt $" {pass $message}
95 # call (note that condition is 1 so should pass)
100 -re "$gdb_prompt $" {pass $message}
H A Dpointers.exp79 # pass "illegal pointer assignment rejected"
89 # pass "illegal pointer assignment rejected"
98 # pass "illegal pointer operation (+) rejected"
108 # pass "illegal pointer operation (*) rejected"
118 # pass "ilegal pointer assignment rejected"
128 # pass "illegal pointer assignment rejected"
141 pass "print object pointed to"
150 pass "print object pointed to"
160 pass "pointer1==pointer2"
169 pass "pointer
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.base/
H A Difelse.exp33 -re "$gdb_prompt $" {pass $message}
44 -re "$gdb_prompt $" {pass $message}
65 -re "$gdb_prompt $" {pass $message}
79 -re "$gdb_prompt $" {pass $message}
95 # call (note that condition is 1 so should pass)
100 -re "$gdb_prompt $" {pass $message}
H A Dpointers.exp79 # pass "illegal pointer assignment rejected"
89 # pass "illegal pointer assignment rejected"
98 # pass "illegal pointer operation (+) rejected"
108 # pass "illegal pointer operation (*) rejected"
118 # pass "ilegal pointer assignment rejected"
128 # pass "illegal pointer assignment rejected"
141 pass "print object pointed to"
150 pass "print object pointed to"
160 pass "pointer1==pointer2"
169 pass "pointer
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.base/
H A Difelse.exp33 -re "$gdb_prompt $" {pass $message}
44 -re "$gdb_prompt $" {pass $message}
65 -re "$gdb_prompt $" {pass $message}
79 -re "$gdb_prompt $" {pass $message}
95 # call (note that condition is 1 so should pass)
100 -re "$gdb_prompt $" {pass $message}
H A Dpointers.exp79 # pass "illegal pointer assignment rejected"
89 # pass "illegal pointer assignment rejected"
98 # pass "illegal pointer operation (+) rejected"
108 # pass "illegal pointer operation (*) rejected"
118 # pass "ilegal pointer assignment rejected"
128 # pass "illegal pointer assignment rejected"
141 pass "print object pointed to"
150 pass "print object pointed to"
160 pass "pointer1==pointer2"
169 pass "pointer
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/testsuite/gdb.cp/
H A Dtemplates.exp53 pass "ptype T5<int>"
56 pass "ptype T5<int>"
58 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;${ws}${ws}T5 \\(int\\);${ws}T5 \\(const class T5<int> &\\);${ws}void ~T5 \\(int\\);${ws}static void \\* new \\(unsigned int\\);${ws}static void delete \\(void ?\\*\\);${ws}int value \\((void|)\\);${ws}\\}${ws}$gdb_prompt $" { pass "ptype T5<int> -- new with unsigned int" }
59 -re "type = class T5<int> \\{.*public:.*static int X;.*int x;.*int val;.*T5 \\(int\\);.*T5 \\(const class T5<int> &\\);.*void ~T5 \\(int\\);.*static void \\* new \\(unsigned long\\);.*static void delete \\(void ?\\*\\);.*int value \\((void|)\\);.*\\}\r\n$gdb_prompt $" { pass "ptype T5<int> -- new with unsigned long" }
61 pass "ptype T5<int> (obsolescent gcc or gdb)"
77 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;\r\n${ws}T5\\(int\\);${ws}T5\\(T5<int> const ?&\\);${ws}~T5\\((void|)\\);${ws}static void \\* operator new\\(unsigned( int| long)?\\);${ws}static void operator delete\\(void ?\\*\\);${ws}int value\\((void|)\\);${ws}\\}\r\n$gdb_prompt $" { pass "ptype T5<int> -- with several fixes from 4.17" }
78 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;\r\n${ws}T5 \\(int\\);${ws}T5 \\(const class T5<int> &\\);${ws}void ~T5 \\(int\\);${ws}static void \\* new \\(unsigned int\\);${ws}static void delete \\(void ?\\*\\);${ws}int value \\((void|)\\);${ws}\\}\r\n$gdb_prompt $" { pass "ptype t5i<int> -- new with unsigned int" }
79 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;\r\n${ws}T5 \\(int\\);${ws}T5 \\(const class T5<int> &\\);${ws}void ~T5 \\(int\\);${ws}static void \\* new \\(unsigned long\\);${ws}static void delete \\(void ?\\*\\);${ws}int value \\((void|)\\);${ws}\\}\r\n$gdb_prompt $" { pass "ptype t5i<int> -- new with unsigned long" }
81 pass "ptype t5i"
84 pass "ptyp
[all...]
H A Dref-types.exp93 pass "print value of s"
102 -re "type = short.*$gdb_prompt $" { pass "ptype s" }
111 pass "print value of ps"
120 -re "type = short \*.*$gdb_prompt $" { pass "ptype ps" }
128 pass "print value of as\[0\]"
137 -re "type = short \\\[4\\\].*$gdb_prompt $" { pass "ptype as" }
138 -re "type = short int \\\[4\\\].*$gdb_prompt $" { pass "ptype as" }
146 pass "print value of as\[1\]"
155 pass "print value of as\[2\]"
164 pass "prin
[all...]
H A Dlocal.exp105 pass "$name"
110 pass "$name"
115 pass "$name"
142 pass "$name"
147 pass "$name"
152 pass "$name"
185 pass "Local out of scope"
244 -re "type = class InnerLocal \{\[\r\n\t \]*public:\[\r\n\t \]*char ilc;\[\r\n\t \]*int \\* *ip;\[\r\n\t \]*(InnerLocal::|)NestedInnerLocal nest1;\[\r\n\t \]*int il_foo\\((unsigned char const|const unsigned char) *&\\);\[\r\n\t \]*\}.*$gdb_prompt $" { pass "ptype InnerLocal (pattern 1)" }
245 -re "type = class InnerLocal \{\[\r\n\t \]*public:\[\r\n\t \]*char ilc;\[\r\n\t \]*int \\* *ip;\[\r\n\t \]*(InnerLocal::|)NestedInnerLocal nest1;\[\r\n\t \]*InnerLocal *& operator *=\\((main${sep}::|)InnerLocal const *&\\);\[\r\n\t \]*InnerLocal\\((main${sep}::|)InnerLocal const *&\\);\[\r\n\t \]*InnerLocal\\((void|)\\);\[\r\n\t \]*int il_foo\\(unsigned char const *&\\);\[\r\n\t \]*\}.*$gdb_prompt $" { pass "ptype InnerLocal (pattern 2)" }
246 -re "type = class InnerLocal \{\r\n\[\t \]*public:\r\n\[\t \]*char ilc;\r\n\[\t \]*int \\*ip;\r\n\[\t \]*InnerLocal::NestedInnerLocal nest1;\r\n\r\n\[\t \]*.int il_foo\\(unsigned char const &\\);\r\n\[\t \]*\}\[\t \]*\\(Local at.*local\\.cc:36\\).*$gdb_prompt $" { pass "ptyp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/testsuite/gdb.cp/
H A Dtemplates.exp53 pass "ptype T5<int>"
56 pass "ptype T5<int>"
58 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;${ws}${ws}T5 \\(int\\);${ws}T5 \\(const class T5<int> &\\);${ws}void ~T5 \\(int\\);${ws}static void \\* new \\(unsigned int\\);${ws}static void delete \\(void ?\\*\\);${ws}int value \\((void|)\\);${ws}\\}${ws}$gdb_prompt $" { pass "ptype T5<int> -- new with unsigned int" }
59 -re "type = class T5<int> \\{.*public:.*static int X;.*int x;.*int val;.*T5 \\(int\\);.*T5 \\(const class T5<int> &\\);.*void ~T5 \\(int\\);.*static void \\* new \\(unsigned long\\);.*static void delete \\(void ?\\*\\);.*int value \\((void|)\\);.*\\}\r\n$gdb_prompt $" { pass "ptype T5<int> -- new with unsigned long" }
61 pass "ptype T5<int> (obsolescent gcc or gdb)"
77 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;\r\n${ws}T5\\(int\\);${ws}T5\\(T5<int> const ?&\\);${ws}~T5\\((void|)\\);${ws}static void \\* operator new\\(unsigned( int| long)?\\);${ws}static void operator delete\\(void ?\\*\\);${ws}int value\\((void|)\\);${ws}\\}\r\n$gdb_prompt $" { pass "ptype T5<int> -- with several fixes from 4.17" }
78 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;\r\n${ws}T5 \\(int\\);${ws}T5 \\(const class T5<int> &\\);${ws}void ~T5 \\(int\\);${ws}static void \\* new \\(unsigned int\\);${ws}static void delete \\(void ?\\*\\);${ws}int value \\((void|)\\);${ws}\\}\r\n$gdb_prompt $" { pass "ptype t5i<int> -- new with unsigned int" }
79 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;\r\n${ws}T5 \\(int\\);${ws}T5 \\(const class T5<int> &\\);${ws}void ~T5 \\(int\\);${ws}static void \\* new \\(unsigned long\\);${ws}static void delete \\(void ?\\*\\);${ws}int value \\((void|)\\);${ws}\\}\r\n$gdb_prompt $" { pass "ptype t5i<int> -- new with unsigned long" }
81 pass "ptype t5i"
84 pass "ptyp
[all...]
H A Dref-types.exp93 pass "print value of s"
102 -re "type = short.*$gdb_prompt $" { pass "ptype s" }
111 pass "print value of ps"
120 -re "type = short \*.*$gdb_prompt $" { pass "ptype ps" }
128 pass "print value of as\[0\]"
137 -re "type = short \\\[4\\\].*$gdb_prompt $" { pass "ptype as" }
138 -re "type = short int \\\[4\\\].*$gdb_prompt $" { pass "ptype as" }
146 pass "print value of as\[1\]"
155 pass "print value of as\[2\]"
164 pass "prin
[all...]
H A Dlocal.exp105 pass "$name"
110 pass "$name"
115 pass "$name"
142 pass "$name"
147 pass "$name"
152 pass "$name"
185 pass "Local out of scope"
244 -re "type = class InnerLocal \{\[\r\n\t \]*public:\[\r\n\t \]*char ilc;\[\r\n\t \]*int \\* *ip;\[\r\n\t \]*(InnerLocal::|)NestedInnerLocal nest1;\[\r\n\t \]*int il_foo\\((unsigned char const|const unsigned char) *&\\);\[\r\n\t \]*\}.*$gdb_prompt $" { pass "ptype InnerLocal (pattern 1)" }
245 -re "type = class InnerLocal \{\[\r\n\t \]*public:\[\r\n\t \]*char ilc;\[\r\n\t \]*int \\* *ip;\[\r\n\t \]*(InnerLocal::|)NestedInnerLocal nest1;\[\r\n\t \]*InnerLocal *& operator *=\\((main${sep}::|)InnerLocal const *&\\);\[\r\n\t \]*InnerLocal\\((main${sep}::|)InnerLocal const *&\\);\[\r\n\t \]*InnerLocal\\((void|)\\);\[\r\n\t \]*int il_foo\\(unsigned char const *&\\);\[\r\n\t \]*\}.*$gdb_prompt $" { pass "ptype InnerLocal (pattern 2)" }
246 -re "type = class InnerLocal \{\r\n\[\t \]*public:\r\n\[\t \]*char ilc;\r\n\[\t \]*int \\*ip;\r\n\[\t \]*InnerLocal::NestedInnerLocal nest1;\r\n\r\n\[\t \]*.int il_foo\\(unsigned char const &\\);\r\n\[\t \]*\}\[\t \]*\\(Local at.*local\\.cc:36\\).*$gdb_prompt $" { pass "ptyp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/testsuite/gdb.cp/
H A Dtemplates.exp53 pass "ptype T5<int>"
56 pass "ptype T5<int>"
58 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;${ws}${ws}T5 \\(int\\);${ws}T5 \\(const class T5<int> &\\);${ws}void ~T5 \\(int\\);${ws}static void \\* new \\(unsigned int\\);${ws}static void delete \\(void ?\\*\\);${ws}int value \\((void|)\\);${ws}\\}${ws}$gdb_prompt $" { pass "ptype T5<int> -- new with unsigned int" }
59 -re "type = class T5<int> \\{.*public:.*static int X;.*int x;.*int val;.*T5 \\(int\\);.*T5 \\(const class T5<int> &\\);.*void ~T5 \\(int\\);.*static void \\* new \\(unsigned long\\);.*static void delete \\(void ?\\*\\);.*int value \\((void|)\\);.*\\}\r\n$gdb_prompt $" { pass "ptype T5<int> -- new with unsigned long" }
61 pass "ptype T5<int> (obsolescent gcc or gdb)"
77 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;\r\n${ws}T5\\(int\\);${ws}T5\\(T5<int> const ?&\\);${ws}~T5\\((void|)\\);${ws}static void \\* operator new\\(unsigned( int| long)?\\);${ws}static void operator delete\\(void ?\\*\\);${ws}int value\\((void|)\\);${ws}\\}\r\n$gdb_prompt $" { pass "ptype T5<int> -- with several fixes from 4.17" }
78 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;\r\n${ws}T5 \\(int\\);${ws}T5 \\(const class T5<int> &\\);${ws}void ~T5 \\(int\\);${ws}static void \\* new \\(unsigned int\\);${ws}static void delete \\(void ?\\*\\);${ws}int value \\((void|)\\);${ws}\\}\r\n$gdb_prompt $" { pass "ptype t5i<int> -- new with unsigned int" }
79 -re "type = class T5<int> \\{${ws}public:${ws}static int X;${ws}int x;${ws}int val;\r\n${ws}T5 \\(int\\);${ws}T5 \\(const class T5<int> &\\);${ws}void ~T5 \\(int\\);${ws}static void \\* new \\(unsigned long\\);${ws}static void delete \\(void ?\\*\\);${ws}int value \\((void|)\\);${ws}\\}\r\n$gdb_prompt $" { pass "ptype t5i<int> -- new with unsigned long" }
81 pass "ptype t5i"
84 pass "ptyp
[all...]
H A Dref-types.exp93 pass "print value of s"
102 -re "type = short.*$gdb_prompt $" { pass "ptype s" }
111 pass "print value of ps"
120 -re "type = short \*.*$gdb_prompt $" { pass "ptype ps" }
128 pass "print value of as\[0\]"
137 -re "type = short \\\[4\\\].*$gdb_prompt $" { pass "ptype as" }
138 -re "type = short int \\\[4\\\].*$gdb_prompt $" { pass "ptype as" }
146 pass "print value of as\[1\]"
155 pass "print value of as\[2\]"
164 pass "prin
[all...]
H A Dlocal.exp105 pass "$name"
110 pass "$name"
115 pass "$name"
142 pass "$name"
147 pass "$name"
152 pass "$name"
185 pass "Local out of scope"
244 -re "type = class InnerLocal \{\[\r\n\t \]*public:\[\r\n\t \]*char ilc;\[\r\n\t \]*int \\* *ip;\[\r\n\t \]*(InnerLocal::|)NestedInnerLocal nest1;\[\r\n\t \]*int il_foo\\((unsigned char const|const unsigned char) *&\\);\[\r\n\t \]*\}.*$gdb_prompt $" { pass "ptype InnerLocal (pattern 1)" }
245 -re "type = class InnerLocal \{\[\r\n\t \]*public:\[\r\n\t \]*char ilc;\[\r\n\t \]*int \\* *ip;\[\r\n\t \]*(InnerLocal::|)NestedInnerLocal nest1;\[\r\n\t \]*InnerLocal *& operator *=\\((main${sep}::|)InnerLocal const *&\\);\[\r\n\t \]*InnerLocal\\((main${sep}::|)InnerLocal const *&\\);\[\r\n\t \]*InnerLocal\\((void|)\\);\[\r\n\t \]*int il_foo\\(unsigned char const *&\\);\[\r\n\t \]*\}.*$gdb_prompt $" { pass "ptype InnerLocal (pattern 2)" }
246 -re "type = class InnerLocal \{\r\n\[\t \]*public:\r\n\[\t \]*char ilc;\r\n\[\t \]*int \\*ip;\r\n\[\t \]*InnerLocal::NestedInnerLocal nest1;\r\n\r\n\[\t \]*.int il_foo\\(unsigned char const &\\);\r\n\[\t \]*\}\[\t \]*\\(Local at.*local\\.cc:36\\).*$gdb_prompt $" { pass "ptyp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/
H A Dsession.h70 #define session_auth(user, pass, tty, msg) \
71 session_start(SESS_AUTH, user, pass, tty, msg)
73 #define session_check(user, pass, tty, msg) \
74 session_start(SESS_ACCT, user, pass, tty, msg)
76 #define session_full(user, pass, tty, msg) \
77 session_start(SESS_ALL, user, pass, tty, msg)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/
H A Dsession.h70 #define session_auth(user, pass, tty, msg) \
71 session_start(SESS_AUTH, user, pass, tty, msg)
73 #define session_check(user, pass, tty, msg) \
74 session_start(SESS_ACCT, user, pass, tty, msg)
76 #define session_full(user, pass, tty, msg) \
77 session_start(SESS_ALL, user, pass, tty, msg)

Completed in 125 milliseconds

1234567891011>>