man.bsd.lv manual page server

Manual Page Search Parameters

STRXFRM(3) Library Functions Manual STRXFRM(3)

strxfrmtransform a string under locale

#include <string.h>

size_t
strxfrm(char *dst, const char *src, size_t n);

The () function does something horrible (see ANSI standard). In this implementation it just copies.

bcmp(3), memcmp(3), strcasecmp(3), strcmp(3), strcoll(3)

The strxfrm() function conforms to ANSI X3.159-1989 (“ANSI C89”).

4.4BSD-Lite2 June 4, 1993 STRXFRM(3)