*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: wcsrchr | Section: 3 | Source: Digital UNIX | File: wcsrchr.3.gz
wcschr(3) Library Functions Manual wcschr(3) NAME wcschr, wcsrchr - Search for the first or last occurrence of a wide character in a wide-character string LIBRARY Standard C Library (libc.so, libc.a) SYNOPSIS #include <wchar.h> wchar_t *wcschr( const wchar_t *wcstring, wint_t widecharac- ter); wchar_t *wcsrchr( const wchar_t *wcstring, wint_t widecharac- ter); STANDARDS Interfaces documented on this reference page conform to industry stan- dards as follows: wcschr(), wcsrchr(): ISO C, XPG4 Refer to the standards(5) reference page for more information about in- dustry standards and associated tags. PARAMETERS Points to a string to search. Specifies a wide character to locate. DESCRIPTION The wcschr() function locates the first occurrence of the widecharacter in the string pointed to by the wcstring parameter. The wcsrchr() function locates the last occurrence of the widecharacter parameter. The terminating null wide character is considered to be part of the string. RETURN VALUES The wcschr() and wcsrchr() functions return a pointer to the widechar- acter parameter, or a null pointer if widecharacter does not occur in the string. RELATED INFORMATION Functions: strchr(3), wcsstr(3), wcswcs(3) Standards: standards(5) delim off wcschr(3)

Navigation Options