Home
last modified time | relevance | path

Searched full:wrong (Results 1 – 25 of 2060) sorted by relevance

12345678910>>...83

/freebsd/usr.bin/m4/TEST/
H A Dmath.m4123 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/expansion/
H A Dtrim7.03 [ "${##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 Dlength3.03 [ "$#" = 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 Dlength1.03 [ "${#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'
/freebsd/bin/sh/tests/builtins/
H A Dcase5.019 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 Dcase6.019 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 ;;
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h375 assert(isReg() && "Wrong MachineOperand accessor"); in getSubReg()
380 assert(isReg() && "Wrong MachineOperand accessor"); in isUse()
385 assert(isReg() && "Wrong MachineOperand accessor"); in isDef()
390 assert(isReg() && "Wrong MachineOperand accessor"); in isImplicit()
395 assert(isReg() && "Wrong MachineOperand accessor"); in isDead()
400 assert(isReg() && "Wrong MachineOperand accessor"); in isKill()
405 assert(isReg() && "Wrong MachineOperand accessor"); in isUndef()
441 assert(isReg() && "Wrong MachineOperand accessor"); in isInternalRead()
446 assert(isReg() && "Wrong MachineOperand accessor"); in isEarlyClobber()
451 assert(isReg() && "Wrong MachineOperan in isTied()
[all...]
/freebsd/crypto/heimdal/doc/doxyout/ntlm/man/man3/
H A Dntlm_core.389 In case of success 0 is return, an errors, a errno in what went wrong.
112 In case of success 0 is return, an errors, a errno in what went wrong.
139 In case of success 0 is return, an errors, a errno in what went wrong.
160 In case of success 0 is return, an errors, a errno in what went wrong.
189 In case of success 0 is return, an errors, a errno in what went wrong.
208 In case of success 0 is return, an errors, a errno in what went wrong.
227 In case of success 0 is return, an errors, a errno in what went wrong.
244 In case of success 0 is return, an errors, a errno in what went wrong.
261 In case of success 0 is return, an errors, a errno in what went wrong.
278 In case of success 0 is return, an errors, a errno in what went wrong.
[all …]
/freebsd/usr.bin/ident/tests/
H A Dtest.in6 $ Foo : bar $ (WRONG -- NON ALPHANUM BEFORE :)
7 $ Foo : bar $ (WRONG -- NON ALPHANUM BEFORE :)
8 $Foo: bar $ (WRONG -- NO SPACE AFTER :)
9 $Foo:bar $ (WRONG -- NO SPACE AFTER :)
10 $Foo: bar$ (WRONG -- NO SPACE BEFORE $))
12 $Bar:: baz$ (WRONG -- NO SPACE BEFORE $)
/freebsd/sys/dev/pms/RefTisa/discovery/dm/
H A Ddmport.c72 DM_DBG1(("dmCreatePort: dmRoot is NULL, wrong!!!\n")); in dmCreatePort()
78 DM_DBG1(("dmCreatePort: dmPortContext is NULL, wrong!!!\n")); in dmCreatePort()
85 DM_DBG1(("dmCreatePort: dmPortContext->dmData is not NULL, wrong, Already created!!!\n")); in dmCreatePort()
91 DM_DBG1(("dmCreatePort: dmPortInfo is NULL, wrong!!!\n")); in dmCreatePort()
99 DM_DBG1(("dmCreatePort: dmIntRoot is NULL, wrong!!!\n")); in dmCreatePort()
107 DM_DBG1(("dmCreatePort: dmAllShared is NULL, wrong!!!\n")); in dmCreatePort()
119 DM_DBG1(("dmCreatePort: onePortContext is NULL in allocation, wrong!!!\n")); in dmCreatePort()
185 DM_DBG1(("dmDestroyPort: dmRoot is NULL, wrong!!!\n")); in dmDestroyPort()
191 DM_DBG1(("dmDestroyPort: dmPortContext is NULL, wrong!!!\n")); in dmDestroyPort()
197 DM_DBG1(("dmDestroyPort: dmPortInfo is NULL, wrong!!!\n")); in dmDestroyPort()
[all …]
/freebsd/contrib/sendmail/test/
H A Dt_setreuid.c75 printf("MAYDAY! Wrong real uid\n");
81 printf("MAYDAY! Wrong effective uid\n");
102 printf("MAYDAY! Wrong effective uid\n");
107 printf("MAYDAY! Wrong real uid\n");
121 printf("MAYDAY! Wrong effective uid\n");
127 printf("MAYDAY! Wrong real uid\n");
148 printf("MAYDAY! Wrong effective uid\n");
153 printf("MAYDAY! Wrong real uid\n");
H A Dt_seteuid.c75 printf("MAYDAY! Wrong effective uid\n");
90 printf("MAYDAY! Wrong effective uid\n");
95 printf("MAYDAY! Wrong real uid\n");
109 printf("MAYDAY! Wrong effective uid\n");
124 printf("MAYDAY! Wrong effective uid\n");
129 printf("MAYDAY! Wrong real uid\n");
H A Dt_setgid.c73 printf("MAYDAY! Wrong effective gid\n");
79 printf("MAYDAY! Wrong real gid\n");
97 printf("MAYDAY! Wrong effective gid\n");
102 printf("MAYDAY! Wrong real gid\n");
H A Dt_setuid.c70 printf("MAYDAY! Wrong effective uid\n");
76 printf("MAYDAY! Wrong real uid\n");
95 printf("MAYDAY! Wrong effective uid\n");
100 printf("MAYDAY! Wrong real uid\n");
/freebsd/crypto/openssh/regress/
H A Dsshsig.sh9 rm -f $OBJ/sshsig-*.sig $OBJ/wrong-key* $OBJ/sigca-key*
14 # Make a "wrong key"
15 ${SSHKEYGEN} -q -t ed25519 -f $OBJ/wrong-key \
16 -C "wrong trousers, Grommit" -N '' \
18 WRONG=$OBJ/wrong-key.pub
104 # Wrong key trusted.
105 trace "$tid: key type $t verify with wrong key"
106 (printf "$sig_principal " ; cat $WRONG) > $OBJ/allowed_signers
110 fail "accepted signature for $t key with wrong key trusted"
113 trace "$tid: key type $t verify with wrong data"
[all …]
/freebsd/crypto/openssl/crypto/err/
H A Dopenssl.txt15 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/crypto/openssl/test/recipes/80-test_cmp_http_data/
H A Dtest_credentials.csv3 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…
/freebsd/crypto/openssl/crypto/asn1/
H A Dasn1_err.c26 "bmpstring is wrong length"},
29 "boolean is wrong length"},
35 {ERR_PACK(ERR_LIB_ASN1, 0, ASN1_R_DATA_IS_WRONG), "data is wrong"},
125 {ERR_PACK(ERR_LIB_ASN1, 0, ASN1_R_MSTRING_WRONG_TAG), "mstring wrong tag"},
143 "null is wrong length"},
176 "universalstring is wrong length"},
196 "wrong integer type"},
198 "wrong public key type"},
199 {ERR_PACK(ERR_LIB_ASN1, 0, ASN1_R_WRONG_TAG), "wrong tag"},
/freebsd/crypto/openssl/test/recipes/
H A D80-test_tsa.t134 subtest 'generating response with wrong 2nd certid for req1.req' => sub {
193 subtest 'verifying valid resp1, wrong untrusted is not used' => sub {
197 subtest 'verifying invalid resp1 with wrong 2nd certid' => sub {
205 subtest 'verifying resp2 against wrong req1 should fail' => sub {
209 subtest 'verifying resp1 against wrong req2 should fail' => sub {
213 subtest 'verifying resp1 using wrong untrusted should fail' => sub {
217 subtest 'verifying resp1 using wrong root should fail' => sub {
229 subtest 'verifying resp1 against wrong req3 should fail' => sub {
/freebsd/contrib/netbsd-tests/kernel/
H A Dh_ps_strings1.c48 static const char nargv_err[] = "Wrong argc in ps_strings"; in main()
54 static const char argv_err[] = "Wrong argv in ps_strings"; in main()
60 static const char env_err[] = "Wrong env in ps_strings"; in main()
68 static const char nenv_err[] = "Wrong nenv in ps_strings"; in main()
/freebsd/contrib/netbsd-tests/lib/libm/
H A Dt_bit.c67 atf_tc_fail("%s:%d iteration %d signbitf is wrong" in ATF_TC_BODY()
71 atf_tc_fail("%s:%d iteration %d signbit is wrong" in ATF_TC_BODY()
78 atf_tc_fail("%s:%d iteration %d signbitl is wrong" in ATF_TC_BODY()
88 "wrong about the sign of %Lf", in ATF_TC_BODY()
/freebsd/contrib/byacc/test/btyacc/
H A Derr_inherit4.error4 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/crypto/cmp/
H A Dcmp_err.c159 "wrong algorithm oid"},
160 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_WRONG_CERTID), "wrong certid"},
161 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_WRONG_CERTID_IN_RP), "wrong certid in rp"},
162 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_WRONG_PBM_VALUE), "wrong pbm value"},
164 "wrong rp component count"},
165 {ERR_PACK(ERR_LIB_CMP, 0, CMP_R_WRONG_SERIAL_IN_RP), "wrong serial in rp"},
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMRegisterBankInfo.cpp58 "Wrong mapping for GPR"); in checkPartialMappings()
61 "Wrong mapping for SPR"); in checkPartialMappings()
64 "Wrong mapping for DPR"); in checkPartialMappings()
101 "Wrong value mapping for 3 GPR ops instruction"); in checkValueMappings()
104 "Wrong value mapping for 3 GPR ops instruction"); in checkValueMappings()
107 "Wrong value mapping for 3 GPR ops instruction"); in checkValueMappings()
111 "Wrong value mapping for 3 SPR ops instruction"); in checkValueMappings()
114 "Wrong value mapping for 3 SPR ops instruction"); in checkValueMappings()
117 "Wrong value mapping for 3 SPR ops instruction"); in checkValueMappings()
121 "Wrong value mapping for 3 DPR ops instruction"); in checkValueMappings()
[all …]
/freebsd/tests/sys/netpfil/common/
H A Dpft_ping.py204 LOGGER.debug(f'Wrong IPv4 source {ip.src}, expected {src_address}')
207 LOGGER.debug(f'Wrong IPv4 destination {ip.dst}, expected {dst_address}')
210 LOGGER.debug(f'Wrong IP flags value {ip.flags}, expected {flags}')
213 LOGGER.debug(f'Wrong ToS value {ip.tos}, expected {tos}')
216 LOGGER.debug(f'Wrong TTL value {ip.ttl}, expected {ttl}')
233 LOGGER.debug(f'Wrong IPv6 source {ip6.src}, expected {src_address}')
237 LOGGER.debug(f'Wrong IPv6 destination {ip6.dst}, expected {dst_address}')
243 LOGGER.debug(f'Wrong Hop Limit value {ip6.hlim}, expected {hlim}')
246 LOGGER.debug(f'Wrong TC value {ip6.tc}, expected {tc}')
358 LOGGER.debug(f'Wrong TCP checksum {chksum}, expected {new_chksum}!')
[all …]

12345678910>>...83