Searched refs:failure (Results 76 - 100 of 325) sorted by relevance

1234567891011>>

/macosx-10.10.1/libarchive-30/libarchive/libarchive/test/
H A Dtest_write_disk.c47 failure("%s", msg);
57 failure("%s", msg);
77 failure("%s", msg);
110 failure("No atime given, so atime should get set to current time");
127 failure("%s", msg);
156 failure("%s", msg);
169 failure("st.st_mode=%o archive_entry_mode(ae)=%o",
198 failure("st.st_mode=%o archive_entry_mode(ae)=%o",
203 failure(msg);
219 failure("
[all...]
H A Dtest_read_uu.c114 failure("archive_compression_name(a)=\"%s\"",
118 failure("archive_format_name(a)=\"%s\"",
H A Dtest_write_format_tar_empty.c62 failure("Empty tar archive should be all nulls.");
89 failure("Empty tar archive should be all nulls.");
H A Dtest_read_extract.c123 failure("Error reading first entry", i);
128 failure("Error reading entry %d", i);
130 failure("Failed to extract entry %d: %s", i,
143 failure("This was 0775 in archive, and should be 0775 on disk");
153 failure("This was 0777 in archive, but umask should make it 0755");
H A Dtest_extattr_freebsd.c60 failure("Could not create test file?!");
71 failure("extattr_set_fd(): errno=%d (%s)", errno, strerror(errno));
82 failure("Could not create test file?!");
H A Dtest_compat_bzip2.c60 failure("Could not read file %d (%s) from %s", i, n[i], name);
H A Dtest_read_format_cpio_bin_gz.c48 failure("archive_read_support_compression_gzip");
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ddtfmtrtts.h76 UBool failure(UErrorCode status, const char* msg);
77 UBool failure(UErrorCode status, const char* msg, const UnicodeString& str);
H A Ddtfmrgts.cpp77 if (failure(status, "SimpleDateFormat::createDateInstance")) {
100 failure(status, "sdf->parse");
109 failure(status, "sdf->parse");
232 if (failure(status, "new SimpleDateFormat", TRUE)) {
238 failure(status, "fmt->setTwoDigitStartDate");
239 if( (fmt->get2DigitYearStart(status) != start) || failure(status, "get2DigitStartDate"))
266 failure(status, "fmt->parse");
291 if (failure(status, "new SimpleDateFormat", TRUE)) return;
299 if(failure(status, "new SimpleDateFormat")) return;
325 failure(statu
[all...]
H A Dcaltztst.h28 // Return true if the given status indicates failure. Also has the side effect
30 UBool failure(UErrorCode status, const char* msg, UBool possibleDataError=FALSE);
H A Dtzregts.h55 UBool failure(UErrorCode status, const char* msg);
H A Dnmfmtrt.cpp46 NumberFormatRoundTripTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) function in class:NumberFormatRoundTripTest
97 if (!failure(status, "NumberFormat::createInstance", TRUE)){
103 if (!failure(status, "NumberFormat::createCurrencyInstance", TRUE)){
109 if (!failure(status, "NumberFormat::createPercentInstance", TRUE)){
127 failure(status, "NumberFormat::createInstance");
132 failure(status, "NumberFormat::createCurrencyInstance");
137 failure(status, "NumberFormat::createPercentInstance");
250 failure(status, "fmt->parse");
/macosx-10.10.1/OpenSSH-189/openssh/contrib/redhat/
H A Dsshd.init33 failure $"Configuration file or keys are invalid"
50 $SSHD $OPTIONS && success || failure
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls_session.c9 /* void tls_session_stop(ctx, stream, timeout, failure, TLScontext)
13 /* int failure;
81 int failure, TLS_SESS_STATE *TLScontext)
96 * SSL_shutdown() again. On failure we don't want to resume the session,
100 if (!failure) {
80 tls_session_stop(TLS_APPL_STATE *unused_ctx, VSTREAM *stream, int timeout, int failure, TLS_SESS_STATE *TLScontext) argument
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/tags/
H A Dmaketif.c21 if (!tif) goto failure;
29 failure:
30 printf("failure in maketif\n");
65 TIFFErrorExt(tif->tif_clientdata, "WriteImage","failure in WriteScanline\n");
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-report/
H A Dintegration_test.sh127 tc, expect_helpers, fail_and_fail_requirement, expected_failure, Fail reason: The failure
128 tc, expect_helpers, fail_but_pass, failed, Test case was expecting a failure but none were raised
145 death_and_exit: Expected failure: Exit case
146 death_and_signal: Expected failure: Signal case
148 exit_any_and_exit: Expected failure: Call will exit
150 exit_code_and_exit: Expected failure: Call will exit
151 fail_and_fail_check: Expected failure: And fail again: 2 checks failed as expected; see output for more details
152 fail_and_fail_requirement: Expected failure: Fail reason: The failure
153 fail_but_pass: Failed: Test case was expecting a failure bu
[all...]
/macosx-10.10.1/Security-57031.1.35/SecurityTests/clxutils/signerAndSubjSsl/
H A DdoTest65 echo === ...verify failure with common name $COMMON_NAME when DNS name present
74 echo === ...verify failure with host name $BAD_DNS_NAME
125 echo === ...verify failure with host name $BAD_IP_ADDR
158 echo === ...verify failure with hostname $DNS_BAD_WC_NAME
191 echo === ...verify failure with hostname $DNS_BAD_WC_NAME
/macosx-10.10.1/libarchive-30/libarchive/cpio/test/
H A Dtest_format_newc.c157 failure("t=0x%08x now=0x%08x=%d", t, now, now);
159 failure("t=0x%08x now - 2=0x%08x = %d", t, now - 2, now - 2);
161 failure("newc format stores body only with last appearance of a link\n"
190 failure("First entry created at t=0x%08x this entry created at t2=0x%08x", t, t2);
225 failure("First entry created at t=0x%08x this entry created at t2=0x%08x", t, t2);
246 failure("If these aren't the same, then the hardlink detection failed to match them.");
258 failure("First entry created at t=0x%08x this entry created at t2=0x%08x", t, t2);
/macosx-10.10.1/postfix-255/postfix/src/oqmgr/
H A Dqmgr_queue.c65 /* When the cohort failure bound is reached, qmgr_queue_throttle()
78 /* Panic: consistency check failure.
124 msg_info("%s: queue %s: limit %d window %d success %g failure %g fail_cohorts %g", \
126 queue->window, queue->success, queue->failure, queue->fail_cohorts);
236 queue->success = queue->failure = 0;
266 queue->failure = 0;
276 /* qmgr_queue_throttle - handle destination delivery failure */
327 queue->failure -= feedback;
329 while (queue->failure - feedback / 2 < 0) {
332 queue->failure
[all...]
/macosx-10.10.1/postfix-255/postfix/src/qmgr/
H A Dqmgr_queue.c58 /* When the cohort failure bound is reached, qmgr_queue_throttle()
75 /* Panic: consistency check failure.
130 msg_info("%s: queue %s: limit %d window %d success %g failure %g fail_cohorts %g", \
132 queue->window, queue->success, queue->failure, queue->fail_cohorts);
253 queue->success = queue->failure = 0;
283 queue->failure = 0;
293 /* qmgr_queue_throttle - handle destination delivery failure */
344 queue->failure -= feedback;
346 while (queue->failure - feedback / 2 < 0) {
349 queue->failure
[all...]
/macosx-10.10.1/bind9-45.101/bind9/bin/named/
H A Dtkeyconf.c42 goto failure; \
98 goto failure;
124 goto failure;
132 failure:
/macosx-10.10.1/curl-83.1.2/curl/tests/libtest/
H A Dlib571.c60 size_t failure = (size * nmemb) ? 0 : 1; local
70 return failure;
78 return failure;
84 return failure;
/macosx-10.10.1/libarchive-30/libarchive/tar/test/
H A Dtest_option_s.c32 failure("Couldn't create file '%s', errno=%d (%s)\n",
/macosx-10.10.1/postfix-255/postfix/src/bounce/
H A Dbounce_templates.c11 /* BOUNCE_TEMPLATE *failure;
93 * The fail template is for permanent failure.
226 bs->failure = bounce_template_create(&def_bounce_failure_template);
237 bounce_template_free(bs->failure);
310 if (MATCH_TMPL_NAME(ts->failure->class, len, member_name))
311 bounce_template_load(ts->failure, VSTREAM_PATH(fp), value);
345 tp = ts->failure;
372 tp = ts->failure;
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dnsec3.c47 goto failure; \
460 goto failure;
463 goto failure;
466 goto failure;
469 failure:
536 failure:
645 goto failure;
651 goto failure;
681 goto failure;
693 goto failure;
[all...]

Completed in 311 milliseconds

1234567891011>>