3 #ifndef __CPROVER_FCNTL_H_INCLUDED
5 #define __CPROVER_FCNTL_H_INCLUDED
8 #ifndef __CPROVER_ERRNO_H_INCLUDED
10 # define __CPROVER_ERRNO_H_INCLUDED
68 #ifndef __CPROVER_FCNTL_H_INCLUDED
70 # define __CPROVER_FCNTL_H_INCLUDED
89 int open(
const char *pathname,
int flags, ...)
98 int _open(
const char *pathname,
int flags, ...)
107 int open64(
const char *pathname,
int flags, ...)
114 #ifndef __CPROVER_FCNTL_H_INCLUDED
116 # define __CPROVER_FCNTL_H_INCLUDED
123 # define MODE_T mode_t
141 #ifndef __CPROVER_FCNTL_H_INCLUDED
143 # define __CPROVER_FCNTL_H_INCLUDED
150 # define MODE_T mode_t
163 #ifndef __CPROVER_FCNTL_H_INCLUDED
165 # define __CPROVER_FCNTL_H_INCLUDED
172 # define MODE_T mode_t
185 #ifndef __CPROVER_FCNTL_H_INCLUDED
187 # define __CPROVER_FCNTL_H_INCLUDED
194 # define MODE_T mode_t
207 #ifndef __CPROVER_FCNTL_H_INCLUDED
209 # define __CPROVER_FCNTL_H_INCLUDED
212 #ifndef __CPROVER_ERRNO_H_INCLUDED
214 # define __CPROVER_ERRNO_H_INCLUDED
240 int openat(
int dirfd,
const char *pathname,
int flags, ...)
249 int _openat(
int dirfd,
const char *pathname,
int flags, ...)
258 int openat64(
int dirfd,
const char *pathname,
int flags, ...)
int __VERIFIER_nondet_int(void)
int open(const char *pathname, int flags,...)
int creat(const char *pathname, mode_t mode)
int _open(const char *pathname, int flags,...)
int openat(int dirfd, const char *pathname, int flags,...)
int __CPROVER_creat(const char *pathname, mode_t mode)
int _creat(const char *pathname, mode_t mode)
int openat64(int dirfd, const char *pathname, int flags,...)
int open64(const char *pathname, int flags,...)
int fcntl64(int fd, int cmd,...)
int _fcntl(int fd, int cmd,...)
int __CPROVER_open(const char *pathname, int flags)
int __CPROVER_fcntl(int fd, int cmd)
int fcntl(int fd, int cmd,...)
int _openat(int dirfd, const char *pathname, int flags,...)
int creat64(const char *pathname, mode_t mode)
int __CPROVER_openat(int dirfd, const char *pathname, int flags)
int __fcntl_time64(int fd, int cmd,...)