CBMC
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
pwd.c File Reference
#include <pwd.h>
+ Include dependency graph for pwd.c:

Go to the source code of this file.

Macros

#define __CPROVER_PWD_H_INCLUDED
 

Functions

unsigned __VERIFIER_nondet_unsigned (void)
 
struct passwdgetpwnam (const char *name)
 
struct passwdgetpwuid (uid_t uid)
 

Variables

struct passwd __CPROVER_passwd
 

Macro Definition Documentation

◆ __CPROVER_PWD_H_INCLUDED

#define __CPROVER_PWD_H_INCLUDED

Definition at line 7 of file pwd.c.

Function Documentation

◆ __VERIFIER_nondet_unsigned()

unsigned __VERIFIER_nondet_unsigned ( void  )

◆ getpwnam()

struct passwd * getpwnam ( const char name)

Definition at line 14 of file pwd.c.

◆ getpwuid()

struct passwd * getpwuid ( uid_t  uid)

Definition at line 40 of file pwd.c.

Variable Documentation

◆ __CPROVER_passwd

struct passwd __CPROVER_passwd

Definition at line 12 of file pwd.c.