Home
last modified time | relevance | path

Searched refs:newctype (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dlocale.c168 Perl_new_ctype(pTHX_ char *newctype) in Perl_new_ctype() argument
183 PERL_UNUSED_ARG(newctype); in Perl_new_ctype()
Dproto.h1012 PERL_CALLCONV void Perl_new_ctype(pTHX_ char* newctype);
Dembed.fnc608 Ap |void |new_ctype |NN char* newctype
/mirbsd/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.xs1120 char *newctype; variable
1123 newctype = setlocale(LC_CTYPE, NULL);
1126 newctype = RETVAL;
1127 new_ctype(newctype);
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dembed.fnc601 Ap |void |new_ctype |NN char* newctype