Home
last modified time | relevance | path

Searched refs:strxfrm (Results 1 – 25 of 29) sorted by relevance

12

/mirbsd/src/gnu/usr.bin/perl/
Dlocale.c218 const Size_t fa = strxfrm(xbuf, "a", XFRMBUFSIZE); in Perl_new_collate()
219 const Size_t fb = strxfrm(xbuf, "ab", XFRMBUFSIZE); in Perl_new_collate()
582 xused = strxfrm(xbuf + xout, s + xin, xAlloc - xout); in Perl_mem_collxfrm()
DConfigure17194 : see if strxfrm exists
17195 set strxfrm d_strxfrm
/mirbsd/src/gnu/usr.bin/perl/lib/I18N/
DCollate.pm182 $x .= (/^\000/) ? $_ : strxfrm("$_\000");
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperllocale.pod97 the POSIX string collation functions strcoll() and strxfrm() use
513 efficiency by using POSIX::strxfrm() in conjunction with C<eq>:
515 use POSIX qw(strxfrm);
516 $xfrm_string = strxfrm("Mixed-case string");
518 if $xfrm_string eq strxfrm("Mixed-casestring");
520 if $xfrm_string eq strxfrm("Mixedcase string");
522 if $xfrm_string eq strxfrm("mixed-case string");
524 strxfrm() takes a string and maps it into a transformed string for use
527 call strxfrm() for both operands, then do a char-by-char
528 comparison of the transformed strings. By calling strxfrm() explicitly
[all …]
/mirbsd/src/include/
Dstring.h103 size_t strxfrm(char *, const char *, size_t)
/mirbsd/src/kern/c/
Dstrlfun.c68 #define strlcpy strxfrm
DMakefile.inc52 UIF_XSRCS+= strxfrm.c strlfun.c -DL_strxfrm
/mirbsd/src/gnu/usr.bin/perl/NetWare/
DCLIBstr.h98 #pragma aux strxfrm = "call gpf_strxfrm";
Dconfig_H.wc586 * This symbol, if defined, indicates that the strxfrm() routine is
/mirbsd/src/bin/pax/.linked/
Dstrlfun.inc29 * with strxfrm(3) for ISO-10646-only systems and the wide char vari-
68 #define strlcpy strxfrm
/mirbsd/src/lib/libc/string/
DMakefile.inc51 strsignal.3 strspn.3 strstr.3 strtok.3 strxfrm.3 swab.3 strlcpy.3 \
/mirbsd/src/gnu/usr.bin/perl/ext/POSIX/
DPOSIX.xs302 #define strxfrm(s1,s2,n) not_here("strxfrm") macro
1664 strxfrm(src) in strxfrm() function
1673 dstlen = strxfrm(SvPVX(ST(0)), p, (size_t)srclen); in strxfrm()
1677 strxfrm(SvPVX(ST(0)), p, (size_t)dstlen); in strxfrm()
DPOSIX.pod1240 the C<strxfrm()> function. Not really needed since
1395 =item strxfrm
1399 $dst = POSIX::strxfrm( $src );
/mirbsd/src/kern/include/
Dlibckern.h162 size_t strxfrm(char *, const char *, size_t)
/mirbsd/src/usr.bin/xlint/llib/
Dllib-lstdc229 size_t (strxfrm)(char *s1, const char *s2, size_t n);
Dllib-lposix313 size_t (strxfrm)(char *s1, const char *s2, size_t n);
/mirbsd/src/gnu/usr.bin/perl/wince/
Dconfig_H.ce554 * This symbol, if defined, indicates that the strxfrm() routine is
/mirbsd/src/gnu/usr.bin/perl/win32/
Dconfig_H.vc536 * This symbol, if defined, indicates that the strxfrm() routine is
Dconfig_H.bc536 * This symbol, if defined, indicates that the strxfrm() routine is
Dconfig_H.gc536 * This symbol, if defined, indicates that the strxfrm() routine is
Dconfig_H.vc64536 * This symbol, if defined, indicates that the strxfrm() routine is
/mirbsd/src/gnu/usr.bin/perl/plan9/
Dconfig.plan9596 * This symbol, if defined, indicates that the strxfrm() routine is
Dconfig_h.sample554 * This symbol, if defined, indicates that the strxfrm() routine is
/mirbsd/src/gnu/usr.bin/perl/Porting/
Dconfig_H536 * This symbol, if defined, indicates that the strxfrm() routine is
/mirbsd/src/distrib/lists/htman/htmi/
Dmi5400 ./man3/strxfrm.htm

12