Searched refs:strxfrm (Results 1 - 7 of 7) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/I18N/ |
H A D | Collate.pm | 47 done by strxfrm() which terminates at NUL characters being a decent C 75 # Requirements: Perl5 POSIX::setlocale() and POSIX::strxfrm() 92 # 2) the basic collation conversion is done by strxfrm() which 113 use POSIX qw(strxfrm LC_COLLATE); 182 $x .= (/^\000/) ? $_ : strxfrm("$_\000");
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | locale.c | 217 Size_t fa = strxfrm(xbuf, "a", XFRMBUFSIZE); 218 Size_t fb = strxfrm(xbuf, "ab", XFRMBUFSIZE); 221 Perl_croak(aTHX_ "strxfrm() gets absurd"); 557 * mem_collxfrm() is a bit like strxfrm() but with two important 583 xused = strxfrm(xbuf + xout, s + xin, xAlloc - xout);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/ |
H A D | POSIX.xs | 282 #define strxfrm(s1,s2,n) not_here("strxfrm") 1634 strxfrm(src) 1643 dstlen = strxfrm(SvPVX(ST(0)), p, (size_t)srclen); 1647 strxfrm(SvPVX(ST(0)), p, (size_t)dstlen);
|
H A D | POSIX.pm | 842 strtok strxfrm)],
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 276 #define wcsxfrm strxfrm
|
/osnet-11/usr/src/lib/libc/port/ |
H A D | llib-lc | 999 /* strxfrm.c */ 1000 size_t strxfrm(char *_RESTRICT_KYWD s1, const char *_RESTRICT_KYWD s2,
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | setlocale.c | 68 #undef strxfrm macro 198 #define strxfrm 0 macro 530 ast.mb_xfrm = strxfrm;
|
Completed in 92 milliseconds