strxfrm()

NAME

strxfrm() - transform a string under locale

SYNOPSIS

#include <string.h>

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

DESCRIPTION

The strxfrm(3) function transforms a string, src, to the current locale and stores at most n bytes of it in dst. The transformed string will still compare properly

This function is a subset of strcoll(3)'s functionality, and is primarily a tool for efficient comparisons. When many comparisons must be made, using strxfrm(3) and strcmp(3) can be faster than using strcoll(3).

In the C and POSIX locales, it is nearly identical to strncmp(3), but the return value is different.

RETURN VALUE

strxfrm(3) returns the length of the transformed string.

SEE ALSO

memcmp(3)

strcasecmp(3)

strcmp(3)

strcoll(3)

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.