Query: wcspbrk
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
wcspbrk(3) Library Functions Manual wcspbrk(3)NAMEwcspbrk - Locates the first occurrence of a wide character in a wide-character stringLIBRARYStandard C Library (libc)SYNOPSIS#include <wchar.h> wchar_t *wcspbrk( const wchar_t *wcs1, const wchar_t *wcs2);STANDARDSInterfaces 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.PARAMETERSPoints to the string being searched. Points to a string containing a set of wide characters.DESCRIPTIONThe 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 VALUESThe wcspbrk() function returns a pointer to the wide character or, if no wide character from the wcs2 parameter occurs in the wcs1 parame- ter, a null pointer.RELATED INFORMATIONFunctions: strpbrk(3), wcsstr(3), wcswcs(3) Standards: standards(5) delim off wcspbrk(3)
Related Man Pages |
---|
strpbrk(3) - osf1 |
wcsrchr(3) - osf1 |
wcspbrk(3) - xfree86 |
wcspbrk(3) - x11r4 |
wcspbrk(3) - plan9 |
Similar Topics in the Unix Linux Community |
---|
access each character in a string |
Replace first occurrence of a string in while loop |