Home
last modified time | relevance | path

Searched refs:assertion (Results 1 – 25 of 41) sorted by relevance

12

/onnv-gate/usr/src/lib/libumem/common/
H A Dmisc.h109 #define ASSERT(assertion) (void)0 argument
111 #define ASSERT(assertion) (void)((assertion) || \ argument
112 __umem_assert_failed(#assertion, __FILE__, __LINE__))
115 int __umem_assert_failed(const char *assertion, const char *file, int line);
H A Dumem_fail.c140 __umem_assert_failed(const char *assertion, const char *file, int line) in __umem_assert_failed() argument
143 assertion, file, line); in __umem_assert_failed()
/onnv-gate/usr/src/lib/libc/port/gen/
H A Dassert.c48 _assert(const char *assertion, const char *filename, int line_num) in _assert() argument
54 assertion, filename, line_num); in _assert()
66 _assert_c99(const char *assertion, const char *filename, int line_num, in _assert_c99() argument
74 assertion, filename, line_num, funcname); in _assert_c99()
/onnv-gate/usr/src/stand/lib/sa/
H A Dassert.c34 __assert(const char *assertion, const char *file, int line) in __assert() argument
39 "%s, file: %s, line: %d", assertion, file, line); in __assert()
/onnv-gate/usr/src/lib/libbc/libc/gen/sys5/
H A Dassert.c46 _assert(char *assertion, char *filename, int line_num) in _assert() argument
58 WRITESTR("Assertion failed: ", 18, assertion); in _assert()
/onnv-gate/usr/src/cmd/mdb/common/kmdb/
H A Dkmdb_umemglue.c43 __umem_assert_failed(const char *assertion, const char *file, int line) in __umem_assert_failed() argument
46 (void) mdb_dassert(assertion, file, line); in __umem_assert_failed()
H A Dkmdb_promif.c751 kmdb_prom_assfail(const char *assertion, const char *file, int line) in kmdb_prom_assfail() argument
753 (void) mdb_dassert(assertion, file, line); in kmdb_prom_assfail()
/onnv-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dutil.c286 _dm_assert(const char *assertion, const char *file, int line, const char *func) in _dm_assert() argument
294 "%s, file: %s, line: %d, function: %s", assertion, file, in _dm_assert()
298 "%s, file: %s, line: %d", assertion, file, line); in _dm_assert()
H A Dutil.h44 extern int _dm_assert(const char *assertion, const char *file, int line,
/onnv-gate/usr/src/lib/libc/port/threads/
H A Dassfail.c389 __assfail(const char *assertion, const char *filename, int line_num) in __assfail() argument
414 (void) strcat(buf, assertion); in __assfail()
441 assfail(const char *assertion, const char *filename, int line_num) in assfail() argument
443 __assfail(assertion, filename, line_num); in assfail()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlreref.pod98 \b An assertion, not backspace, except in a character class
182 (?=...) Zero-width positive lookahead assertion
183 (?!...) Zero-width negative lookahead assertion
184 (?<=...) Zero-width positive lookbehind assertion
185 (?<!...) Zero-width negative lookbehind assertion
190 (?(cond)yes) or a lookaround/eval zero-width assertion
H A Dperlre.pod348 The C<\G> assertion can be used to chain global matches (using
532 A zero-width positive look-ahead assertion. For example, C</\w+(?=\t)/>
537 A zero-width negative look-ahead assertion. For example C</foo(?!bar)/>
556 A zero-width positive look-behind assertion. For example, C</(?<=\t)\w+/>
562 A zero-width negative look-behind assertion. For example C</(?<!bar)foo/>
571 This zero-width assertion evaluates any embedded Perl code. It
587 The C<code> is properly scoped in the following sense: If the assertion
609 This assertion may be used as a C<(?(condition)yes-pattern|no-pattern)>
616 value of C<$^R> is restored if the assertion is backtracked; compare
692 makes a zero-length assertion into an analogue of C<< (?>...) >>.
[all …]
H A Dperl5005delta.pod809 that contains the C<(?{ ... })> zero-width assertion, which is unsafe.
814 (F) A regular expression contained the C<(?{ ... })> zero-width assertion,
821 zero-width assertion at run time, as it would when the pattern contains
/onnv-gate/usr/src/common/openssl/crypto/
H A Dcryptlib.c756 void OpenSSLDie(const char *file,int line,const char *assertion) in OpenSSLDie() argument
761 file,line,assertion); in OpenSSLDie()
765 file,line,assertion); in OpenSSLDie()
H A Dcrypto.h519 void OpenSSLDie(const char *file,int line,const char *assertion);
/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/
H A Dexacct_common.xh27 /* Debugging assertion macros. */
30 (croak("%s(%d) assertion failed: %s", __FILE__, __LINE__, #EXPR), 0), \
/onnv-gate/usr/src/pkg/transforms/
H A Dpublish38 # then the negative lookahead assertion in the regex will fail, and we
H A Ddefaults31 # lookbehind assertion: it says "only match this regex if the
/onnv-gate/usr/src/lib/libsqlite/test/
H A Dmisc1.test115 # was causing an assertion failure.
128 # below was causing an assertion failure.
H A Dpager.test412 # Ticket #615: an assertion fault inside the pager. It is a benign
/onnv-gate/usr/src/lib/libparted/
H A DAUTHORS.txt219 * Fix SIGSEGV in parted 1.6.19 and assertion error in 1.7.0
/onnv-gate/usr/src/cmd/parted/
H A DAUTHORS.txt219 * Fix SIGSEGV in parted 1.6.19 and assertion error in 1.7.0
/onnv-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s1625 ! %g1 contains the %pc address where an assertion was failed.
/onnv-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s1546 ! %g1 contains the %pc address where an assertion was failed.
/onnv-gate/usr/src/uts/common/io/e1000g/
H A DREADME376 …6333461 panic[cpu0]/thread=d63f4de0: assertion failed: !dma->dp_inuse, file: ../../i86pc/io/rootne…
445 …6445239 assertion failed: cookie_count == 1, file: ../../common/io/e1000g/e1000g_alloc.c, line: 422

12