| /onnv-gate/usr/src/lib/libumem/common/ |
| H A D | misc.h | 109 #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 D | umem_fail.c | 140 __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 D | assert.c | 48 _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 D | assert.c | 34 __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 D | assert.c | 46 _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 D | kmdb_umemglue.c | 43 __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 D | kmdb_promif.c | 751 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 D | util.c | 286 _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 D | util.h | 44 extern int _dm_assert(const char *assertion, const char *file, int line,
|
| /onnv-gate/usr/src/lib/libc/port/threads/ |
| H A D | assfail.c | 389 __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 D | perlreref.pod | 98 \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 D | perlre.pod | 348 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 D | perl5005delta.pod | 809 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 D | cryptlib.c | 756 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 D | crypto.h | 519 void OpenSSLDie(const char *file,int line,const char *assertion);
|
| /onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/ |
| H A D | exacct_common.xh | 27 /* Debugging assertion macros. */ 30 (croak("%s(%d) assertion failed: %s", __FILE__, __LINE__, #EXPR), 0), \
|
| /onnv-gate/usr/src/pkg/transforms/ |
| H A D | publish | 38 # then the negative lookahead assertion in the regex will fail, and we
|
| H A D | defaults | 31 # lookbehind assertion: it says "only match this regex if the
|
| /onnv-gate/usr/src/lib/libsqlite/test/ |
| H A D | misc1.test | 115 # was causing an assertion failure. 128 # below was causing an assertion failure.
|
| H A D | pager.test | 412 # Ticket #615: an assertion fault inside the pager. It is a benign
|
| /onnv-gate/usr/src/lib/libparted/ |
| H A D | AUTHORS.txt | 219 * Fix SIGSEGV in parted 1.6.19 and assertion error in 1.7.0
|
| /onnv-gate/usr/src/cmd/parted/ |
| H A D | AUTHORS.txt | 219 * Fix SIGSEGV in parted 1.6.19 and assertion error in 1.7.0
|
| /onnv-gate/usr/src/uts/sun4v/ml/ |
| H A D | mach_locore.s | 1625 ! %g1 contains the %pc address where an assertion was failed.
|
| /onnv-gate/usr/src/uts/sun4u/ml/ |
| H A D | mach_locore.s | 1546 ! %g1 contains the %pc address where an assertion was failed.
|
| /onnv-gate/usr/src/uts/common/io/e1000g/ |
| H A D | README | 376 …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
|