Searched refs:fails (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dmmp.h37 #define MMP_FAIL_INTVS_OK(fails) (fails == 0 ? 0 : MAX(fails, \
/freebsd-12-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-expandargv.c200 Return number of fails */
207 int i, j, k, fails, failed; local
209 i = j = fails = 0;
258 fails++;
268 return fails;
278 int fails; local
287 else the test fails.
290 fails = run_tests (test_data);
291 if (!fails)
/freebsd-12-stable/sys/dev/gpio/
H A Dgpioths.c93 int fails; member in struct:gpioths_softc
275 sc->fails = 0;
279 device_printf(dev, "fails=%d, temp=%d, hum=%d\n", sc->fails,
285 sc->fails++;
377 SYSCTL_ADD_INT(ctx, SYSCTL_CHILDREN(tree), OID_AUTO, "fails",
378 CTLFLAG_RD, &sc->fails, 0,
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicCastInfo.h32 bool fails() const { return ResultKind == CastResult::Failure; } function in class:clang::ento::DynamicCastInfo
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastValueChecker.cpp100 return CastSucceeds ? CastInfo->fails() : CastInfo->succeeds();
/freebsd-12-stable/contrib/gdb/gdb/
H A Dgdb_mbuild.sh31 -k Keep going. Do not stop after the first build fails.
74 # Should we soldier on after the first build fails?
270 # Iff the build fails remove the final build target so that
/freebsd-12-stable/contrib/netbsd-tests/bin/sh/
H A Dt_varval.sh80 "Just give up on these tests if the aaa test fails".
/freebsd-12-stable/gnu/usr.bin/grep/
H A Ddfa.h364 int **fails; /* Transition tables after failing to accept member in struct:dfa
H A Ddfa.c2226 If it is an accepting state then d->fails[state] points to its table.
2248 else if (d->fails[i])
2250 free((ptr_t) d->fails[i]);
2251 d->fails[i] = NULL;
2285 REALLOC(d->fails, int *, d->tralloc);
2290 d->fails[oldalloc++] = NULL;
2298 d->fails[s] = trans;
2310 CALLOC(d->fails, int *, d->tralloc);
2353 REALLOC(d->fails, int *, d->tralloc);
2358 d->fails[oldallo
[all...]
/freebsd-12-stable/contrib/ntp/
H A DMakefile.am105 FreeBSD 6.x make which fails with "make COPYRIGHT" \
H A DMakefile.in1119 FreeBSD 6.x make which fails with "make COPYRIGHT" \
/freebsd-12-stable/sys/mips/mips/
H A Dswtch.S662 break 0 # just in case sigreturn fails
679 break 0 # just in case sigreturn fails
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_ftn_entry.h1348 int fails = 0;
1352 fails = (*fptr)(kind, KMP_DEVICE_ALL); // pause devices
1354 fails += __kmpc_pause_resource(kind); // pause host
1355 return fails;
/freebsd-12-stable/share/mk/
H A Dsuite.test.mk119 # times. "aftercheck" won't be run if "make check" fails, is interrupted,
H A Dbsd.compiler.mk97 # which fails with -Wparentheses-equality, -Wtautological-compare, and
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregengine.inc646 case OLPAREN: /* must undo assignment if rest fails */
657 case ORPAREN: /* must undo assignment if rest fails */
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.inc331 // If user asked for the 'native' CPU, autodetect here. If autodection fails,
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm149 ! If all else fails, just try a halt!
H A Dsol2-gc1.asm162 ! If all else fails, just try a halt!
/freebsd-12-stable/contrib/bmake/mk/
H A Down.mk39 # we need to make sure these are defined too in case sys.mk fails to.
/freebsd-12-stable/contrib/bmake/unit-tests/
H A Dvarmod-edge.mk147 # The call to "pattern.lhs = VarGetPattern" fails.
/freebsd-12-stable/contrib/gcc/config/sparc/
H A Dlb1spc.asm160 blu got_result ! (and algorithm fails otherwise)
507 blu got_result ! (and algorithm fails otherwise)
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DPath.inc729 // umask(2) never fails so ignore the return of the second call.
/freebsd-12-stable/contrib/subversion/
H A DMakefile.in715 tests.log fails.log
911 # Running Makefile.PL at this point *fails* (cannot find ..../.libs) so if the
/freebsd-12-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh1023 # fails when set -e is in force, so we need another command to
1209 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
1234 # not true, evaluate CMD. If the evaluation of CMD fails, and FAIL_EXP
5653 const char *program_name = "libtool-wrapper"; /* in case xstrdup fails */
10521 # test for cygwin because mv fails w/o .exe extensions

Completed in 297 milliseconds

12