Searched refs:fail (Results 76 - 100 of 995) sorted by last modified time

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DDynamicLibrary.inc72 // EnumProcessModules will fail on Windows 64 while some versions of
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringExtractor.cpp340 return fail();
344 return fail();
350 return fail();
353 return fail();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DLibCxxMap.cpp102 ValueObjectSP fail; local
104 return fail;
110 return fail;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DStringExtractor.h107 bool fail() { function in class:StringExtractor
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBError.i113 fail = property(Fail, None, doc='''A read only property that returns the same result as Fail().''')
/freebsd-11-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp722 if (out.fail() || in.fail()) {
1729 // Attempt to extract the mtime, and fail if it's not representable using
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc367 // COMMON_INTERCEPTOR_ENTER will fail. We use internal_strlen here
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp597 // Don't add bare keywords to the consumer since they will always fail
1300 goto fail;
1341 goto fail;
1351 goto fail;
1556 goto fail;
1563 goto fail;
1645 fail:
/freebsd-11-stable/sys/dev/urtwn/
H A Dif_urtwn.c886 goto fail;
893 goto fail;
900 goto fail;
908 fail:
1259 goto fail;
1265 fail:
2328 goto fail;
2335 goto fail;
2342 goto fail;
2346 fail
[all...]
/freebsd-11-stable/sys/dev/nxge/xgehal/
H A Dxgehal-mgmt.c954 int fail = 0; local
959 fail = 1;
966 fail = 1;
973 fail = 1;
980 fail = 1;
990 fail = 1;
1000 fail = 1;
1004 *data = fail;
1355 int fail = 0; local
1360 fail
[all...]
/freebsd-11-stable/stand/lua/
H A Dconfig.lua454 -- silent runs will not return false if we fail to open the file
/freebsd-11-stable/lib/libc/nls/
H A Dmsgcat.c63 #define RLOCK(fail) { int ret; \
67 return (fail); \
69 #define WLOCK(fail) { int ret; \
73 return (fail); \
/freebsd-11-stable/sys/ufs/ffs/
H A Dffs_vfsops.c1280 goto fail;
1298 goto fail;
1340 fail:
1968 * up to this point, then fail so that the superblock avoids
/freebsd-11-stable/usr.bin/calendar/
H A Dparsedata.c190 * After this, leave by goto-ing to "allfine" or "fail" to restore the
239 goto fail;
306 fail:
/freebsd-11-stable/sys/kern/
H A Dkern_sysctl.c46 #include <sys/fail.h>
H A Dkern_linker.c486 * printout a message before to fail.
888 KLD_DPF(SYM, ("linker_file_lookup_symbol: fail\n"));
1646 goto fail;
1666 goto fail;
1675 fail:
/freebsd-11-stable/sys/dev/ismt/
H A Dismt.c597 goto fail;
606 goto fail;
616 goto fail;
695 goto fail;
707 goto fail;
712 fail:
/freebsd-11-stable/sys/dev/ichwd/
H A Dichwd.c876 goto fail;
879 goto fail;
904 fail:
/freebsd-11-stable/sys/cam/nvme/
H A Dnvme_da.c860 int fail = 0; local
865 * if a write and pending write errors, then fail this
867 * purposes. Also, support having every Nth read fail.
874 fail = 1;
880 fail = 1;
886 fail = 1;
889 if (fail) {
/freebsd-11-stable/sys/net/
H A Dif.c372 * Try to find an empty slot below V_if_index. If we fail, take the
1770 goto fail;
1772 goto fail;
1774 goto fail;
1776 goto fail;
1782 fail:
3153 /* Save ifnet parameters for if_ioctl() may fail */
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_open_filename.c282 goto fail;
294 goto fail;
365 goto fail;
377 fail:
475 /* If the input is corrupted or truncated, fail. */
521 /* If the input is corrupted or truncated, fail. */
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dinstall-sh399 # Don't fail if two instances are running concurrently.
413 # Don't fail if two instances are running concurrently.
441 # If any of these fail, we abort the whole thing. If we want to
473 # reasons. In this case, the final cleanup might fail but the new
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c338 * 93 seconds to fail each of two times, or 186 seconds.
3558 goto fail;
3564 goto fail;
3576 goto fail;
3595 fail:
4150 /* Note: we expect the memory allocation to fail long before the
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_gpsdjson.c1639 goto fail;
1642 goto fail;
1646 goto fail;
1649 goto fail;
1685 fail:
1713 goto fail;
1716 goto fail;
1729 fail:
/freebsd-11-stable/contrib/ntp/include/
H A DMakefile.in618 @fail=; \
620 failcom='fail=yes'; \
643 fi; test -z "$$fail"

Completed in 516 milliseconds

1234567891011>>