Home
last modified time | relevance | path

Searched full:prematurely (Results 1 – 25 of 132) sorted by relevance

123456

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp443 return make_error<GenericBinaryError>("dylink section ended prematurely", in parseDylinkSection()
497 "dylink.0 sub-section ended prematurely", object_error::parse_failed); in parseDylink0Section()
502 return make_error<GenericBinaryError>("dylink.0 section ended prematurely", in parseDylink0Section()
608 "name sub-section ended prematurely", object_error::parse_failed); in parseNameSection()
612 return make_error<GenericBinaryError>("name section ended prematurely", in parseNameSection()
678 "linking sub-section ended prematurely", object_error::parse_failed); in parseLinkingSection()
681 return make_error<GenericBinaryError>("linking section ended prematurely", in parseLinkingSection()
989 return make_error<GenericBinaryError>("producers section ended prematurely", in parseProducersSection()
1019 "target features section ended prematurely", in parseTargetFeaturesSection()
1153 return make_error<GenericBinaryError>("reloc section ended prematurely", in parseRelocSection()
[all …]
/freebsd/lib/libc/amd64/string/
H A Dstrcat.S54 * In rare cases, the above loop may exit prematurely. We must
126 * In rare cases, the above loop may exit prematurely. We must
H A Dstpcpy.S75 * In rare cases, the above loop may exit prematurely. We must
/freebsd/usr.sbin/bsdconfig/share/
H A Dscript.subr55 # results in failure, the application will terminate prematurely.
74 # otherwise the application is prematurely terminated using f_die().
H A Dcommon.subr100 # preventing it from prematurely returning 1 before the end of the arguments.
498 # is called and execution is prematurely terminated with the same error status.
518 # is called and execution is prematurely terminated with the same error status.
/freebsd/usr.sbin/utx/
H A Dutx.863 Stale sessions can occur if a login service exits prematurely or fails
/freebsd/lib/libc/gen/
H A Ddaemon.3139 from prematurely terminating the child process.
H A Dsignal.3171 executing and the call is prematurely terminated,
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_leak_test.py45 # to terminate prematurely. Therefore they are incompatible with
/freebsd/sys/contrib/device-tree/Bindings/spi/
H A Dbrcm,bcm63xx-hsspi.yaml25 terminate the transaction to some SPI devices prematurely. The issue can be
/freebsd/stand/lua/
H A Dloader.lua.8119 prematurely.
/freebsd/share/man/man9/
H A Dcondvar.9192 return prematurely with a value of
H A Dkhelp.9335 modules are protected from being prematurely unloaded by a reference count.
H A Dosd.9433 terminates prematurely and returns the method's error to the caller.
/freebsd/bin/pax/
H A Dpax.1865 If a volume ends prematurely,
1157 If the extraction of a file from an archive is prematurely terminated by
1165 If the creation of an archive is prematurely terminated by a signal or error,
/freebsd/contrib/unbound/util/data/
H A Ddname.c357 *to = 0; /* end the result prematurely */ in dname_pkt_copy()
369 *to = 0; /* end the result prematurely */ in dname_pkt_copy()
375 *to = 0; /* end the result prematurely */ in dname_pkt_copy()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCommentKinds.td20 "HTML start tag prematurely ended, expected attribute name or '>'">,
/freebsd/sys/contrib/ck/src/
H A Dck_barrier_combining.c63 * barrier may end prematurely. in ck_barrier_combining_insert()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-break-on-failure-unittest.py70 # to terminate prematurely. Therefore they are incompatible with
H A Dgoogletest-catch-exceptions-test.py62 # to terminate prematurely. Therefore they are incompatible with
/freebsd/sys/contrib/openzfs/config/
H A Dzfs-meta.m423 dnl # VALUE will prematurely terminate the string since that sequence is
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.h135 /// positive if it would mean ending a group prematurely. For normal
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dprof_inlines_b.h
/freebsd/lib/libc/compat-43/
H A Dsigvec.2210 The call can be forced to terminate prematurely with an
/freebsd/contrib/llvm-project/lld/ELF/
H A DDWARF.cpp122 // its zero value will terminate the decoding of .debug_ranges prematurely. in findAux()

123456