xref: /csrg-svn/lib/libc/string/strxfrm.3 (revision 61193)
1*61193Sbostic.\" Copyright (c) 1990, 1991, 1993
2*61193Sbostic.\"	The Regents of the University of California.  All rights reserved.
342173Sbostic.\"
442173Sbostic.\" This code is derived from software contributed to Berkeley by
550331Sbostic.\" Chris Torek and the American National Standards Committee X3,
650331Sbostic.\" on Information Processing Systems.
750331Sbostic.\"
842173Sbostic.\" %sccs.include.redist.man%
942173Sbostic.\"
10*61193Sbostic.\"     @(#)strxfrm.3	8.1 (Berkeley) 06/04/93
1142173Sbostic.\"
1248350Scael.Dd
1348350Scael.Dt STRXFRM 3
1448350Scael.Os
1548350Scael.Sh NAME
1648350Scael.Nm strxfrm
1748350Scael.Nd transform a string under locale
1848350Scael.Sh SYNOPSIS
1948350Scael.Fd #include <string.h>
2048350Scael.Ft size_t
2148350Scael.Fn strxfrm "char *dst" "const char *src" "size_t n"
2248350Scael.Sh DESCRIPTION
2348350ScaelThe
2448350Scael.Fn strxfrm
2548350Scaelfunction
2648350Scaeldoes something horrible (see
2748350Scael.Tn ANSI
2848350Scaelstandard).
2942173SbosticIn this implementation it just copies.
3048350Scael.Sh SEE ALSO
3148350Scael.Xr bcmp 3 ,
3248350Scael.Xr memcmp 3 ,
3348350Scael.\" .Xr setlocale 3 ,
3448350Scael.Xr strcasecmp 3 ,
3548350Scael.Xr strcmp 3 ,
3648350Scael.Xr strcoll 3
3748350Scael.Sh STANDARDS
3848350ScaelThe
3948350Scael.Fn strxfrm
4048350Scaelfunction
4148350Scaelconforms to
4248350Scael.St -ansiC .
43