Query: strxfrm
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRXFRM(3) BSD Library Functions Manual STRXFRM(3)NAMEstrxfrm -- transform a string under localeLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <string.h> size_t strxfrm(char * restrict dst, const char * restrict src, size_t n);DESCRIPTIONThe idea of strxfrm() is to ``un-localize'' a string: the function transforms src, storing the result in dst, such that strcmp(3) on trans- formed strings returns what strcoll(3) on the original untransformed strings would return.SEE ALSObcmp(3), memcmp(3), strcasecmp(3), strcmp(3), strcoll(3)STANDARDSThe strxfrm() function conforms to ANSI X3.159-1989 (``ANSI C89'').BUGSSince locales are not fully implemented on NetBSD, strxfrm() just returns a copy of the original string.BSDFebruary 18, 2007 BSD
Related Man Pages |
---|
strxfrm(3) - centos |
strxfrm(3) - osx |
strxfrm_l(3) - osx |
strxfrm(3) - minix |
strxfrm(3) - x11r4 |
Similar Topics in the Unix Linux Community |
---|
Spanish accent symbol removed by sed |