Navigation

Operators and Keywords

Function List:

C++ API

fchownat.c File Reference

#include <config.h>
#include <unistd.h>
#include <errno.h>
#include <string.h>
#include "openat.h"
#include "at-func.c"
Include dependency graph for fchownat.c:

Defines

#define AT_FUNC_NAME   fchownat
#define AT_FUNC_F1   lchown
#define AT_FUNC_F2   chown
#define AT_FUNC_USE_F1_COND   AT_SYMLINK_NOFOLLOW
#define AT_FUNC_POST_FILE_PARAM_DECLS   , uid_t owner, gid_t group, int flag
#define AT_FUNC_POST_FILE_ARGS   , owner, group

Define Documentation

#define AT_FUNC_F1   lchown
#define AT_FUNC_F2   chown
#define AT_FUNC_NAME   fchownat
#define AT_FUNC_POST_FILE_ARGS   , owner, group
#define AT_FUNC_POST_FILE_PARAM_DECLS   , uid_t owner, gid_t group, int flag
#define AT_FUNC_USE_F1_COND   AT_SYMLINK_NOFOLLOW
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines