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

12

/macosx-10.9.5/CPANInternal-140/JSON-2.53/t/
H A De14_decode_prefix.t24 eval { $json->decode( "\n" ) }; ok( $@ =~ /malformed JSON/ );
27 eval { $json->decode_prefix( "\n" ) }; ok( $@ =~ /malformed JSON/ );
H A D19_incr.t178 like( $e, qr/malformed/, "malformed json string error" );
/macosx-10.9.5/CF-855.17/
H A DCFXMLInputStream.c518 CFAssert(stream->mark == NULL, __kCFLogAssertion, "CF internal error: parser input stream malformed");
523 CFAssert(stream->mark != NULL, __kCFLogAssertion, "CF internal error: parser input stream malformed");
530 CFAssert(stream->mark, __kCFLogAssertion, "CF internal error: malformed XML input stream");
563 CFAssert(stream->mark != NULL || stream->charBuffer == NULL, __kCFLogAssertion, "CF internal error: malformed XML input stream");
/macosx-10.9.5/bind9-45.100/bind9/contrib/sdb/tcl/
H A Dtcldb.c138 goto malformed;
151 goto malformed;
163 malformed:
167 "malformed return value from tcl lookup function: %s",
/macosx-10.9.5/Libc-997.90.3/locale/FreeBSD/
H A Dutf8.c172 if (ch < 0xc2) goto malformed;
191 if (ch > 0xf4) goto malformed;
206 malformed:
229 (unsigned char)*s > sb.upperbound) goto malformed;
231 } else if ((*s & 0xc0) != 0x80) goto malformed;
/macosx-10.9.5/patch_cmds-17/patch/
H A Dpch.c444 malformed(void) function
446 fatal("malformed patch at line %ld: %s", p_input_line, buf);
571 malformed();
581 malformed();
640 malformed();
648 malformed();
741 malformed();
824 malformed();
826 malformed();
848 malformed();
[all...]
/macosx-10.9.5/CPANInternal-140/Bencode/lib/
H A DBencode.pm33 croak _msg 'malformed string length at %s';
50 or croak _msg 'malformed integer data at %s';
171 Croaks on malformed data.
181 You may also get this error if a malformed item follows.
185 Your data is malformed.
195 =item C<malformed string length at %s>
199 =item C<malformed integer data at %s>
/macosx-10.9.5/CPANInternal-140/Bencode-1.4/lib/
H A DBencode.pm37 croak _msg 'malformed string length at %s';
56 or croak _msg 'malformed integer data at %s';
187 Croaks on malformed data.
197 You may also get this error if a malformed item follows.
201 Your data is malformed.
211 =item C<malformed string length at %s>
215 =item C<malformed integer data at %s>
/macosx-10.9.5/CPANInternal-140/JSON-XS/t/
H A D19_incr.t87 like ($e, qr/malformed/, "malformed json string error");
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/t/
H A D19_incr.t87 like ($e, qr/malformed/, "malformed json string error");
/macosx-10.9.5/apache-786.1/httpd/server/
H A Dutil_script.c53 #define MALFORMED_MESSAGE "malformed header from script. Bad header="
532 char malformed[(sizeof MALFORMED_MESSAGE) + 1 local
535 strcpy(malformed, MALFORMED_MESSAGE);
536 strncat(malformed, w, MALFORMED_HEADER_LENGTH_TO_SHOW);
546 "%s: %s", malformed,
/macosx-10.9.5/gpatch-3/patch/
H A Dpch.c81 static void malformed (void) __attribute__ ((noreturn));
789 malformed (void) function
792 fatal ("malformed patch at line %s: %s",
1015 malformed ();
1142 malformed ();
1265 malformed ();
1273 malformed ();
1336 malformed ();
1352 malformed ();
1373 malformed ();
[all...]
/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dmdns_module.c1119 int malformed = 0; local
1156 malformed = 1;
1161 if (!name) malformed = 1;
1167 if (!name) malformed = 1;
1179 malformed = 1;
1187 malformed = 1;
1201 malformed = _mdns_debug;
1204 if (malformed && _mdns_debug) {
1205 printf(";; [%s %hu %hu]: malformed reply\n", fullname, rrtype, rrclass);
1217 if (_mdns_debug) printf(";; [%s %hu %hu]: malformed repl
[all...]
/macosx-10.9.5/CPANInternal-140/JSON/t/
H A D19_incr.t178 like( $e, qr/malformed/, "malformed json string error" );
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Ddelete.test207 } {1 {unknown namespace "::xyzzy"} 1 {malformed command "namespace inscope :: xxx yyy": should be "namespace inscope namesp command"} 1 {object "namespace inscope :: xyzzy" not found}}
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/internal/
H A Dtestucs.c38 struct testval malformed[] = [ variable in typeref:struct:testval
/macosx-10.9.5/apr-30/apr/apr/test/internal/
H A Dtestucs.c38 struct testval malformed[] = [ variable in typeref:struct:testval
/macosx-10.9.5/ruby-104/ruby/test/openssl/
H A Dtest_x509name.rb267 assert_match(/^malformed RDN: .*=>#{Regexp.escape(msg)}/, ex.message)
/macosx-10.9.5/IOKitUser-907.100.13/graphics.subproj/
H A DIODisplayLib.c2461 Boolean malformed = false; local
2471 malformed = (offset > (sizeof(ext->data) - sizeof(EDIDDetailedTimingDesc)));
2472 if (malformed)
2479 if (malformed)
2491 malformed = (offset > (sizeof(ext->data) - sizeof(VTBCVTTimingDesc)));
2492 if (malformed)
2535 malformed = (offset > (sizeof(ext->data) - sizeof(UInt16)));
2536 if (malformed)
/macosx-10.9.5/mDNSResponder-522.92.1/mDNSMacOSX/
H A Dhelper.c720 Boolean malformed = FALSE; local
733 malformed = TRUE;
734 for (i = 0; !malformed && i < (int)attributeInfo.count; ++i)
736 malformed = TRUE;
737 if (malformed)
740 "malformed result from SecKeychainItemCopyAttributesAndData - skipping");
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/yaml/
H A Dyaml.tcl98 MALFORMED_MERGE_KEY {malformed merge-key "<<" using.}
/macosx-10.9.5/CPANInternal-140/File-VirtualPath/lib/File/
H A DVirtualPath.pm225 that this would only happen if we are passed a malformed argument. This
/macosx-10.9.5/CPANInternal-140/File-VirtualPath-1.011/lib/File/
H A DVirtualPath.pm225 that this would only happen if we are passed a malformed argument. This
/macosx-10.9.5/tcl-102/tcl_ext/tclxml/tclxml/library/
H A Dsgmlparser.tcl1152 return -code error "malformed character entity \"$ref\""
1162 return -code error "malformed character entity \"$ref\""
1527 uplevel #0 $options(-errorcommand) [list illegaldeclaration "malformed element declaration around line $state(line)"]
1542 uplevel #0 $options(-errorcommand) [list illegaldeclaration "malformed attribute list declaration around line $state(line)"]
1563 uplevel #0 $options(-errorcommand) [list illegaldeclaration "malformed entity declaration around line $state(line)"]
1576 uplevel #0 $options(-errorcommand) [list illegaldeclaration "malformed entity declaration around line $state(line)"]
1585 uplevel #0 $options(-errorcommand) [list illegaldeclaration "malformed entity declaration around line $state(line)"]
/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_compile.c309 "malformed number or name after (?(\0"
333 "malformed \\P or \\p sequence\0"

Completed in 228 milliseconds

12