Home
last modified time | relevance | path

Searched refs:rerun (Results 1 – 25 of 43) sorted by relevance

12

/freebsd/tools/test/stress2/misc/
H A Dfsck13.sh88 rerun=0
110 grep -Eq "WAS MODIFIED" $log && rerun=1
111 grep -q RERUN $log && rerun=1
127 [ $rerun -eq 1 ] && { reruns=$((reruns + 1)); continue; }
H A Dfsck.sh89 rerun=0
110 grep -Eq "WAS MODIFIED" $log && rerun=1
111 grep -q RERUN $log && rerun=1
135 [ $rerun -eq 1 ] && { reruns=$((reruns + 1)); continue; }
H A Dfsck8.sh81 rerun=0
102 grep -Eq "WAS MODIFIED" $log && rerun=1
103 grep -q RERUN $log && rerun=1
136 [ $rerun -eq 1 ] && { reruns=$((reruns + 1)); continue; }
H A Dfsck9.sh80 rerun=0
98 grep -q RERUN $log && rerun=1
133 [ $rerun -eq 1 ] && { reruns=$((reruns + 1)); continue; }
H A Dfsck10.sh77 rerun=0
95 grep -q RERUN $log && rerun=1
135 [ $rerun -eq 1 ] && { reruns=$((reruns + 1)); continue; }
H A Dfsck11.sh81 rerun=0
99 grep -q RERUN $log && rerun=1
144 [ $rerun -eq 1 ] && { reruns=$((reruns + 1)); continue; }
H A Dfsck12.sh78 rerun=0
98 grep -q RERUN $log && rerun=1
149 [ $rerun -eq 1 ] && { reruns=$((reruns + 1)); continue; }
/freebsd/usr.sbin/etcupdate/
H A Detcupdate.sh1541 log "update command: rerun=$rerun tarball=$tarball preworld=$preworld"
1552 # a rerun?
1567 if [ -z "$rerun" ]; then
1596 if [ -n "$rerun" ]; then
1674 if [ -n "$rerun" ]; then
1684 if [ -n "$rerun" ]; then
1789 rerun=
1818 rerun=YES
1922 if [ -n "$rerun"
[all...]
/freebsd/sbin/fsck_ffs/
H A Dpass1b.c82 rerun = 1; in pass1b()
112 rerun = 1; in pass1bcheck()
H A Dglobs.c82 char rerun; /* rerun fsck. Only used in non-preen mode */ variable
140 rerun = 0; in fsckinit()
H A Dpass1.c100 rerun = 1; in pass1()
550 rerun = 1; in pass1check()
571 rerun = 1; in pass1check()
581 rerun = 1; in pass1check()
H A Dmain.c545 if (rerun) in checkfilesys()
557 if (rerun) { in checkfilesys()
571 return (rerun ? ERERUN : 0); in checkfilesys()
H A Dgjournal.c98 rerun = 1; in gjournal_check()
H A Dfsutil.c622 rerun = 1; in ckfini()
626 rerun = 1; in ckfini()
753 rerun = 1; in ckfini()
760 rerun = 1; in ckfini()
H A Dinode.c111 rerun = 1; in ckinode()
153 rerun = 1; in ckinode()
239 rerun = 1; in iblock()
H A Dfsck.h368 extern char rerun; /* rerun fsck. Only used in non-preen mode */
/freebsd/contrib/mandoc/
H A Dread.c288 rerun: in mparse_buf_r()
362 goto rerun; in mparse_buf_r()
421 goto rerun; in mparse_buf_r()
/freebsd/contrib/ldns/
H A Dconfigure.ac403 AC_MSG_ERROR([No SHA2 functions found in OpenSSL: please upgrade OpenSSL or rerun with --disable-sha2])
527 AC_CHECK_FUNC(EVP_PKEY_set_type_str, [],[AC_MSG_ERROR([OpenSSL >= 1.0.0 is needed for GOST support or rerun with --disable-gost])])
528 AC_CHECK_FUNC(EC_KEY_new, [], [AC_MSG_ERROR([No ECC functions found in OpenSSL: please upgrade OpenSSL or rerun with --disable-gost])])
556 AC_CHECK_FUNC(ECDSA_sign, [], [AC_MSG_ERROR([OpenSSL does not support ECDSA: please upgrade OpenSSL or rerun with --disable-ecdsa])])
557 AC_CHECK_FUNC(SHA384_Init, [], [AC_MSG_ERROR([OpenSSL does not support SHA384: please upgrade OpenSSL or rerun with --disable-ecdsa])])
558 AC_CHECK_DECLS([NID_X9_62_prime256v1, NID_secp384r1], [], [AC_MSG_ERROR([OpenSSL does not support the ECDSA curves: please upgrade OpenSSL or rerun with --disable-ecdsa])], [AC_INCLUDES_DEFAULT
645 AC_CHECK_FUNC(X509_check_ca, [], [AC_MSG_ERROR([OpenSSL does not support DANE: please upgrade OpenSSL or rerun with --disable-dane])])
663 AC_CHECK_FUNC(SSL_get0_dane, [], [AC_MSG_ERROR([OpenSSL does not support offline DANE verification (Needed for the DANE-TA usage type). Please upgrade OpenSSL to version >= 1.1.0 or rerun with --disable-dane-verify or --disable-dane-ta-usage])])
/freebsd/crypto/openssl/doc/HOWTO/
H A Ddocumenting-functions-and-macros.md156 becomes necessary to rerun `make update`.
/freebsd/contrib/one-true-awk/
H A DREADME.md102 awkgram.y: note: rerun with option '-Wcounterexamples' to generate conflict counterexamples
/freebsd/sys/contrib/openzfs/scripts/
H A Dzfs-tests.sh375 -R Automatically rerun failing tests
/freebsd/contrib/unbound/
H A Dconfigure.ac1321 …_NO_EC], [AC_MSG_ERROR([OpenSSL does not support ECDSA: please upgrade or rerun with --disable-ecd…
1327 …ign, [], [AC_MSG_ERROR([OpenSSL does not support ECDSA: please upgrade or rerun with --disable-ecd…
1328 …it, [], [AC_MSG_ERROR([OpenSSL does not support SHA384: please upgrade or rerun with --disable-ecd…
1330 …C_MSG_ERROR([OpenSSL does not support the ECDSA curves: please upgrade or rerun with --disable-ecd…
1456 …[AC_MSG_ERROR([TCP Fast Open is not available for client mode: please rerun without --enable-tfo-c…
1463 …[AC_MSG_ERROR([TCP Fast Open is not available for client mode: please rerun without --enable-tfo-c…
1478 …)], [AC_MSG_ERROR([TCP Fast Open is not available for server mode: please rerun without --enable-t…
/freebsd/crypto/openssl/test/
H A DREADME.md175 `OPENSSL_TEST_RAND_ORDER` environment variable to this value will rerun the
/freebsd/contrib/unbound/doc/
H A DREADME91 printed. Perform ./configure --with-libevent=no or update libevent, rerun
/freebsd/crypto/krb5/src/
H A DMakefile.in577 # scripts won't get rerun under cov-build.

12