Searched refs:_STRING (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/CPANInternal-140/Params-Util/t/
H A D03_all.t23 ok( defined &_STRING, '_STRING imported ok' );
H A D13_all.t23 ok( defined &_STRING, '_STRING imported ok' );
H A D02_main.t33 # Tests for _STRING
36 dies( "Params::Util::_STRING()", qr/Not enough arguments/, '...::_STRING() dies' );
37 null( Params::Util::_STRING(undef), '...::_STRING(undef) returns undef' );
38 null( Params::Util::_STRING(''), '...::_STRING(nullstring) returns undef' );
39 null( Params::Util::_STRING({ foo => 1 }), '...::_STRING(HASH) returns undef' );
40 null( Params::Util::_STRING(su
[all...]
H A D12_main.t33 # Tests for _STRING
36 dies( "Params::Util::_STRING()", qr/Not enough arguments/, '...::_STRING() dies' );
37 null( Params::Util::_STRING(undef), '...::_STRING(undef) returns undef' );
38 null( Params::Util::_STRING(''), '...::_STRING(nullstring) returns undef' );
39 null( Params::Util::_STRING({ foo => 1 }), '...::_STRING(HASH) returns undef' );
40 null( Params::Util::_STRING(su
[all...]
/macosx-10.9.5/CPANInternal-140/Sys-Filesystem/lib/Sys/Filesystem/
H A DMswin32.pm28 use Params::Util qw(_STRING);
59 if ( defined( _STRING($VolumeName) ) )
/macosx-10.9.5/tcl-102/tcl/tcl/compat/
H A Dstring.h15 #ifndef _STRING
16 #define _STRING macro
73 #endif /* _STRING */
/macosx-10.9.5/tcl-102/tcl84/tcl/compat/
H A Dstring.h15 #ifndef _STRING
16 #define _STRING macro
75 #endif /* _STRING */
/macosx-10.9.5/CPANInternal-140/Params-Util/lib/Params/
H A DUtil.pm73 _STRING _IDENTIFIER
101 =head2 _STRING $string
103 The C<_STRING> function is intended to be imported into your
111 my $name = _STRING(shift) or die "Bad name";
114 my $string = _STRING($_[0]) ? shift : die "Bad string";
124 eval <<'END_PERL' unless defined &_STRING;
125 sub _STRING ($) { subroutine
/macosx-10.9.5/CPANInternal-140/Params-Util/
H A DUtil.xs81 _STRING(sv)
/macosx-10.9.5/vim-53/src/
H A Dos_vms.c219 vul_item(&itmlst.string, LNM$C_NAMLENGTH, LNM$_STRING, buffer, &lengte);
254 vul_item(&itmlst.equ, value ? strlen(value) : 0, value ? LNM$_STRING : 0,

Completed in 216 milliseconds