Searched refs:failure (Results 176 - 200 of 325) sorted by relevance

1234567891011>>

/macosx-10.10.1/libarchive-30/libarchive/libarchive/test/
H A Dtest_entry.c308 failure("Testing set/get of fflags data.");
310 failure("Testing set/get of fflags data.");
843 failure("Converting invalid chars to Unicode should fail.");
845 //failure("Converting invalid chars to UTF-8 should fail.");
850 failure("Converting invalid chars to Unicode should fail.");
855 failure("Converting invalid chars to Unicode should fail.");
860 failure("Converting invalid chars to Unicode should fail.");
865 failure("Converting invalid chars to Unicode should fail.");
872 skipping("Testing charset conversion failure requires 32-bit wchar_t and support for \"C\" locale.");
885 failure("Convertin
[all...]
H A Dtest_write_compress_bzip2.c133 failure("compression-level=9 wrote %d bytes, default wrote %d bytes",
170 failure("Writing file %s", path);
179 failure("Compression-level=0 wrote %d bytes; default wrote %d bytes",
H A Dtest_write_compress_gzip.c142 failure("compression-level=9 wrote %d bytes, default wrote %d bytes",
187 failure("Writing file %s", path);
196 failure("Compression-level=0 wrote %d bytes; default wrote %d bytes",
H A Dtest_read_format_isozisofs_bz2.c170 failure("Saw a file that shouldn't have been there");
H A Dtest_write_format_cpio.c128 failure("Unable to locate the second header for damage-recovery test.");
H A Dtest_write_format_zip.c107 failure("size should be zero so that applications know not to write");
/macosx-10.10.1/libarchive-30/libarchive/tar/test/
H A Dtest_windows.c297 failure("fp1=%s, fp2=%s", fp1, fp2);
310 failure("fp1=%s, fp2=%s", fp1, fp2);
/macosx-10.10.1/ntp-92/lib/isc/unix/
H A Difiter_getifaddrs.c93 goto failure;
107 failure:
/macosx-10.10.1/bind9-45.101/bind9/bin/nsupdate/
H A Dnsupdate.c559 goto failure;
573 failure:
1225 goto failure;
1233 goto failure;
1241 goto failure;
1248 goto failure;
1255 goto failure;
1270 goto failure;
1300 failure:
1655 goto failure;
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Djournal.c106 if (result != ISC_R_SUCCESS) goto failure; \
111 if (result != ISC_R_SUCCESS) goto failure; \
656 failure:
976 failure:
1057 failure:
1169 failure:
1181 failure:
1338 failure:
1413 "journal open failure: %s: %s",
1480 failure
[all...]
H A Dzone.c410 if (result != ISC_R_SUCCESS) goto failure; \
2620 "nsec3param lookup failure: %s",
2637 "nsec3param lookup failure: %s",
2810 failure:
2884 goto failure;
2890 failure:
3060 failure:
3121 goto failure;
3131 goto failure;
3137 failure
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/dev/vn/
H A Dshadow.c582 goto failure;
590 goto failure;
598 goto failure;
605 goto failure;
617 failure:
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtztest.cpp43 // builds, a test failure triggers an error, while release builds only report them in
168 if (failure(status, "new GregorianCalendar", TRUE)) return;
175 if (failure(status, "GregorianCalendar::getTime")) return;
186 if (failure(status, "new GregorianCalendar")) return;
224 failure(status, "TestRuleAPI");
235 if (failure(ec, "TimeZone::inDaylightTime")) return;
241 if (failure(ec, "TimeZone::inDaylightTime")) return;
249 if (failure(ec, "TimeZone::inDaylightTime")) return;
266 if (failure(status, "TimeZone::inDaylightTime")) return;
271 if (failure(statu
[all...]
H A Dcaltztst.cpp27 UBool CalendarTimeZoneTest::failure(UErrorCode status, const char* msg, UBool possibleDataError) function in class:CalendarTimeZoneTest
/macosx-10.10.1/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dios_base.h205 // 27.4.2.1.1 Class ios_base::failure
207 class failure : public exception class in class:ios_base
213 failure(const string& __str) throw();
218 ~failure() throw();
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Diffe.sh88 failure $_is_hdr_flag
143 1) failure ;;
226 failure() function
265 # status test status 0:success *:failure
267 # failure failure comment
277 report() # [-] [-0] [-1] status value success failure default
305 *) failure $_report_ignore
1284 # status: 0:success 1:failure 2:interrupt
2342 else failure
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Windows/
H A DProgram.inc352 // -2 indicates a crash or timeout as opposed to failure to execute.
366 // -2 indicates a crash or timeout as opposed to failure to execute.
/macosx-10.10.1/postfix-255/postfix/src/bounce/
H A Dbounce_notify_service.c132 encoding, dsn_envid, ts->failure);
H A Dbounce_notify_verp.c116 encoding, dsn_envid, ts->failure);
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dppp_msg.h265 u_int16_t failure; // # of failure before declaring the link down member in struct:ppp_opt_echo
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Dlibatf-sh.subr92 # atf_fail in case of failure.
235 # Makes the test case report an expected failure with the given error
312 atf_fail "Test case was expecting a failure but got a pass instead"
514 # the function private) to indicate a test case's failure. They
817 atf_fail "Test case was expecting a failure but none were raised"
/macosx-10.10.1/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_setup.c245 goto failure;
259 failure:;
/macosx-10.10.1/adv_cmds-158/ps/
H A Dprint.c921 static int failure; local
924 failure = donlist();
925 if (failure)
968 static int failure; local
972 failure = donlist();
973 if (failure)
/macosx-10.10.1/xnu-2782.1.97/bsd/miscfs/devfs/
H A Ddevfs_vnops.c1111 goto failure;
1120 failure:
1194 goto failure;
1206 failure:
1250 goto failure;
1255 goto failure;
1262 failure:
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Ddired-aux.el805 ; the short form of the filename) for a failure and probably logs a
886 elc-file buffer-read-only failure)
890 (setq failure err)))
893 (setq failure t))
894 (if failure
896 (dired-log "Byte compile error for %s:\n%s\n" filename failure)
911 (let ((file (dired-get-filename)) failure)
914 (error (setq failure err)))
915 (if (not failure)
917 (dired-log "Load error for %s:\n%s\n" file failure)
[all...]

Completed in 705 milliseconds

1234567891011>>