.\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" .\" This code is derived from software contributed to Berkeley by .\" Chris Torek and the American National Standards Committee X3, .\" on Information Processing Systems. .\" .\" %sccs.include.redist.man% .\" .\" @(#)strxfrm.3 8.1 (Berkeley) 06/04/93 .\" .Dd .Dt STRXFRM 3 .Os .Sh NAME .Nm strxfrm .Nd transform a string under locale .Sh SYNOPSIS .Fd #include .Ft size_t .Fn strxfrm "char *dst" "const char *src" "size_t n" .Sh DESCRIPTION The .Fn strxfrm function does something horrible (see .Tn ANSI standard). In this implementation it just copies. .Sh SEE ALSO .Xr bcmp 3 , .Xr memcmp 3 , .\" .Xr setlocale 3 , .Xr strcasecmp 3 , .Xr strcmp 3 , .Xr strcoll 3 .Sh STANDARDS The .Fn strxfrm function conforms to .St -ansiC .