date and time created 90/05/17 11:11:09 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 18 May 1990 02:11:09 +0000 (18:11 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Fri, 18 May 1990 02:11:09 +0000 (18:11 -0800)
SCCS-vsn: lib/libc/string/strxfrm.3 5.1

usr/src/lib/libc/string/strxfrm.3 [new file with mode: 0644]

diff --git a/usr/src/lib/libc/string/strxfrm.3 b/usr/src/lib/libc/string/strxfrm.3
new file mode 100644 (file)
index 0000000..05e98b4
--- /dev/null
@@ -0,0 +1,32 @@
+.\" Copyright (c) 1990 The Regents of the University of California.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to Berkeley by
+.\" Chris Torek.
+.\"
+.\" %sccs.include.redist.man%
+.\"
+.\"    @(#)strxfrm.3   5.1 (Berkeley) %G%
+.\"
+.TH STRXFRM 3 ""
+.UC 7
+strxfrm \- transform a string under locale
+.SH SYNOPSIS
+.nf
+.ft B
+#include <string.h>
+
+size_t
+strxfrm(char *dst, const char *src, size_t n);
+.ft R
+.fi
+.SH DESCRIPTION
+.B Strxfrm
+does something horrible (see ANSI standard).
+In this implementation it just copies.
+.SH SEE ALSO
+bcmp(3), memcmp(3), setlocale(3), strcasecmp(3), strcmp(3), strcoll(3),
+strncasecmp(3), strncmp(3)
+.SH STANDARDS
+.B Strxfrm
+conforms to ANSI X3.159-1989 (``ANSI C'').