directory file descriptor
.SH SYNOPSIS
.nf
+.B #define _ATFILE_SOURCE
.B #include <fcntl.h>
.B #include <unistd.h>
.sp
file descriptor
.SH SYNOPSIS
.nf
+.B #define _ATFILE_SOURCE
.B #include <sys/stat.h>
.sp
.BI "int fchmodat(int " dirfd ", const char *" pathname ", mode_t " \
file descriptor
.SH SYNOPSIS
.nf
+.B #define _ATFILE_SOURCE
.B #include <unistd.h>
.sp
.BI "int fchownat(int " dirfd ", const char *" pathname ,
fstatat \- get file status relative to a directory file descriptor
.SH SYNOPSIS
.nf
+.B #define _ATFILE_SOURCE
.B #include <sys/stat.h>
.sp
.BI "int fstatat(int " dirfd ", const char *" pathname ", struct stat *" \
directory file descriptor
.SH SYNOPSIS
.nf
+.B #define _ATFILE_SOURCE
.B #include <fcntl.h>
.sp
.BI "int futimesat(int " dirfd ", const char *" pathname ,
linkat \- create a file link relative to directory file descriptors
.SH SYNOPSIS
.nf
+.B #define _ATFILE_SOURCE
.B #include <unistd.h>
.sp
.BI "int linkat(int " olddirfd ", const char *" oldpath ,
mkdirat \- create a directory relative to a directory file descriptor
.SH SYNOPSIS
.nf
+.B #define _ATFILE_SOURCE
.B #include <sys/stat.h>
.sp
.BI "int mkdirat(int " dirfd ", const char *" pathname ", mode_t " mode );
file descriptor
.SH SYNOPSIS
.nf
+.B #define _ATFILE_SOURCE
.B #include <sys/stat.h>
.sp
.BI "int mknodat(int " dirfd ", const char *" pathname ", mode_t " mode \
openat \- open a file relative to a directory file descriptor
.SH SYNOPSIS
.nf
+.B #define _ATFILE_SOURCE
.B #include <fcntl.h>
.sp
.BI "int openat(int " dirfd ", const char *" pathname ", int " flags );
a directory file descriptor
.SH SYNOPSIS
.nf
+.B #define _ATFILE_SOURCE
.B #include <unistd.h>
.sp
.BI "int readlinkat(int " dirfd ", const char *" pathname \
renameat \- rename a file relative to directory file descriptors
.SH SYNOPSIS
.nf
+.B #define _ATFILE_SOURCE
.B #include <stdio.h>
.sp
.BI "int renameat(int " olddirfd ", const char *" oldpath ,
symlinkat \- create a symbolic link relative to a directory file descriptor
.SH SYNOPSIS
.nf
+.B #define _ATFILE_SOURCE
.B #include <stdio.h>
.sp
.BI "int symlinkat(const char *" oldpath ", int " newdirfd \
unlinkat \- remove a directory entry relative to a directory file descriptor
.SH SYNOPSIS
.nf
+.B #define _ATFILE_SOURCE
.B #include <fcntl.h>
.sp
.BI "int unlinkat(int " dirfd ", const char *" pathname ", int " flags );
mkfifoat \- make a FIFO (named pipe) relative to a directory file descriptor
.SH SYNOPSIS
.nf
+.B #define _ATFILE_SOURCE
.B #include <sys/stat.h>
.sp
.BI "int mkfifoat(int " dirfd ", const char *" pathname ", mode_t " mode );