Searched refs:strxfrm (Results 1 – 25 of 29) sorted by relevance
12
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | locale.c | 218 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()
|
| D | Configure | 17194 : see if strxfrm exists 17195 set strxfrm d_strxfrm
|
| /mirbsd/src/gnu/usr.bin/perl/lib/I18N/ |
| D | Collate.pm | 182 $x .= (/^\000/) ? $_ : strxfrm("$_\000");
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perllocale.pod | 97 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/ |
| D | string.h | 103 size_t strxfrm(char *, const char *, size_t)
|
| /mirbsd/src/kern/c/ |
| D | strlfun.c | 68 #define strlcpy strxfrm
|
| D | Makefile.inc | 52 UIF_XSRCS+= strxfrm.c strlfun.c -DL_strxfrm
|
| /mirbsd/src/gnu/usr.bin/perl/NetWare/ |
| D | CLIBstr.h | 98 #pragma aux strxfrm = "call gpf_strxfrm";
|
| D | config_H.wc | 586 * This symbol, if defined, indicates that the strxfrm() routine is
|
| /mirbsd/src/bin/pax/.linked/ |
| D | strlfun.inc | 29 * with strxfrm(3) for ISO-10646-only systems and the wide char vari- 68 #define strlcpy strxfrm
|
| /mirbsd/src/lib/libc/string/ |
| D | Makefile.inc | 51 strsignal.3 strspn.3 strstr.3 strtok.3 strxfrm.3 swab.3 strlcpy.3 \
|
| /mirbsd/src/gnu/usr.bin/perl/ext/POSIX/ |
| D | POSIX.xs | 302 #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()
|
| D | POSIX.pod | 1240 the C<strxfrm()> function. Not really needed since 1395 =item strxfrm 1399 $dst = POSIX::strxfrm( $src );
|
| /mirbsd/src/kern/include/ |
| D | libckern.h | 162 size_t strxfrm(char *, const char *, size_t)
|
| /mirbsd/src/usr.bin/xlint/llib/ |
| D | llib-lstdc | 229 size_t (strxfrm)(char *s1, const char *s2, size_t n);
|
| D | llib-lposix | 313 size_t (strxfrm)(char *s1, const char *s2, size_t n);
|
| /mirbsd/src/gnu/usr.bin/perl/wince/ |
| D | config_H.ce | 554 * This symbol, if defined, indicates that the strxfrm() routine is
|
| /mirbsd/src/gnu/usr.bin/perl/win32/ |
| D | config_H.vc | 536 * This symbol, if defined, indicates that the strxfrm() routine is
|
| D | config_H.bc | 536 * This symbol, if defined, indicates that the strxfrm() routine is
|
| D | config_H.gc | 536 * This symbol, if defined, indicates that the strxfrm() routine is
|
| D | config_H.vc64 | 536 * This symbol, if defined, indicates that the strxfrm() routine is
|
| /mirbsd/src/gnu/usr.bin/perl/plan9/ |
| D | config.plan9 | 596 * This symbol, if defined, indicates that the strxfrm() routine is
|
| D | config_h.sample | 554 * This symbol, if defined, indicates that the strxfrm() routine is
|
| /mirbsd/src/gnu/usr.bin/perl/Porting/ |
| D | config_H | 536 * This symbol, if defined, indicates that the strxfrm() routine is
|
| /mirbsd/src/distrib/lists/htman/htmi/ |
| D | mi | 5400 ./man3/strxfrm.htm
|
12