*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Linux man pages -> wcspbrk (3)              
Title
Content
Arch
Section
 

WCSPBRK(3)

Contents


NAME    [Toc]    [Back]

       wcspbrk - search a wide-character string for any of a set of wide characters

SYNOPSIS    [Toc]    [Back]

       #include <wchar.h>

       wchar_t *wcspbrk (const wchar_t *wcs, const wchar_t *accept);

DESCRIPTION    [Toc]    [Back]

       The wcspbrk function is the wide-character equivalent  of  the  strpbrk
       function.  It  searches	for the first occurrence in the wide-character
       string pointed to by wcs of any of the characters in the wide-character
       string pointed to by accept.

RETURN VALUE    [Toc]    [Back]

       The  wcspbrk  function returns a pointer to the first occurrence in wcs
       of any of the characters listed in accept.  If  wcs  contains  none  of
       these characters, NULL is returned.

CONFORMING TO    [Toc]    [Back]

       ISO/ANSI C, UNIX98

SEE ALSO    [Toc]    [Back]

      
      
       strpbrk(3), wcscspn(3), wcschr(3)



GNU				  1999-07-25			    WCSPBRK(3)
[ Back ]
 Similar pages
Name OS Title
wcsspn Linux advance in a wide-character string, skipping any of a set of wide characters
wcsrchr Linux search a wide character in a wide-character string
wcschr Linux search a wide character in a wide-character string
wmemset Linux fill an array of wide-characters with a constant wide character
wmemchr Linux search a wide character in a wide-character array
setcchar Tru64 Get a wide character string and rendition from a cchar_t or set a cchar_t from a wide-character stri...
getcchar Tru64 Get a wide character string and rendition from a cchar_t or set a cchar_t from a wide-character stri...
curs_getcchar Tru64 Get a wide character string and rendition from a cchar_t or set a cchar_t from a wide-character stri...
wcsncpy Linux copy a fixed-size string of wide characters
mbsrtowcs NetBSD converts a multibyte character string to a wide character string (restartable)
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service