| /src/lib/libtelnet/ |
| sra.c | 62 char *user, *pass, *xuser, *xpass; variable 129 xpass = malloc(XSMALL_LEN); 133 if (user == NULL || xuser == NULL || pass == NULL || xpass == 213 memcpy(xpass, data, cnt); 214 xpass[cnt] = '\0'; 215 pk_decode(xpass, pass, &ck); 334 pk_encode(pass, xpass, &ck); 338 if (!Data(ap, SRA_PASS, (void *)xpass, strlen(xpass))) {
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-dejagnu.h | 85 xpass (const char* fmt, ...) function 242 void xpass (std::string s) function in class:TestState 250 void xpass (const char *c) function in class:TestState 253 xpass (s);
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-dejagnu.h | 85 xpass (const char* fmt, ...) function 242 void xpass (std::string s) function in class:TestState 250 void xpass (const char *c) function in class:TestState 253 xpass (s);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| check-test-names.exp | 180 foreach nm {pass fail xfail kfail xpass kpass unresolved untested \
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| check-test-names.exp | 180 foreach nm {pass fail xfail kfail xpass kpass unresolved untested \
|
| /src/external/gpl3/gcc/dist/contrib/regression/ |
| btest-gcc.sh | 32 # --handle-xpass-as-fail: 33 # Count XPASS as a FAIL (default ignored). 39 --handle-xpass-as-fail) 212 awk '/^(FAIL|XPASS): / { print "'$L'",$2; }' $LOG || exit 1
|
| /src/external/bsd/kyua-cli/dist/bootstrap/ |
| testsuite | 1028 # | | + xpass - created if group xpassed 1571 at_res=xpass 1624 if $at_debug_p || test $at_res = xpass; then 1626 if test $at_res = xpass && $at_errexit; then 1794 at_xpass_list=`for f in ?/xpass ??/xpass ???/xpass ????/xpass; do 1795 echo $f; done | sed '/?/d; s,/xpass,,'`
|