Searched defs:XS (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/APItest/
H A DAPItest.pm1 package XS::APItest;
21 bootstrap XS::APItest $VERSION;
28 XS::APItest - Test the perl C API
32 use XS::APItest;
138 L<XS::Typemap>, L<perlapi>.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/XS/Typemap/
H A DTypemap.pm1 package XS::Typemap;
5 XS::Typemap - module to test the XS typemaps distributed with perl
9 use XS::Typemap;
17 This module is used to test that the XS typemaps distributed
77 bootstrap XS::Typemap;
/osnet-11/usr/src/lib/libc/port/stdio/
H A Dtmpfile.c50 #define XS "\bXXXXXX" /* a '\b' character is prepended to this */ macro
74 (void) strcat(tfname, XS);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dxsutils.c146 XS(XS_attributes_bootstrap) function
163 XS(XS_attributes__modify_attrs) function
184 XS(XS_attributes__fetch_attrs) function
227 XS(XS_attributes__guess_stash) function
285 XS(XS_attributes_reftype) function
316 XS(XS_attributes__warn_reserved) function
H A Duniversal.c170 XS(XS_utf8_is_utf8);
171 XS(XS_utf8_valid);
172 XS(XS_utf8_encode);
173 XS(XS_utf8_decode);
174 XS(XS_utf8_upgrade);
175 XS(XS_utf8_downgrade);
176 XS(XS_utf8_unicode_to_native);
177 XS(XS_utf8_native_to_unicode);
178 XS(XS_Internals_SvREADONLY);
179 XS(XS_Internals_SvREFCN
216 XS(XS_UNIVERSAL_isa) function
241 XS(XS_UNIVERSAL_can) function
284 XS(XS_UNIVERSAL_VERSION) function
379 XS(XS_utf8_is_utf8) function
396 XS(XS_utf8_valid) function
415 XS(XS_utf8_encode) function
428 XS(XS_utf8_decode) function
444 XS(XS_utf8_upgrade) function
460 XS(XS_utf8_downgrade) function
483 XS(XS_utf8_native_to_unicode) function
495 XS(XS_utf8_unicode_to_native) function
507 XS(XS_Internals_SvREADONLY) /* This is dangerous stuff. */ function
531 XS(XS_Internals_SvREFCNT) /* This is dangerous stuff. */ function
545 XS(XS_Internals_hv_clear_placehold) function
555 XS(XS_Regexp_DESTROY) function
560 XS(XS_PerlIO_get_layers) function
685 XS(XS_Internals_hash_seed) function
693 XS(XS_Internals_rehash_seed) function
701 XS(XS_Internals_HvREHASH) /* Subject to change */ function
[all...]
H A DXSUB.h21 class name for a C++ XS constructor. This is always a C<char*>. See C<THIS>.
31 L<perlxs/"Using XS With C++">.
49 =for apidoc AmU||XS
76 # define XS(name) __declspec(dllexport) void name(pTHX_ CV* cv) macro
78 # define XS(name) void name(pTHX_ CV* cv) macro
110 /* Typically used to return values from XS functions. */
174 The version identifier for an XS module. This is usually
178 Macro to verify that a PM module's $VERSION variable matches the XS
H A Dperlio.c315 XS(XS_PerlIO__Layer__find) function
732 * XS Interface for perl code
825 XS(XS_io_MODIFY_SCALAR_ATTRIBUTES) function
865 XS(XS_PerlIO__Layer__NoWarnings) function
876 XS(XS_PerlIO__Layer__find) function

Completed in 29 milliseconds