Home
last modified time | relevance | path

Searched refs:aborting (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/bmake/
H A Djob.c363 } aborting = ABORT_NONE; variable
1310 (aborting == ABORT_ERROR) || aborting == ABORT_INTERRUPT) in JobFinish()
1314 if (aborting != ABORT_ERROR && aborting != ABORT_INTERRUPT && in JobFinish()
1327 if (job_errors > 0 && !opts.keepgoing && aborting != ABORT_INTERRUPT) { in JobFinish()
1329 aborting = ABORT_ERROR; in JobFinish()
1335 if (aborting == ABORT_ERROR && jobTokensRunning == 0) { in JobFinish()
1780 if (cmdsOK && aborting == ABORT_NONE) { in Job_Make()
2150 aborting = ABORT_NONE; in Job_Init()
2443 aborting = ABORT_INTERRUPT; in JobInterrupt()
2504 aborting = ABORT_WAIT; /* Prevent other jobs from starting. */ in Job_Wait()
[all …]
H A DChangeLog2215 use proper enum constants for aborting
/freebsd/contrib/bmake/unit-tests/
H A Dsh-errctl.exp2 TokenPool_Take: pid <pid>, aborting NONE, running 0
25 TokenPool_Take: pid <pid>, aborting NONE, running 0
H A Dopt-debug-jobs.exp2 TokenPool_Take: pid <pid>, aborting NONE, running 0
25 TokenPool_Take: pid <pid>, aborting NONE, running 0
/freebsd/sbin/recoverdisk/
H A Drecoverdisk.c52 static volatile sig_atomic_t aborting = 0; variable
440 aborting = 1; in sighandler()
849 while (!aborting) { in main()
888 aborting = 1; in main()
893 aborting = 1; in main()
906 printf("%s", aborting ? "Aborted\n" : "Completed\n"); in main()
/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c4019 bool aborting; local
4362 aborting = Errors > 0;
4363 if (!(aborting || bitset(EF_DISCARD, e->e_flags)) &&
4366 aborting = bitset(EF_FATALERRS, e->e_flags);
4368 if (aborting)
4687 if (aborting || bitset(EF_DISCARD, e->e_flags))
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Diommu.txt97 IOMMUs, instead of aborting the translation immediately, may first
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp4783 virtual bool aborting() const = 0;
5512 bool aborting; member
5529 bool aborting; member
5545 bool aborting; member
8053 bool aborting() const final;
10962 aborting( _aborting ) in TestCaseStats()
10972 aborting( _aborting ) in TestGroupStats()
10977 aborting( false ) in TestGroupStats()
10987 aborting( _aborting ) in TestRunStats()
12496 m_reporter->testRunEnded(TestRunStats(m_runInfo, m_totals, aborting())); in ~RunContext()
[all …]
/freebsd/contrib/byacc/
H A DREADME.BTYACC197 2 cleaning up stack when aborting
209 2 cleaning up stack when aborting
/freebsd/crypto/openssl/doc/man3/
H A DOSSL_CMP_exec_certreq.pod213 or on successfully aborting a pending certificate request, 0 on error, and -1
/freebsd/contrib/bzip2/
H A DCHANGES242 when aborting in cleanUpAndFail().
/freebsd/crypto/openssh/
H A DPROTOCOL221 NB. due to certain broken SSH implementations aborting upon receipt
250 NB. due to certain broken SSH implementations aborting upon receipt
/freebsd/crypto/krb5/src/po/
H A Dde.po2921 msgid "master key stash file needs updating, command aborting"
3367 msgid "%s: %s while %s, aborting\n"
3372 msgid "%s while %s, aborting\n"
3377 msgid "%s: %s, aborting\n"
3382 msgid "%s, aborting"
3429 msgid "%s: %s while initializing context, aborting\n"
9141 #~ msgid "%s: %s while initializing, aborting"
9146 #~ "aborting"
9153 #~ "aborting\n"
9158 #~ msgid "%s: could not initialize loop, aborting"
[all …]
H A Dmit-krb5.pot2857 msgid "master key stash file needs updating, command aborting"
3302 msgid "%s: %s while %s, aborting\n"
3307 msgid "%s while %s, aborting\n"
3312 msgid "%s: %s, aborting\n"
3317 msgid "%s, aborting"
3360 msgid "%s: %s while initializing context, aborting\n"
H A Dka.po2938 msgid "master key stash file needs updating, command aborting"
3424 msgid "%s: %s while %s, aborting\n"
3429 msgid "%s while %s, aborting\n"
3434 msgid "%s: %s, aborting\n"
3439 msgid "%s, aborting"
3487 msgid "%s: %s while initializing context, aborting\n"
/freebsd/contrib/ntp/sntp/libevent/
H A DChangeLog-1.4221 …o that having a DNS server with broken IPv6 support is no longer cause for aborting the unit tests.
H A DChangeLog-2.01238 …w_with_config: if a config is provided and no backend is selected, return NULL instead of aborting.
/freebsd/contrib/libevent/
H A DChangeLog-1.4221 …o that having a DNS server with broken IPv6 support is no longer cause for aborting the unit tests.
H A DChangeLog-2.01238 …w_with_config: if a config is provided and no backend is selected, return NULL instead of aborting.
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-s_client.pod.in937 option: any verify errors are then returned aborting the handshake.
/freebsd/contrib/file/
H A DChangeLog128 * PR/348: add missing cases to prevent file from aborting on
/freebsd/contrib/wpa/hostapd/
H A DChangeLog1160 * added support for sending TLS alerts and aborting authentication
/freebsd/crypto/heimdal/
H A DChangeLog.19981353 instead of aborting. always free memory
/freebsd/sys/contrib/dev/acpica/
H A Dchanges.txt2057 the next opcode -- instead of aborting the entire table load. This is
6002 method from aborting if it accesses an address space has no handler.
6244 attempt to flush data to the output file(s) as the compiler is aborting.
15645 returned by a given _PRW. This prevents the scan from aborting from the
/freebsd/contrib/unbound/
H A Daclocal.m49259 dnl scripts not checking it, ACTION-IF-NOT-FOUND defaults to aborting.

12