Searched refs:PERL_ASSERTMSG (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 108 #define PERL_ASSERTMSG(EXP, MSG) \ macro 112 #define PERL_ASSERTMSG(EXP, MSG) ((void)0) macro 710 PERL_ASSERTMSG(mg != 0, "get_tie: lost P magic"); in get_tie() 760 PERL_ASSERTMSG(mg != 0, in apply_to_ties() 783 PERL_ASSERTMSG(mg != 0, "set_valid: lost ~ magic"); in set_valid() 836 PERL_ASSERTMSG(mg != 0, in prune_invalid() 840 PERL_ASSERTMSG(mg != 0, in prune_invalid() 917 PERL_ASSERTMSG(0, "kstat_read: invalid data type"); in save_named() 1012 PERL_ASSERTMSG(mg != 0, "read_kstats: lost ~ magic"); in read_kstats() 1047 PERL_ASSERTMSG(0, "read_kstats: illegal kstat type"); in read_kstats() [all …]
|