HomeSort by relevance Sort by last modified time
    Searched refs:Langinfo (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/
Langinfo.xs 7 # include <langinfo.h>
12 MODULE = I18N::Langinfo PACKAGE = I18N::Langinfo
19 langinfo(code)
Langinfo.pm 1 package I18N::Langinfo;
14 our @EXPORT = qw(langinfo);
85 croak "&I18N::Langinfo::constant not defined" if $constname eq 'constant';
101 bootstrap I18N::Langinfo $VERSION;
108 I18N::Langinfo - query locale information
112 use I18N::Langinfo;
116 The langinfo() function queries various locale information that can be
117 used to localize output and user interfaces. The langinfo() requires
120 appropriate to be used as arguments are exportable from I18N::Langinfo.
122 The following example will import the langinfo() function itself an
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/I18N/Langinfo/t/
Langinfo.t 7 if ($Config{'extensions'} !~ m!\bI18N/Langinfo\b! ||
10 print "1..0 # skip: I18N::Langinfo or POSIX unavailable\n";
15 use I18N::Langinfo qw(langinfo);
24 # Background: the langinfo() (in C known as nl_langinfo()) interface
59 eval { I18N::Langinfo->import($try) };
61 my $got = langinfo(&$try);
  /onnv/onnv-gate/usr/src/cmd/kstat/
kstat.pl 34 use I18N::Langinfo qw(langinfo D_T_FMT);
142 $timefmt = langinfo(D_T_FMT) . "\n";
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWperl584usr/
prototype_i386 100 d none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/I18N/Langinfo 0755 root bin
101 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/I18N/Langinfo/autosplit.ix 0444 root bin
102 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/I18N/Langinfo/Langinfo.bs 0444 root bin
103 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/auto/I18N/Langinfo/Langinfo.so 0555 root bin
prototype_sparc 100 d none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/I18N/Langinfo 0755 root bin
101 f none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/I18N/Langinfo/autosplit.ix 0444 root bin
102 f none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/I18N/Langinfo/Langinfo.bs 0444 root bin
103 f none usr/perl5/5.8.4/lib/sun4-solaris-64int/auto/I18N/Langinfo/Langinfo.so 0555 root bin
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
open.pm 14 # I18N::Langinfo isn't available everywhere
16 require I18N::Langinfo;
17 I18N::Langinfo->import(qw(langinfo CODESET));
18 $locale_encoding = langinfo(CODESET());
238 If the platform supports the langinfo(CODESET) interface, the codeset
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWperl584core/
prototype_i386 375 f none usr/perl5/5.8.4/lib/i86pc-solaris-64int/I18N/Langinfo.pm 0444 root bin
prototype_sparc 375 f none usr/perl5/5.8.4/lib/sun4-solaris-64int/I18N/Langinfo.pm 0444 root bin

Completed in 1979 milliseconds