Home
last modified time | relevance | path

Searched refs:CRNCYSTR (Results 1 – 11 of 11) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/
Dperl_langinfo.h246 #ifndef CRNCYSTR
247 # define CRNCYSTR -57 macro
Dlocale.c5453 case CRNCYSTR: /* This item needs the values for both the currency in S_my_localeconv()
6217 case CRNCYSTR: in S_external_call_langinfo()
6811 case CRNCYSTR: in S_emulate_langinfo()
6819 case CRNCYSTR: in S_emulate_langinfo()
6935 if (item == CRNCYSTR) { in S_emulate_langinfo()
7907 CRNCYSTR, in S_maybe_override_codeset()
/openbsd/src/gnu/usr.bin/perl/ext/I18N-Langinfo/t/
DLanginfo.t24 CRNCYSTR => qr/ ^ [+-.]? $ /x,
311 my $eval_string = "langinfo(&CRNCYSTR)";
/openbsd/src/include/
Dlanginfo.h69 #define CRNCYSTR 50 /* Currency symbol */ macro
/openbsd/src/gnu/usr.bin/perl/ext/I18N-Langinfo/
DMakefile.PL71 foreach qw (CRNCYSTR THOUSEP RADIXCHAR);
/openbsd/src/lib/libc/locale/
Dnl_langinfo.c101 case CRNCYSTR: /* XXX */ in nl_langinfo()
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/t/
Dlocale.t90 CRNCYSTR => undef,
119 CRNCYSTR => undef,
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D502701024 CRNCYSTR # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/lib/
Dlocale_threads.t1018 'use I18N::Langinfo qw(langinfo CRNCYSTR);'
1020 . ' join "|", map { langinfo($_) } CRNCYSTR;');
Dlocale.t67 CRNCYSTR
/openbsd/src/gnu/usr.bin/perl/pod/
Dperllocale.pod1105 See also C<CRNCYSTR> in L<I18N::Langinfo>.