#include <fcntl.h>
#include <errno.h>
Go to the source code of this file.
|
int | __VERIFIER_nondet_int (void) |
|
int | __CPROVER_fcntl (int fd, int cmd) |
|
int | fcntl (int fd, int cmd,...) |
|
int | _fcntl (int fd, int cmd,...) |
|
int | fcntl64 (int fd, int cmd,...) |
|
int | __fcntl_time64 (int fd, int cmd,...) |
|
int | __CPROVER_open (const char *pathname, int flags) |
|
int | open (const char *pathname, int flags,...) |
|
int | _open (const char *pathname, int flags,...) |
|
int | open64 (const char *pathname, int flags,...) |
|
int | __CPROVER_creat (const char *pathname, mode_t mode) |
|
int | creat (const char *pathname, mode_t mode) |
|
int | _creat (const char *pathname, mode_t mode) |
|
int | creat64 (const char *pathname, mode_t mode) |
|
int | __CPROVER_openat (int dirfd, const char *pathname, int flags) |
|
int | openat (int dirfd, const char *pathname, int flags,...) |
|
int | _openat (int dirfd, const char *pathname, int flags,...) |
|
int | openat64 (int dirfd, const char *pathname, int flags,...) |
|
◆ __CPROVER_ERRNO_H_INCLUDED
#define __CPROVER_ERRNO_H_INCLUDED |
◆ __CPROVER_FCNTL_H_INCLUDED
#define __CPROVER_FCNTL_H_INCLUDED |
◆ MODE_T
◆ __CPROVER_creat()
◆ __CPROVER_fcntl()
◆ __CPROVER_open()
◆ __CPROVER_openat()
◆ __fcntl_time64()
◆ __VERIFIER_nondet_int()
◆ _creat()
◆ _fcntl()
◆ _open()
◆ _openat()
◆ creat()
◆ creat64()
◆ fcntl()
◆ fcntl64()
◆ open()
◆ open64()
◆ openat()
◆ openat64()