| /freebsd/contrib/bmake/unit-tests/ |
| H A D | sh-errctl.exp | 2 TokenPool_Take: pid <pid>, aborting NONE, running 0 26 TokenPool_Take: pid <pid>, aborting NONE, running 0
|
| H A D | opt-debug-jobs.exp | 2 TokenPool_Take: pid <pid>, aborting NONE, running 0 26 TokenPool_Take: pid <pid>, aborting NONE, running 0
|
| /freebsd/contrib/bmake/ |
| H A D | job.c | 363 } aborting = ABORT_NONE; variable 1364 aborting == ABORT_ERROR || aborting == ABORT_INTERRUPT) in JobFinish() 1368 if (aborting != ABORT_ERROR && aborting != ABORT_INTERRUPT && in JobFinish() 1381 if (job_errors > 0 && !opts.keepgoing && aborting != ABORT_INTERRUPT) { in JobFinish() 1383 aborting = ABORT_ERROR; in JobFinish() 1389 if (aborting == ABORT_ERROR && jobTokensRunning == 0) { in JobFinish() 1834 if (cmdsOK && aborting == ABORT_NONE) { in Job_Make() 2204 aborting = ABORT_NONE; in Job_Init() 2497 aborting = ABORT_INTERRUPT; in JobInterrupt() 2558 aborting = ABORT_WAIT; /* Prevent other jobs from starting. */ in Job_Wait() [all …]
|
| H A D | ChangeLog | 2347 use proper enum constants for aborting
|
| /freebsd/sbin/recoverdisk/ |
| H A D | recoverdisk.c | 52 static volatile sig_atomic_t aborting = 0; variable 440 aborting = 1; in sighandler() 852 while (!aborting) { in main() 891 aborting = 1; in main() 896 aborting = 1; in main() 909 printf("%s", aborting ? "Aborted\n" : "Completed\n"); in main()
|
| /freebsd/contrib/sendmail/src/ |
| H A D | srvrsmtp.c | 4019 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 D | iommu.txt | 97 IOMMUs, instead of aborting the translation immediately, may first
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 4783 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 D | README.BTYACC | 197 2 cleaning up stack when aborting 209 2 cleaning up stack when aborting
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | OSSL_CMP_exec_certreq.pod | 213 or on successfully aborting a pending certificate request, 0 on error, and -1
|
| /freebsd/crypto/openssh/ |
| H A D | PROTOCOL | 190 NB. due to certain broken SSH implementations aborting upon receipt 219 NB. due to certain broken SSH implementations aborting upon receipt
|
| /freebsd/contrib/bzip2/ |
| H A D | CHANGES | 242 when aborting in cleanUpAndFail().
|
| /freebsd/crypto/krb5/src/po/ |
| H A D | de.po | 2921 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 D | mit-krb5.pot | 2857 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 D | ka.po | 2938 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 D | ChangeLog-1.4 | 221 …o that having a DNS server with broken IPv6 support is no longer cause for aborting the unit tests.
|
| H A D | ChangeLog-2.0 | 1238 …w_with_config: if a config is provided and no backend is selected, return NULL instead of aborting.
|
| /freebsd/contrib/libevent/ |
| H A D | ChangeLog-1.4 | 221 …o that having a DNS server with broken IPv6 support is no longer cause for aborting the unit tests.
|
| H A D | ChangeLog-2.0 | 1238 …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 D | openssl-s_client.pod.in | 940 option: any verify errors are then returned aborting the handshake.
|
| /freebsd/contrib/file/ |
| H A D | ChangeLog | 161 * PR/348: add missing cases to prevent file from aborting on
|
| /freebsd/contrib/wpa/hostapd/ |
| H A D | ChangeLog | 1190 * added support for sending TLS alerts and aborting authentication
|
| /freebsd/contrib/expat/ |
| H A D | Changes | 439 #1044 CI|Linux: Stop aborting at first job failure
|
| /freebsd/crypto/heimdal/ |
| H A D | ChangeLog.1998 | 1353 instead of aborting. always free memory
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 2081 the next opcode -- instead of aborting the entire table load. This is 6026 method from aborting if it accesses an address space has no handler. 6268 attempt to flush data to the output file(s) as the compiler is aborting. 15669 returned by a given _PRW. This prevents the scan from aborting from the
|