Navigation

Operators and Keywords

Function List:

C++ API

openat.h File Reference

#include <fcntl.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <unistd.h>
#include <stdbool.h>
Include dependency graph for openat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define __attribute__(x)
#define ATTRIBUTE_NORETURN   __attribute__ ((__noreturn__))

Functions

int openat_permissive (int fd, char const *file, int flags, mode_t mode, int *cwd_errno)
bool openat_needs_fchdir (void)
void openat_restore_fail (int) ATTRIBUTE_NORETURN
void openat_save_fail (int) ATTRIBUTE_NORETURN

Define Documentation

#define __attribute__ (   x  ) 
#define ATTRIBUTE_NORETURN   __attribute__ ((__noreturn__))

Function Documentation

bool openat_needs_fchdir ( void   ) 
int openat_permissive ( int  fd,
char const *  file,
int  flags,
mode_t  mode,
int *  cwd_errno 
)
void openat_restore_fail ( int   ) 
void openat_save_fail ( int   ) 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines