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

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

wcspbrk(3)

Contents


NAME    [Toc]    [Back]

       wcspbrk  - Locate the first occurrence of a wide character
       in a wide-character string

SYNOPSIS    [Toc]    [Back]

       #include <wchar.h>

       wchar_t *wcspbrk(
               const wchar_t *wcs1,
               const wchar_t *wcs2 );

LIBRARY    [Toc]    [Back]

       Standard C Library (libc)

STANDARDS    [Toc]    [Back]

       Interfaces documented on this reference  page  conform  to
       industry standards as follows:

       wcspbrk(): XSH5.0

       Refer to the standards(5) reference page for more information
 about industry standards and associated tags.

PARAMETERS    [Toc]    [Back]

       Points to the string being searched.  Points to  a  string
       containing a set of wide characters.

DESCRIPTION    [Toc]    [Back]

       The wcspbrk() function locates the first occurrence in the
       string pointed to by the wcs1 parameter of any wide  character
 from the string pointed to by the wcs2 parameter.

RETURN VALUES    [Toc]    [Back]

       The wcspbrk() function returns a pointer to the wide character
 or, if no wide character  from  the  wcs2  parameter
       occurs in the wcs1 parameter, a null pointer.

SEE ALSO    [Toc]    [Back]

      
      
       Functions: strpbrk(3), wcsstr(3), wcswcs(3)

       Standards: standards(5)



                                                       wcspbrk(3)
[ Back ]
 Similar pages
Name OS Title
strrchr OpenBSD locate last occurrence of a character in a string
index OpenBSD locate first occurrence of a character in a string
rindex OpenBSD locate last occurrence of a character in a string
strchr OpenBSD locate first occurrence of a character in a string
wcsstr Linux locate a substring in a wide-character string
wmemchr Linux search a wide character in a wide-character array
wcschr Linux search a wide character in a wide-character string
wcsrchr Linux search a wide character in a wide-character string
index NetBSD locate character in string
strrchr NetBSD locate character in string
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service