1.\" Copyright (c) 1990, 1991, 1993 2.\" The Regents of the University of California. All rights reserved. 3.\" 4.\" This code is derived from software contributed to Berkeley by 5.\" Chris Torek and the American National Standards Committee X3, 6.\" on Information Processing Systems. 7.\" 8.\" %sccs.include.redist.man% 9.\" 10.\" @(#)strxfrm.3 8.1 (Berkeley) 06/04/93 11.\" 12.Dd 13.Dt STRXFRM 3 14.Os 15.Sh NAME 16.Nm strxfrm 17.Nd transform a string under locale 18.Sh SYNOPSIS 19.Fd #include <string.h> 20.Ft size_t 21.Fn strxfrm "char *dst" "const char *src" "size_t n" 22.Sh DESCRIPTION 23The 24.Fn strxfrm 25function 26does something horrible (see 27.Tn ANSI 28standard). 29In this implementation it just copies. 30.Sh SEE ALSO 31.Xr bcmp 3 , 32.Xr memcmp 3 , 33.\" .Xr setlocale 3 , 34.Xr strcasecmp 3 , 35.Xr strcmp 3 , 36.Xr strcoll 3 37.Sh STANDARDS 38The 39.Fn strxfrm 40function 41conforms to 42.St -ansiC . 43