wcsrchr man page on MirBSD

Man page or keyword search:  
man Server   6113 pages
apropos Keyword Search (all sections)
Output format
MirBSD logo
[printable version]

WMEMCHR(3)		   BSD Programmer's Manual		    WMEMCHR(3)

NAME
     wcscasecmp, wcscat, wcschr, wcscmp, wcscoll, wcscpy, wcscspn, wcsdup,
     wcsftime, wcslcat, wcslcpy, wcslen, wcsncasecmp, wcsncat, wcsncmp,
     wcsncpy, wcsndup, wcspbrk, wcsrchr, wcsspn, wcsstr, wcstod, wcstof,
     wcstol, wcstold, wcstoll, wcstoul, wcstoull, wcswcs, wcsxfrm, wmemchr,
     wmemcmp, wmemcpy, wmemmove, wmemset - wide character string manipulation
     operations

SYNOPSIS
     #include <wchar.h>

     int
     wcscasecmp(const wchar_t *, const wchar_t *);

     wchar_t *
     wcscat(wchar_t * restrict s1, const wchar_t * restrict s2);

     wchar_t *
     wcschr(const wchar_t *s, wchar_t c);

     int
     wcscmp(const wchar_t *s1, const wchar_t *s2);

     int
     wcscoll(const wchar_t *, const wchar_t *);

     wchar_t *
     wcscpy(wchar_t * restrict s1, const wchar_t * restrict s2);

     size_t
     wcscspn(const wchar_t *s1, const wchar_t *s2);

     wchar_t *
     wcsdup(const wchar_t *);

     size_t
     wcsftime(wchar_t * restrict, size_t, const wchar_t * restrict,
	     const struct tm * restrict);

     size_t
     wcslcat(wchar_t *s1, const wchar_t *s2, size_t n);

     size_t
     wcslcpy(wchar_t *s1, const wchar_t *s2, size_t n);

     size_t
     wcslen(const wchar_t *s);

     int
     wcsncasecmp(const wchar_t *, const wchar_t *, size_t);

     wchar_t *
     wcsncat(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);

     int
     wcsncmp(const wchar_t *s1, const wchar_t * s2, size_t n);

     wchar_t *
     wcsncpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);

     wchar_t *
     wcsndup(const wchar_t *, size_t);

     wchar_t *
     wcspbrk(const wchar_t *s1, const wchar_t *s2);

     wchar_t *
     wcsrchr(const wchar_t *s, wchar_t c);

     size_t
     wcsspn(const wchar_t *s1, const wchar_t *s2);

     wchar_t *
     wcsstr(const wchar_t *s1, const wchar_t *s2);

     double
     wcstod(const wchar_t *__restrict__, wchar_t **__restrict__);

     float
     wcstof(const wchar_t *__restrict__, wchar_t **__restrict__);

     long
     wcstol(const wchar_t *__restrict__, wchar_t **__restrict__, int);

     long double
     wcstold(const wchar_t *__restrict__, wchar_t **__restrict__);

     long long
     wcstoll(const wchar_t *__restrict__, wchar_t **__restrict__, int);

     unsigned long
     wcstoul(const wchar_t *__restrict__, wchar_t **__restrict__, int);

     unsigned long long
     wcstoull(const wchar_t *__restrict__, wchar_t **__restrict__, int);

     wchar_t *
     wcswcs(const wchar_t *, const wchar_t *);

     size_t
     wcsxfrm(wchar_t * restrict, const wchar_t * restrict, size_t);

     wchar_t *
     wmemchr(const wchar_t *s, wchar_t c, size_t n);

     int
     wmemcmp(const wchar_t *s1, const wchar_t *s2, size_t n);

     wchar_t *
     wmemcpy(wchar_t * restrict s1, const wchar_t * restrict s2, size_t n);

     wchar_t *
     wmemmove(wchar_t *s1, const wchar_t *s2, size_t n);

     wchar_t *
     wmemset(wchar_t *s, wchar_t c, size_t n);

DESCRIPTION
     These functions implement string manipulation operations over wide char-
     acter strings. For a detailed description, refer to documents for the
     respective single-byte counterpart, such as memchr(3).

SEE ALSO
     memchr(3), memcmp(3), memcpy(3), memmove(3), memset(3), strcasecmp(3),
     strcat(3), strchr(3), strcmp(3), strcoll(3), strcpy(3), strcspn(3),
     strdup(3), strftime(3), strlcat(3), strlcpy(3), strlen(3),
     strncasecmp(3), strncat(3), strncmp(3), strncpy(3), strndup(3),
     strpbrk(3), strrchr(3), strspn(3), strstr(3), strtod(3), strtol(3),
     strtoll(3), strtoul(3), strtoull(3), strxfrm(3)

STANDARDS
     These functions conform to ISO/IEC 9899:1999 ("ISO C99") and were first
     introduced in ISO/IEC 9899/AMD1:1995 ("ISO C90"), with the exception of
     wcslcat() and wcslcpy(), which are BSD extensions, and wcsndup(), which
     is a GNU extension.

     wcswcs() is a historic name for wcsstr(), programmers are urged to not
     use it in new code.

     wcstof() and wcstold() are less- and more-precise versions of wcstod(),
     respectively.

MirOS BSD #10-current		June 16, 2007				     2
[top]

List of man pages available for MirBSD

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net