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

  man pages->NetBSD man pages -> mbsinit (3)              
Title
Content
Arch
Section
 

MBSINIT(3)

Contents


NAME    [Toc]    [Back]

     mbsinit - determines whether the state object is initial state

LIBRARY    [Toc]    [Back]

     Standard C Library (libc, -lc)

SYNOPSIS    [Toc]    [Back]

     #include <wchar.h>

     int
     mbsinit(const mbstate_t *ps);

DESCRIPTION    [Toc]    [Back]

     The mbsinit() determines whether the state object pointed by ps is initial
 conversion state, or not.

     ps may be NULL pointer.  In this case, mbsinit() will always return nonzero.

RETURN VALUES    [Toc]    [Back]

     The mbsinit() returns:

     0           The current state is not initial state.

     non-zero    The current state is initial state or ps is NULL pointer.

ERRORS    [Toc]    [Back]

     No errors are defined.

STANDARDS    [Toc]    [Back]

     The mbsinit() conforms to .

BSD                            February 3, 2002                            BSD
[ Back ]
 Similar pages
Name OS Title
mbsinit Linux test for initial shift state
mbsinit Tru64 Determine whether a multibyte-character string is in the initial conversion state
cfgmgr_get_state Tru64 General: Determines the configuration state
SSL_state_string Tru64 Get textual description of state of an SSL object
SSL_state_string_long Tru64 Get textual description of state of an SSL object
SSL_state_string NetBSD get textual description of state of an SSL object
SSL_state_string OpenBSD get textual description of state of an SSL object
SSL_state_string_long OpenBSD get textual description of state of an SSL object
SSL_rstate_string Tru64 Get textual description of state of an SSL object during read operation
SSL_rstate_string OpenBSD get textual description of state of an SSL object during read operation
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service