/freebsd/bin/sh/tests/expansion/ |
H A D | trim7.0 | 3 [ "${##1}" = 3 ] || echo '${##1} wrong' 4 [ "${###1}" = 3 ] || echo '${###1} wrong' 5 [ "${###}" = 13 ] || echo '${###} wrong' 6 [ "${#%3}" = 1 ] || echo '${#%3} wrong' 7 [ "${#%%3}" = 1 ] || echo '${#%%3} wrong' 8 [ "${#%%}" = 13 ] || echo '${#%%} wrong' 10 [ "${##0}" = "" ] || echo '${##0} wrong' 11 [ "${###0}" = "" ] || echo '${###0} wrong' 12 [ "${###}" = 0 ] || echo '${###} wrong' 13 [ "${#%0}" = "" ] || echo '${#%0} wrong' [all …]
|
H A D | length3.0 | 3 [ "$#" = 13 ] || echo '$# wrong' 4 [ "${#}" = 13 ] || echo '${#} wrong' 5 [ "${##}" = 2 ] || echo '${##} wrong' 7 [ "$#" = 0 ] || echo '$# wrong' 8 [ "${#}" = 0 ] || echo '${#} wrong' 9 [ "${##}" = 1 ] || echo '${##} wrong'
|
H A D | length1.0 | 3 [ "${#v}" = 4 ] || echo '${#v} wrong' 5 [ "${#$}" = "${#v}" ] || echo '${#$} wrong' 6 [ "${#!}" = 0 ] || echo '${#!} wrong' 8 [ "${#1}" = 2 ] || echo '${#1} wrong' 9 [ "${#13}" = 4 ] || echo '${#13} wrong' 11 [ "${#0}" = "${#v}" ] || echo '${#0} wrong'
|
H A D | plus-minus8.0 | 3 [ "${#+hi}" = hi ] || echo '${#+hi} wrong' 4 [ "${#-hi}" = 13 ] || echo '${#-hi} wrong'
|
H A D | length4.0 | 8 [ "${#?}" = 1 ] || echo '${#?} wrong' 10 [ "${#?}" = 2 ] || echo '${#?} wrong'
|
H A D | length2.0 | 3 [ "${#-}" = "${#v}" ] || echo '${#-} wrong'
|
/freebsd/usr.bin/m4/TEST/ |
H A D | math.m4 | 123 ifelse(expr(!0*-2),-2,,`precedence wrong, ! * 125 ifelse(expr(~8/~2),3,,`precedence wrong ~ / 127 ifelse(expr(~-20%7),5,,`precedence wrong ~ % 129 ifelse(expr(3*2+100),106,,`precedence wrong * + 131 ifelse(expr(3+2*100),203,,`precedence wrong + * 133 ifelse(expr(2%5-6/3),0,,`precedence wrong % - 135 ifelse(expr(2/5-5%3),-2,,`precedence wrong / - 137 ifelse(expr(2+5%5+1),3,,`precedence wrong % + 139 ifelse(expr(7+9<<1),32,,`precedence wrong + << 141 ifelse(expr(35-3>>2),8,,`precedence wrong - >> [all …]
|
/freebsd/bin/sh/tests/builtins/ |
H A D | case5.0 | 19 echo wrong at $LINENO 25 *) echo wrong at $LINENO ;; 30 *) echo wrong at $LINENO ;; 35 *) echo wrong at $LINENO ;; 40 *) echo wrong at $LINENO ;; 45 *) echo wrong at $LINENO ;; 50 *) echo wrong at $LINENO ;; 55 *) echo wrong at $LINENO ;;
|
H A D | case6.0 | 19 echo wrong at $LINENO 25 *) echo wrong at $LINENO ;; 30 *) echo wrong at $LINENO ;; 35 *) echo wrong at $LINENO ;; 40 *) echo wrong at $LINENO ;; 45 *) echo wrong at $LINENO ;; 50 *) echo wrong at $LINENO ;;
|
H A D | case7.0 | 17 *) echo wrong at $LINENO ;; 22 *) echo wrong at $LINENO ;;
|
H A D | printf3.0 | 3 v=$(! printf "%d" @wrong 2>/dev/null)
|
H A D | printf4.0 | 3 v=$(! printf "%d" 4wrong 2>/dev/null)
|
/freebsd/crypto/openssl/test/recipes/80-test_cmp_http_data/ |
H A D | test_credentials.csv | 3 1,valid secret - wrong cert/key ignored, -section,, -ref,_PBM_REF, -secret,_PBM_SECRET, -cert,root.… 5 0,wrong secret without ref, -section,,BLANK,, -secret,pass:wrong,BLANK,,BLANK,,BLANK,,BLANK,,BLANK,… 6 0,wrong secret - correct cert, -section,,BLANK,, -secret,pass:wrong, -cert,signer.crt, -key,signer.… 10 1,wrong ref but correct cert, -section,, -ref,wrong,BLANK,, -cert,signer.crt, -key,signer.p12, -key… 18 0,keypass prefix wrong, -section,,BLANK,,BLANK,, -cert,signer.crt, -key,signer.p12, -keypass,:12345… 19 0,wrong keypass, -section,,BLANK,,BLANK,, -cert,signer.crt, -key,signer.p12, -keypass,pass:123456,B… 24 0,wrong cert, -section,,BLANK,,BLANK,, -cert,trusted.crt, -key,signer.p12, -keypass,pass:12345,BLAN…
|
H A D | test_verification.csv | 8 0,wrong syntax in recipient name: trailing double '/' after value, -section,, -recipient,_CA_DN//,B… 9 0,wrong syntax in recipient name: missing '=', -section,, -recipient,/CDE,BLANK,,BLANK,, -trusted,t… 10 0,wrong syntax in recipient name: C too long, -section,, -recipient,/CN=ECC Issuing CA v10/OU=For t… 14 0,wrong expected sender, -section,, -recipient,_CA_DN, -expect_sender,/CN=Sample Cert/OU=R&D/O=Comp… 26 0,wrong srvcert, -section,, -recipient,"""",BLANK,, -srvcert,signer.crt, -trusted,"""",BLANK,,BLANK… 32 0,wrong trusted cert, -section,, -recipient,_CA_DN,BLANK,,BLANK,, -trusted,signer.crt,BLANK,,BLANK,…
|
H A D | test_connection.csv | 8 0,wrong server, -section,, -server,xn--rksmrgs-5wao1o.example.com:_SERVER_PORT,,,,,BLANK,,,, -msg_t… 9 0,wrong server port, -section,, -server,_SERVER_HOST:99,,,,,BLANK,,,, -msg_timeout,1,BLANK,,BLANK, 17 0,server with wrong port, -section,, -server,_SERVER_HOST:999,,,,,BLANK,,,,-msg_timeout,1,BLANK,,BL… 29 0,path wrong, -section,,,,,,,,BLANK,, -path,/publicweb/cmp/example,BLANK,,BLANK,,BLANK,
|
/freebsd/contrib/byacc/test/btyacc/ |
H A D | err_inherit4.error | 4 YACC: w - line 77 of "./err_inherit4.y", wrong number of default arguments for namelist 7 YACC: w - line 77 of "./err_inherit4.y", wrong type for default argument 2 to namelist 10 YACC: w - line 77 of "./err_inherit4.y", wrong type for default argument 1 to namelist
|
/freebsd/crypto/openssl/test/ |
H A D | cmp_vfy_test.c | 151 static int test_validate_msg_mac_alg_protection(int miss, int wrong) in test_validate_msg_mac_alg_protection() argument 155 fixture->expected = !miss && !wrong; in test_validate_msg_mac_alg_protection() 158 wrong ? 4 : sizeof(sec_1))) in test_validate_msg_mac_alg_protection() 250 static int test_validate_msg_signature_srvcert(int bad_sig, int miss, int wrong) in test_validate_msg_signature_srvcert() argument 254 fixture->expected = !bad_sig && !wrong && !miss; in test_validate_msg_signature_srvcert() 259 wrong? clcert : srvcert)) in test_validate_msg_signature_srvcert() 384 static void setup_path(CMP_VFY_TEST_FIXTURE **fixture, X509 *wrong, int expired) in setup_path() argument 387 (*fixture)->expected = wrong == NULL && !expired; in setup_path() 393 if (!add_trusted((*fixture)->cmp_ctx, wrong == NULL ? root : wrong) in setup_path()
|
/freebsd/crypto/openssl/crypto/err/ |
H A D | openssl.txt | 15 ASN1_R_BMPSTRING_IS_WRONG_LENGTH:214:bmpstring is wrong length 17 ASN1_R_BOOLEAN_IS_WRONG_LENGTH:106:boolean is wrong length 21 ASN1_R_DATA_IS_WRONG:109:data is wrong 78 ASN1_R_MSTRING_WRONG_TAG:140:mstring wrong tag 89 ASN1_R_NULL_IS_WRONG_LENGTH:144:null is wrong length 110 ASN1_R_UNIVERSALSTRING_IS_WRONG_LENGTH:215:universalstring is wrong length 122 ASN1_R_WRONG_INTEGER_TYPE:225:wrong integer type 123 ASN1_R_WRONG_PUBLIC_KEY_TYPE:200:wrong public key type 124 ASN1_R_WRONG_TAG:168:wrong tag 276 CMP_R_WRONG_ALGORITHM_OID:138:wrong algorithm oid [all …]
|
/freebsd/contrib/netbsd-tests/usr.bin/grep/ |
H A D | d_context_a.in | 8 You'll never go wrong with a pig, a pig, 9 You'll never go wrong with a pig!
|
H A D | d_context_d.out | 7 d_context_a.in:You'll never go wrong with a pig, a pig, 8 d_context_a.in:You'll never go wrong with a pig!
|
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_rsa.txt | 110 # MD5/SHA-1 combination, wrong signature digest length 122 # MD5/SHA-1 combination, wrong input digest length 129 # MD5/SHA-1 combination, wrong input and signature digest length 170 # Legacy OCTET STRING MDC-2 signature, wrong input digest length 178 # Legacy OCTET STRING MDC-2 signature, wrong signature digest length 193 # Legacy OCTET STRING MDC-2 signature, wrong input and signature digest length
|
/freebsd/lib/libc/nls/ |
H A D | C.msg | 88 41 Protocol wrong type for socket 152 73 RPC version wrong 156 75 Program version wrong
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/ |
H A D | tst.retlist.ksh | 46 echo wrong number of matched probes: $match
|
/freebsd/contrib/bzip2/ |
H A D | words2 | 3 report any differences, something is wrong. If you can't easily
|
/freebsd/sys/contrib/device-tree/src/arm/marvell/ |
H A D | dove-cubox-es.dts | 10 /* sdio0 card detect is connected to wrong pin on CuBox ES */
|