Searched refs:malformed (Results 1 - 25 of 34) sorted by relevance

12

/netbsd-current/tests/usr.bin/xlint/lint2/
H A Dmsg_013.exp1 my_printf: malformed format string local.c(12)
2 my_printf: malformed format string local.c(13)
/netbsd-current/crypto/external/bsd/openssl/dist/test/recipes/
H A D25-test_pkcs7.t31 my $malformed = data_file('malformed.pkcs7');
32 ok(run(app(["openssl", "pkcs7", "-in", $malformed])));
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dadvance.exp36 # Verify that a malformed "advance" is gracefully caught.
38 gdb_test "advance [gdb_get_line_number "advance malformed"] then stop" \
39 "malformed linespec error: unexpected string, \"then stop\"" \
40 "malformed advance"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dadvance.exp35 # Verify that a malformed "advance" is gracefully caught.
37 gdb_test "advance [gdb_get_line_number "advance malformed"] then stop" \
38 "malformed linespec error: unexpected string, \"then stop\"" \
39 "malformed advance"
/netbsd-current/usr.bin/make/unit-tests/
H A Dopt-jobs-internal.exp1 make: internal error -- J option malformed (garbage)
H A Dcond-op.mk46 # This condition is malformed because the '!' on the right-hand side must not
62 # In the following malformed conditions, as soon as the parser sees the '$'
63 # after the '0' or the '1', it knows that the condition will be malformed.
116 # This condition is obviously malformed. It is properly detected and also
126 # This obviously malformed condition was not detected as such before cond.c
135 # This obviously malformed condition was not detected as such before cond.c
144 # This condition is obviously malformed. It is properly detected and also
H A Ddeptgt.mk42 # Just to show that a malformed expression is only expanded once in
H A Dcond-token-plain.mk13 # Using a '#' in a string literal in a condition leads to a malformed
17 # XXX: The error message is missing for this malformed condition.
41 # XXX: Missing error message for the malformed condition. The right-hand
H A Ddep-var.mk66 # Cover the code in SuffExpandChildren that deals with malformed
H A Dvarmod.mk114 # malformed, and this error should be propagated up to Cond_EvalLine.
H A Dvarmod-ifelse.mk66 # malformed conditional "1 == == 2", which is reported as "Bad conditional
93 # condition should be detected as being malformed before any comparison is
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp70 return make_error<CoverageMapError>(coveragemap_error::malformed);
79 return make_error<CoverageMapError>(coveragemap_error::malformed);
88 return make_error<CoverageMapError>(coveragemap_error::malformed);
106 return make_error<CoverageMapError>(coveragemap_error::malformed);
203 return make_error<CoverageMapError>(coveragemap_error::malformed);
209 return make_error<CoverageMapError>(coveragemap_error::malformed);
270 return make_error<CoverageMapError>(coveragemap_error::malformed);
289 return make_error<CoverageMapError>(coveragemap_error::malformed);
302 return make_error<CoverageMapError>(coveragemap_error::malformed);
343 return make_error<CoverageMapError>(coveragemap_error::malformed);
[all...]
H A DCoverageMapping.cpp236 return make_error<CoverageMapError>(coveragemap_error::malformed);
870 case coveragemap_error::malformed:
/netbsd-current/external/gpl3/gcc/dist/libcody/
H A Dbuffer.cc258 goto malformed;
264 goto malformed;
281 malformed:;
296 goto malformed;
336 goto malformed;
344 goto malformed;
352 goto malformed;
/netbsd-current/usr.bin/patch/
H A Dpch.c452 malformed(void) function
454 fatal("malformed patch at line %ld: %s", p_input_line, buf);
464 malformed();
600 malformed();
608 malformed();
611 malformed();
620 malformed();
672 malformed();
678 malformed();
682 malformed();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfReader.cpp191 return error(instrprof_error::malformed);
207 return error(instrprof_error::malformed);
213 return error(instrprof_error::malformed);
271 return error(instrprof_error::malformed);
278 return error(instrprof_error::malformed);
280 return error(instrprof_error::malformed);
290 return error(instrprof_error::malformed);
335 return make_error<InstrProfError>(instrprof_error::malformed);
338 return make_error<InstrProfError>(instrprof_error::malformed);
425 return error(instrprof_error::malformed);
[all...]
H A DSampleProfReader.cpp262 return sampleprof_error::malformed;
290 return sampleprof_error::malformed;
296 return sampleprof_error::malformed;
376 EC = sampleprof_error::malformed;
847 return sampleprof_error::malformed;
1315 std::error_code EC = sampleprof_error::malformed;
1354 return sampleprof_error::malformed;
1483 return sampleprof_error::malformed;
1650 return sampleprof_error::malformed;
H A DSampleProf.cpp69 case sampleprof_error::malformed:
315 return sampleprof_error::malformed;
H A DInstrProf.cpp97 case instrprof_error::malformed:
880 return make_error<InstrProfError>(instrprof_error::malformed);
883 return make_error<InstrProfError>(instrprof_error::malformed);
888 return make_error<InstrProfError>(instrprof_error::malformed);
891 return make_error<InstrProfError>(instrprof_error::malformed);
/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Drefclock_nmea.c264 u_int malformed; /* Bad checksum, invalid date or time */ member in struct:__anon11::__anon12
770 up->tally.malformed++;
888 up->tally.malformed++;
893 up->tally.malformed++;
1157 up->tally.rejected, up->tally.malformed,
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h292 malformed, member in class:llvm::instrprof_error
477 return make_error<InstrProfError>(instrprof_error::malformed);
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h57 malformed, member in class:llvm::coverage::coveragemap_error
850 return make_error<CoverageMapError>(coveragemap_error::malformed);
/netbsd-current/external/bsd/nsd/dist/doc/
H A Ddifferences.tex389 also NXDOMAIN to NOTIFY queries). All these queries are malformed in
402 NSD manages to answer the malformed query. Note that NSD does not answer
559 For queries that are bad packets, with malformed RRs, with an unknown opcode,
774 BIND8 manages to reply for malformed queries. NSD replies with FORMERR.
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-offload.c652 goto malformed;
664 goto malformed;
671 malformed:
673 "%<-fopenacc-dim%> operand is malformed at %qs", pos);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-offload.cc878 goto malformed;
890 goto malformed;
897 malformed:
899 "%<-fopenacc-dim%> operand is malformed at %qs", pos);

Completed in 277 milliseconds

12