Searched refs:failure (Results 26 - 50 of 325) sorted by relevance

1234567891011>>

/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dexport_sec_context.c89 goto failure;
97 goto failure;
103 goto failure;
110 goto failure;
116 goto failure;
121 goto failure;
127 goto failure;
134 goto failure;
141 goto failure;
147 goto failure;
[all...]
H A Dadd_cred.c72 if (cred == NULL) { /* XXX standard conformance failure */
132 goto failure;
140 goto failure;
153 goto failure;
161 goto failure;
168 goto failure;
175 goto failure;
181 goto failure;
189 goto failure;
200 goto failure;
[all...]
/macosx-10.10.1/libarchive-30/libarchive/libarchive/test/
H A Dtest_write_disk_perms.c64 failure("Couldn't create a file for gid testing.");
167 failure("file_overwrite_0144: st.st_mode=%o", st.st_mode);
190 failure("dir_overwrite_0744: st.st_mode=%o", st.st_mode);
201 failure("dir_overwrite_0744: st.st_mode=%o", st.st_mode);
241 * Because we didn't ask for owner, the failure to
242 * restore SUID shouldn't return a failure.
246 failure("Opportunistic SUID failure shouldn't return error.");
258 failure("Non-opportunistic SUID failure shoul
[all...]
H A Dtest_archive_api_feature.c39 failure("Version string is: %s, computed is: %s",
44 failure("Version string is: %s", archive_version_string());
47 failure("Version string is: %s", archive_version_string());
H A Dtest_write_format_cpio_empty.c71 failure("Empty cpio archive should be exactly 87 bytes, was %d.", used);
73 failure("Empty cpio archive is incorrectly formatted.");
H A Dtest_read_format_gtar_sparse.c191 failure("Can't open %s", name);
201 failure("Name mismatch in archive %s", name);
215 failure("%s: pad at offset %d "
233 failure("%s: Unexpected trailing data",
244 failure("%s: should be end of entry", name);
246 failure("%s: Size returned at EOF must be zero", name);
252 failure("%s: Offset of final empty chunk must be same as file size", name);
H A Dtest_pax_filename_encoding.c69 failure("Invalid UTF8 in a pax archive pathname should cause a warning");
76 failure("A pathname with hdrcharset=BINARY can have invalid UTF8\n"
131 failure("This should generate a warning for nonconvertible names.");
142 failure("This should generate a warning for nonconvertible names.");
150 failure("This should generate a warning for nonconvertible names.");
291 failure("A non-convertible pathname should cause a warning.");
294 failure("If native locale can't convert, we should get UTF-8 back.");
297 failure("A non-convertible gname should cause a warning.");
300 failure("If native locale can't convert, we should get UTF-8 back.");
303 failure("
[all...]
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dtool_cb_wrt.c48 * point returning a value different from sz*nmemb indicates failure.
50 const size_t failure = (sz * nmemb) ? 0 : 1; local
53 return failure;
59 return failure;
65 return failure;
94 return failure;
104 return failure;
114 return failure;
123 return failure;
147 return failure;
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/test/
H A Dstrip_rw.c78 goto failure;
85 goto failure;
94 goto failure;
101 goto failure;
120 goto failure;
127 goto failure;
137 goto failure;
144 goto failure;
150 failure:
H A Dstrip.c135 goto failure;
139 goto failure;
143 goto failure;
147 goto failure;
151 goto failure;
155 goto failure;
159 goto failure;
164 goto failure;
170 failure:
202 goto failure;
[all...]
/macosx-10.10.1/libarchive-30/libarchive/tar/test/
H A Dtest_stdio.c66 failure("'cv' writes filenames to stderr, nothing to stdout (SUSv2)\n"
74 failure("cvf - should write archive to stdout");
76 failure("cvf - should write file list to stderr (SUSv2)");
83 failure("'t' mode should write results to stdout");
90 failure("'tv' mode should write results to stdout");
H A Dtest_basic.c39 failure("Error invoking %s cf -", testprog, pack_options);
51 failure("Error invoking %s xf archive %s", testprog, unpack_options);
64 failure("%s", target);
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dmiscdtfm.h30 UBool failure(UErrorCode status, const char* msg);
H A Dpptest.h31 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
H A Dmsfmrgts.cpp58 MessageFormatRegressionTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) function in class:MessageFormatRegressionTest
90 failure(status, "couldn't create MessageFormat");
95 failure(status, "messageFormat->applyPattern");
104 if( tempBuffer != "Message with param:BUG" || failure(status, "messageFormat->format"))
110 failure(status, "messageFormatter->applyPattern");
123 if( tempBuffer != "Message without param" || failure(status, "messageFormat->format"))
129 if (tempBuffer != "Message without param" || failure(status, "messageFormat->format"))
159 failure(status, "new MessageFormat");
183 failure(status, "new MessageFormat");
190 failure(statu
[all...]
/macosx-10.10.1/libarchive-30/libarchive/cpio/test/
H A Dtest_option_J_upper.c48 failure("-J option is broken");
H A Dtest_option_Z_upper.c48 failure("-Z option is broken");
H A Dtest_option_lzma.c48 failure("--lzma option is broken");
H A Dtest_option_y.c48 failure("-y option is broken");
H A Dtest_option_z.c48 failure("-z option is broken");
H A Dtest_passthrough_dotdot.c63 failure("Error invoking %s -pd ..", testprog);
H A Dtest_passthrough_reverse.c67 failure("Error invoking %s -pd out", testprog);
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Drd_safe.c116 goto failure;
121 goto failure;
127 goto failure;
139 goto failure;
151 goto failure;
165 goto failure;
182 goto failure;
189 goto failure;
197 goto failure;
212 failure
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_codesigning/
H A Drequirement.cpp60 void Requirement::validate(const Requirement::Context &ctx, OSStatus failure /* = errSecCSReqFailed */) const
62 if (!this->validates(ctx, failure))
63 MacOSError::throwMe(failure);
66 bool Requirement::validates(const Requirement::Context &ctx, OSStatus failure /* = errSecCSReqFailed */) const
75 CODESIGN_EVAL_REQINT_END(this, failure);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/lib/
H A Drequirement.cpp60 void Requirement::validate(const Requirement::Context &ctx, OSStatus failure /* = errSecCSReqFailed */) const
62 if (!this->validates(ctx, failure))
63 MacOSError::throwMe(failure);
66 bool Requirement::validates(const Requirement::Context &ctx, OSStatus failure /* = errSecCSReqFailed */) const
75 CODESIGN_EVAL_REQINT_END(this, failure);

Completed in 317 milliseconds

1234567891011>>