CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
errno.c File Reference

Go to the source code of this file.

Functions

int__error (void)
 
int__errno_location (void)
 
int_errno (void)
 
int__errno (void)
 
int___errno (void)
 

Variables

__CPROVER_thread_local int __CPROVER_errno
 

Function Documentation

◆ ___errno()

int * ___errno ( void  )
extern

Definition at line 54 of file errno.c.

◆ __errno()

int * __errno ( void  )
extern

Definition at line 43 of file errno.c.

◆ __errno_location()

int * __errno_location ( void  )

Definition at line 20 of file errno.c.

◆ __error()

int * __error ( void  )

Definition at line 8 of file errno.c.

◆ _errno()

int * _errno ( void  )

Definition at line 32 of file errno.c.

Variable Documentation

◆ __CPROVER_errno

__CPROVER_thread_local int __CPROVER_errno

Definition at line 6 of file errno.c.